-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 0e94686
Showing
6 changed files
with
5,094 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# MICRESS®Benchmark of Early-Stage Growth from Liquid State – pyiron Workflow | ||
|
||
This repository contains a Jupyter notebook (`Workflow.ipynb`) designed to demonstrate how to run MICRESS simulations using the pyiron workflow management tool. The benchmark focuses on modeling early-stage microstructure growth from the liquid state. | ||
|
||
## Prerequisites | ||
|
||
Before starting, ensure that MICRESS is installed on your system. MICRESS is commercial software and must be obtained separately from the [MICRESS website](https://www.micress.de/). | ||
|
||
## Installation | ||
|
||
1. Install pyiron by following the instructions provided in the [pyiron documentation](https://pyiron.readthedocs.io). This process will guide you through setting up a conda environment that includes pyiron and its dependencies. | ||
2. After installing pyiron, add the MicPy package by running the following command: `pip install micress-micpy` | ||
|
||
## Usage | ||
|
||
1. Clone this repository and navigate to the cloned directory. | ||
2. Inside the `templates` folder, locate the MICRESS input file template (`.j2`) that corresponds to your version of MICRESS. | ||
3. Copy the selected file into the directory where `Workflow.ipynb` is located, and rename it to `input.dri.js`. | ||
4. Open `Workflow.ipynb` in your Jupyter environment to run the workflow. | ||
|
||
This setup allows you to execute MICRESS simulations seamlessly through pyiron. |
Oops, something went wrong.