instructions
This commit is contained in:
parent
cfd11345b0
commit
a416ccd362
2 changed files with 30 additions and 6909 deletions
28
README.md
Normal file
28
README.md
Normal file
|
|
@ -0,0 +1,28 @@
|
||||||
|
# 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
|
||||||
|
|
||||||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue