openfoam/tutorials/basic/overPotentialFoam/cylinder/Allrun
2018-01-17 15:30:49 +00:00

9 lines
182 B
Bash
Executable File

#!/bin/sh
. $WM_PROJECT_DIR/bin/tools/RunFunctions
# Extrude mesh around cylinder
(cd cylinderMesh && ./Allrun.pre)
# Add background mesh
(cd cylinderAndBackground && ./Allrun $*)