mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Added four dsmc tutorials and run/clean scripts.
This commit is contained in:
11
tutorials/discreteMethods/dsmc/wedge15Ma5/Allrun
Executable file
11
tutorials/discreteMethods/dsmc/wedge15Ma5/Allrun
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
# Source tutorial run functions
|
||||
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
||||
|
||||
runApplication blockMesh
|
||||
runApplication decomposePar
|
||||
runParallel dsmcInitialise 4 system/machines
|
||||
hostname > system/machines
|
||||
runParallel dsmcFoam 4 system/machines
|
||||
runApplication reconstructPar -noLagrangian
|
||||
|
||||
Reference in New Issue
Block a user