Merge branch 'main' of https://imsc.uni-graz.at/git/jakob.schratter/SciFEM_Project
This commit is contained in:
commit
bb45841e61
1 changed files with 22 additions and 18 deletions
40
README.md
40
README.md
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue