This commit is contained in:
jakob.schratter 2026-01-27 15:52:01 +01:00
commit bb45841e61

View file

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