Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' of github.com:Lab-Notebooks/Flow-Boiling-3D
Browse files Browse the repository at this point in the history
  • Loading branch information
akashdhruv committed Nov 28, 2023
2 parents b125d72 + f9cef73 commit ed7e67d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ For instructions on how to use the notebook please see the README for these repo

- Configure your experiment by running `./configure -s <your-site>`

- Build software stack `jobrunner setup software/amrex software/flashkit software/flashx`
- Build software stack `jobrunner setup software/amrex software/flashkit software/flashx -V`. `-V` is for verbose

- Setup an experiment using `jobrunner setup simulation/FlowBoiling/<experiment-name>`. `Example2D` is a lightweight
- Setup an experiment using `jobrunner setup simulation/FlowBoiling/<experiment-name> -V`. `Example2D` is a lightweight
two-dimensional simulations and `Example3D` and `WeakScaling` are production 3D simulations

- Run the experiment using `jobrunner submit simulation/FlowBoiling/<experiment-name>`. Edit the `Jobfile` in root directory
to set schedular specific options or just `bash` if you want to run it interactively.
to set schedular specific options or just `bash` if you want to run it interactively. When running in bash mode use `-V` for
verbosity.

- You can postprocess results using `flashkit`. See the instructions here: https://github.com/Lab-Notebooks/Outflow-Forcing-BubbleML

Expand Down

0 comments on commit ed7e67d

Please sign in to comment.