def test_plate(self): from examples.plate.runPlate import volumeFile, hyp marchDist = hyp.getOption("marchDist") self.common_test(volumeFile, marchDist)
def test_M6(self): from examples.m6.runM6 import volumeFile, hyp marchDist = hyp.getOption("marchDist") self.common_test(volumeFile, marchDist)
def test_717(self): from examples.wing_717.run717 import volumeFile, hyp marchDist = hyp.getOption("marchDist") self.common_test(volumeFile, marchDist)
def test_BWB(self): from examples.BWB.runBWB import volumeFile, hyp marchDist = hyp.getOption("marchDist") self.common_test(volumeFile, marchDist)
def test_2D_rans(self): from examples.naca0012.naca0012_rans import volumeFile, hyp marchDist = hyp.getOption("marchDist") self.common_test(volumeFile, marchDist)