This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/tutorials/incompressible/icoFoam/mixingPlane/twoBlocksMixingPlane_dirY_spanZ/Allrun

17 lines
209 B
Text
Raw Normal View History

2012-04-15 17:43:52 +00:00
#!/bin/bash
#
2012-04-15 17:43:52 +00:00
#set -x
. $WM_PROJECT_DIR/bin/tools/RunFunctions
2014-08-01 12:46:10 +00:00
runApplication blockMesh
2014-08-01 12:46:10 +00:00
runApplication setSet -batch setBatch
runApplication setsToZones -noFlipMap
2012-04-15 17:43:52 +00:00
cp -r 0_orig 0
2014-08-01 12:46:10 +00:00
runApplication icoFoam
2012-04-15 17:43:52 +00:00