#!/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)