Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tkphd/mmsp-nucleation-benchmark
Implementation of the PFHub Benchmarks on Nucleation using MMSP
https://github.com/tkphd/mmsp-nucleation-benchmark
allen-cahn benchmark nucleation pfhub phase-field
Last synced: about 2 hours ago
JSON representation
Implementation of the PFHub Benchmarks on Nucleation using MMSP
- Host: GitHub
- URL: https://github.com/tkphd/mmsp-nucleation-benchmark
- Owner: tkphd
- License: other
- Created: 2020-10-22T20:36:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-24T19:15:09.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T19:51:33.306Z (about 1 month ago)
- Topics: allen-cahn, benchmark, nucleation, pfhub, phase-field
- Language: C++
- Homepage: https://pages.nist.gov/pfhub/
- Size: 882 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# MMSP Nucleation Benchmark
This repository contains an implementation of the [PFHub Nucleation
Benchmark](https://pages.nist.gov/pfhub/benchmarks/benchmark8.ipynb/)
using [MMSP](https://github.com/mesoscale/mmsp).## 1-explicit
This folder implements Problem 8.1: Explicit Nucleation.
## 2-initial-nucleation
This folder implements Problem 8.2: Random Nucleation at *t*=0. It uses
the [CImg](http://cimg.eu) library to determine the number of disjoint
particles, after [this answer](https://stackoverflow.com/a/40898020) on
StackOverflow.## 3-initial-nucleation
This folder implements Problem 8.3: Random Nucleation at Random Times.
It uses the [CImg](http://cimg.eu) library to determine the number of
disjoint particles, after [this answer](
https://stackoverflow.com/a/40898020) on StackOverflow.## 4-athermal
This folder implements Problem 8.4: Athermal Nucleation.
## 7-initial-nucleation
This folder modifies Problem 8.3 to add a single nucleus at *t*=0.
---
CImg is distributed under the [CeCILL](
https://opensource.org/licenses/CECILL-2.1) open-source software
license. The remainder of this work was conducted by an employee of the
Federal Government during the course of their normal duties, and is not
subject to copyright protection within the United States of America.