Skip to content

Commit 2756e05

Browse files
committed
update parallel restarts
1 parent d500358 commit 2756e05

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

TestCases/parallel_regression.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def main():
264264
ea_naca64206.test_iter = 10
265265
ea_naca64206.test_vals = [-1.076215, -0.391987, -0.000701, 67775.000000]
266266
test_list.append(ea_naca64206)
267-
267+
268268
# SUPERSONIC FLOW PAST A RAMP IN A CHANNEL
269269
ramp = TestCase('ramp')
270270
ramp.cfg_dir = "euler/ramp"
@@ -459,7 +459,7 @@ def main():
459459
turb_naca0012_sst_expliciteuler.cfg_dir = "rans/naca0012"
460460
turb_naca0012_sst_expliciteuler.cfg_file = "turb_NACA0012_sst_expliciteuler.cfg"
461461
turb_naca0012_sst_expliciteuler.test_iter = 10
462-
turb_naca0012_sst_expliciteuler.test_vals = [-3.532289, -3.157766, 3.364024, 1.122901, 0.500798, -inf]
462+
turb_naca0012_sst_expliciteuler.test_vals = [-3.532289, -3.157766, 3.364024, 1.122901, 0.500798, -float("inf")]
463463
turb_naca0012_sst_expliciteuler.timeout = 3200
464464
test_list.append(turb_naca0012_sst_expliciteuler)
465465

TestCases/rans/naca0012/turb_NACA0012_sst.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
%
1515
SOLVER= RANS
1616
KIND_TURB_MODEL= SST
17+
SST_OPTIONS= V1994m
1718
MATH_PROBLEM= DIRECT
1819
RESTART_SOL= YES
1920
READ_BINARY_RESTART= NO

TestCases/serial_regression.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,8 @@ def main():
279279
turb_naca0012_sst.cfg_dir = "rans/naca0012"
280280
turb_naca0012_sst.cfg_file = "turb_NACA0012_sst.cfg"
281281
turb_naca0012_sst.test_iter = 10
282-
turb_naca0012_sst.test_vals = [-11.421948, -12.801962, -5.865325, 1.049990, 0.019163, -1.939735, -38.695000]
283-
turb_naca0012_sst.test_vals_aarch64 = [-11.451008, -12.798258, -5.863895, 1.049989, 0.019163, -1.925030, -38.694000]
282+
turb_naca0012_sst.test_vals = [-12.007177, -14.272504, -6.994514, 1.050109, 0.019148, -1.455402, -3.8510e+01]
283+
turb_naca0012_sst.test_vals_aarch64 = [-12.007177, -14.272504, -6.994514, 1.050109, 0.019148, -1.455402, -3.8510e+01]
284284
turb_naca0012_sst.timeout = 3200
285285
test_list.append(turb_naca0012_sst)
286286

@@ -298,7 +298,7 @@ def main():
298298
turb_naca0012_sst_sust_restart.cfg_dir = "rans/naca0012"
299299
turb_naca0012_sst_sust_restart.cfg_file = "turb_NACA0012_sst_sust.cfg"
300300
turb_naca0012_sst_sust_restart.test_iter = 10
301-
turb_naca0012_sst_sust_restart.test_vals = [-11.364741, -12.642741, -5.748040, 1.005234, 0.019017, -1.895891]
301+
turb_naca0012_sst_sust_restart.test_vals = [-12.006877, -14.685697, -6.270559, 1.001189, 0.019384, -1.435246]
302302
turb_naca0012_sst_sust_restart.timeout = 3200
303303
test_list.append(turb_naca0012_sst_sust_restart)
304304

@@ -329,7 +329,7 @@ def main():
329329
axi_rans_air_nozzle_restart.cfg_dir = "axisymmetric_rans/air_nozzle"
330330
axi_rans_air_nozzle_restart.cfg_file = "air_nozzle_restart.cfg"
331331
axi_rans_air_nozzle_restart.test_iter = 10
332-
axi_rans_air_nozzle_restart.test_vals = [-12.088204, -7.497812, -8.714688, -4.019578, -1924.800000]
332+
axi_rans_air_nozzle_restart.test_vals = [-12.003752, -6.926896, -8.627670, -4.003588, -2.0198e+03]
333333
axi_rans_air_nozzle_restart.tol = 0.0001
334334
test_list.append(axi_rans_air_nozzle_restart)
335335

@@ -853,7 +853,7 @@ def main():
853853
Jones_tc_restart.cfg_dir = "turbomachinery/APU_turbocharger"
854854
Jones_tc_restart.cfg_file = "Jones_restart.cfg"
855855
Jones_tc_restart.test_iter = 5
856-
Jones_tc_restart.test_vals = [-6.986563, -3.096834, -14.849532, -9.102914, -11.787851, -6.266208, 7.3266e+04, 7.3266e+04]
856+
Jones_tc_restart.test_vals = [-6.341673, -4.347529, -14.317871, -8.739672, -11.333584, -5.762934, 7.3273e+04, 7.3273e+04]
857857
Jones_tc_restart.tol = 0.0001
858858
test_list.append(Jones_tc_restart)
859859

@@ -870,7 +870,7 @@ def main():
870870
transonic_stator_restart.cfg_dir = "turbomachinery/transonic_stator_2D"
871871
transonic_stator_restart.cfg_file = "transonic_stator_restart.cfg"
872872
transonic_stator_restart.test_iter = 20
873-
transonic_stator_restart.test_vals = [-7.534574, -6.838075, -6.618228, -1.567726, -6.767343, -0.738638, -4.7165e+05]
873+
transonic_stator_restart.test_vals = [-7.853522, -6.815458, -6.565073, -1.880583, -6.316205, -1.017773, -4.7182e+05]
874874
test_list.append(transonic_stator_restart)
875875

876876

@@ -1496,8 +1496,8 @@ def main():
14961496
pywrapper_turb_naca0012_sst.cfg_dir = "rans/naca0012"
14971497
pywrapper_turb_naca0012_sst.cfg_file = "turb_NACA0012_sst.cfg"
14981498
pywrapper_turb_naca0012_sst.test_iter = 10
1499-
pywrapper_turb_naca0012_sst.test_vals = [-11.421948, -12.801962, -5.865325, 1.049990, 0.019163, -1.939735, -38.695000]
1500-
pywrapper_turb_naca0012_sst.test_vals_aarch64 = [-11.451014, -12.798258, -5.863895, 1.049989, 0.019163, -1.925032, -38.694000]
1499+
pywrapper_turb_naca0012_sst.test_vals = [-12.007177, -14.272504, -6.994514, 1.050109, 0.019148, -1.455402, -3.8510e+01]
1500+
pywrapper_turb_naca0012_sst.test_vals_aarch64 = [-12.007177, -14.272504, -6.994514, 1.050109, 0.019148, -1.455402, -3.8510e+01]
15011501
pywrapper_turb_naca0012_sst.command = TestCase.Command(exec = "SU2_CFD.py", param = "-f")
15021502
pywrapper_turb_naca0012_sst.timeout = 3200
15031503
pywrapper_turb_naca0012_sst.tol = 0.00001

0 commit comments

Comments
 (0)