SciFEM-Project_CoffeeMugSim.../README.md
jakob.schratter a416ccd362 instructions
2026-01-27 12:17:53 +01:00

28 lines
475 B
Markdown

# Project: Simulation of a coffee mug
## How to run simulation (i) and (ii)
*Running*
* from /mgrid_2 run in bash:
make run
*Cleaning up afterwards*:
* from /mgrid_2 run in bash:
make clean
## How to run coupled simulation (iii)
*Running*
* from /fluid-openfoam run in bash:
openfoam2512
./run.sh
* from /solid-cpp run in bash:
cmake . && make
./run.sh
*Cleaning up afterwards*:
* from /fluid-openfoam run in bash:
./clean.sh
* from /solid-cpp run in bash:
./clean.sh