aa607bdb33
the Allrun script in interFoam/MRFInterFoam/mixerVessel2D now uses runApplication also for calling the local "makeMesh" script.
11 lines
292 B
Bash
Executable file
11 lines
292 B
Bash
Executable file
#!/bin/sh
|
|
# Source tutorial run functions
|
|
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
|
|
|
application="icoDyMFoam"
|
|
|
|
runApplication blockMesh
|
|
cp constant/polyMesh/boundary.org constant/polyMesh/boundary
|
|
runApplication regionCellSets
|
|
runApplication setsToZones -noFlipMap
|
|
runApplication $application
|