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

18 lines
528 B
Bash
Executable file

#!/bin/bash
# Clean addSwirlAndRotation
wclean 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; ./Allclean)
# Generate GGI test cases
(cd Case1.1_GGI; ./Allclean)
(cd Case1.1_GGI_sector_90deg; ./Allclean)
# Generate mixingPlane test cases
(cd Case1.1_mixingPlane; ./Allclean)
(cd Case1.1_mixingPlane_sector_AB_60deg; ./Allclean)
(cd Case1.1_mixingPlane_Upstream13_Downstream8; ./Allclean)