Update README.md
This commit is contained in:
parent
a416ccd362
commit
b9f8190839
1 changed files with 14 additions and 14 deletions
28
README.md
28
README.md
|
|
@ -2,27 +2,27 @@
|
||||||
|
|
||||||
## How to run simulation (i) and (ii)
|
## How to run simulation (i) and (ii)
|
||||||
*Running*
|
*Running*
|
||||||
* from /mgrid_2 run in bash:
|
from /mgrid_2 run in bash:
|
||||||
make run
|
* make run
|
||||||
|
|
||||||
*Cleaning up afterwards*:
|
*Cleaning up afterwards*:
|
||||||
* from /mgrid_2 run in bash:
|
from /mgrid_2 run in bash:
|
||||||
make clean
|
* make clean
|
||||||
|
|
||||||
## How to run coupled simulation (iii)
|
## How to run coupled simulation (iii)
|
||||||
*Running*
|
*Running*
|
||||||
* from /fluid-openfoam run in bash:
|
from /fluid-openfoam run in bash:
|
||||||
openfoam2512
|
* openfoam2512
|
||||||
./run.sh
|
* ./run.sh
|
||||||
|
|
||||||
* from /solid-cpp run in bash:
|
from /solid-cpp run in bash:
|
||||||
cmake . && make
|
* cmake . && make
|
||||||
./run.sh
|
* ./run.sh
|
||||||
|
|
||||||
*Cleaning up afterwards*:
|
*Cleaning up afterwards*:
|
||||||
* from /fluid-openfoam run in bash:
|
from /fluid-openfoam run in bash:
|
||||||
./clean.sh
|
* ./clean.sh
|
||||||
|
|
||||||
* from /solid-cpp run in bash:
|
from /solid-cpp run in bash:
|
||||||
./clean.sh
|
* ./clean.sh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue