Skip to content

Commit 815d3f0

Browse files
committed
remove "testcase".new_output = True because it is the default
1 parent 670e515 commit 815d3f0

4 files changed

Lines changed: 0 additions & 135 deletions

File tree

TestCases/hybrid_regression.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,6 @@ def main():
330330
harmonic_balance.cfg_file = "HB.cfg"
331331
harmonic_balance.test_iter = 25
332332
harmonic_balance.test_vals = [-1.589740, 3.922578, 0.006703, 0.099632]
333-
harmonic_balance.new_output = False
334333
test_list.append(harmonic_balance)
335334

336335
# Turbulent pitching NACA 64a010 airfoil
@@ -339,7 +338,6 @@ def main():
339338
hb_rans_preconditioning.cfg_file = "davis.cfg"
340339
hb_rans_preconditioning.test_iter = 25
341340
hb_rans_preconditioning.test_vals = [-1.902111, -5.949288, 0.007768, 0.128060]
342-
hb_rans_preconditioning.new_output = False
343341
test_list.append(hb_rans_preconditioning)
344342

345343
#############################
@@ -352,7 +350,6 @@ def main():
352350
inc_euler_naca0012.cfg_file = "incomp_NACA0012.cfg"
353351
inc_euler_naca0012.test_iter = 20
354352
inc_euler_naca0012.test_vals = [-4.858287, -3.810487, 0.491850, 0.007002]
355-
inc_euler_naca0012.new_output = True
356353
test_list.append(inc_euler_naca0012)
357354

358355
# C-D nozzle with pressure inlet and mass flow outlet
@@ -362,7 +359,6 @@ def main():
362359
inc_nozzle.test_iter = 20
363360
inc_nozzle.test_vals = [-5.971249, -4.910844, -0.000196, 0.121635]
364361
inc_nozzle.test_vals_aarch64 = [-5.971248, -4.910844, -0.000196, 0.121635]
365-
inc_nozzle.new_output = True
366362
test_list.append(inc_nozzle)
367363

368364
#############################
@@ -375,7 +371,6 @@ def main():
375371
inc_lam_cylinder.cfg_file = "incomp_cylinder.cfg"
376372
inc_lam_cylinder.test_iter = 10
377373
inc_lam_cylinder.test_vals = [-4.004277, -3.227956, 0.003851, 7.626583]
378-
inc_lam_cylinder.new_output = True
379374
test_list.append(inc_lam_cylinder)
380375

381376
# Buoyancy-driven cavity
@@ -384,7 +379,6 @@ def main():
384379
inc_buoyancy.cfg_file = "lam_buoyancy_cavity.cfg"
385380
inc_buoyancy.test_iter = 20
386381
inc_buoyancy.test_vals = [-4.432484, 0.507522, 0.000000, 0.000000]
387-
inc_buoyancy.new_output = True
388382
test_list.append(inc_buoyancy)
389383

390384
# Laminar heated cylinder with polynomial fluid model
@@ -394,7 +388,6 @@ def main():
394388
inc_poly_cylinder.test_iter = 20
395389
inc_poly_cylinder.test_vals = [-7.851512, -2.093420, 0.029974, 1.921595, -175.300000]
396390
inc_poly_cylinder.test_vals_aarch64 = [-7.851510, -2.093419, 0.029974, 1.921595, -175.300000]
397-
inc_poly_cylinder.new_output = True
398391
test_list.append(inc_poly_cylinder)
399392

400393
# X-coarse laminar bend as a mixed element CGNS test
@@ -416,7 +409,6 @@ def main():
416409
inc_turb_naca0012.cfg_file = "naca0012.cfg"
417410
inc_turb_naca0012.test_iter = 20
418411
inc_turb_naca0012.test_vals = [-4.788405, -11.040493, 0.000008, 0.309506]
419-
inc_turb_naca0012.new_output = True
420412
test_list.append(inc_turb_naca0012)
421413

422414
# NACA0012, SST_SUST
@@ -548,7 +540,6 @@ def main():
548540
Jones_tc_restart.cfg_file = "Jones_restart.cfg"
549541
Jones_tc_restart.test_iter = 5
550542
Jones_tc_restart.test_vals = [-10.691521, -7.643723, 85.827890, 2.277151]
551-
Jones_tc_restart.new_output = False
552543
test_list.append(Jones_tc_restart)
553544

554545
# 2D axial stage
@@ -558,7 +549,6 @@ def main():
558549
axial_stage2D.test_iter = 20
559550
axial_stage2D.test_vals = [-1.937003, 5.338805, 73.357170, 0.915734]
560551
axial_stage2D.test_vals_aarch64 = [-1.933115, 5.365583, 73.354510, 0.925902]
561-
axial_stage2D.new_output = False
562552
test_list.append(axial_stage2D)
563553

564554
# 2D transonic stator restart
@@ -568,7 +558,6 @@ def main():
568558
transonic_stator_restart.test_iter = 20
569559
transonic_stator_restart.test_vals = [-6.796363, -0.743837, 5.003453, 0.002946]
570560
transonic_stator_restart.test_vals_aarch64 = [-6.619122, -0.615705, 5.002986, 0.002951]
571-
transonic_stator_restart.new_output = False
572561
test_list.append(transonic_stator_restart)
573562

574563
######################################

0 commit comments

Comments
 (0)