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/simpleFoam/ERCOFTAC_ConicalDiffuser/AllrunGlobal
2012-04-15 13:43:52 -04:00

18 lines
517 B
Bash
Executable file

#!/bin/bash
# Compile addSwirlAndRotation
wmake addSwirlAndRotation
# Generate the reference test case
# The GGI and mixingPlane test cases postprocessing results
# will be compared with the results from this test case
(cd Case1.1; ./Allrun)
# Generate GGI test cases
(cd Case1.1_GGI; ./Allrun)
(cd Case1.1_GGI_sector_90deg; ./Allrun)
# Generate mixingPlane test cases
(cd Case1.1_mixingPlane; ./Allrun)
(cd Case1.1_mixingPlane_sector_AB_60deg; ./Allrun)
(cd Case1.1_mixingPlane_Upstream13_Downstream8; ./Allrun)