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
|
||||
|
||||
## How to run simulation (i) and (ii)
|
||||
*Running*
|
||||
* from /mgrid_2 run in bash:
|
||||
make run
|
||||
### Running
|
||||
|
||||
*Cleaning up afterwards*:
|
||||
* from /mgrid_2 run in bash:
|
||||
make clean
|
||||
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
|
||||
### Running
|
||||
|
||||
* from /solid-cpp run in bash:
|
||||
cmake . && make
|
||||
./run.sh
|
||||
from /fluid-openfoam run in bash:
|
||||
* openfoam2512
|
||||
* ./run.sh
|
||||
|
||||
*Cleaning up afterwards*:
|
||||
* from /fluid-openfoam run in bash:
|
||||
./clean.sh
|
||||
from /solid-cpp run in bash:
|
||||
* cmake . && make
|
||||
* ./run.sh
|
||||
|
||||
* from /solid-cpp run in bash:
|
||||
./clean.sh
|
||||
### Cleaning up afterwards
|
||||
|
||||
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