Skip to content

Commit 017b309

Browse files
CodeFactor suggestions
1 parent 1667212 commit 017b309

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

TestCases/parallel_regression.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ def main():
344344
poiseuille_profile.cfg_dir = "navierstokes/poiseuille"
345345
poiseuille_profile.cfg_file = "profile_poiseuille.cfg"
346346
poiseuille_profile.test_iter = 10
347-
poiseuille_profile.test_vals = [-12.007512, -7.227061, -0.000000, 2.089953]
347+
poiseuille_profile.test_vals = [-12.007512, -7.227061, -0.000000, 2.089953]
348348
poiseuille_profile.test_vals_aarch64 = [-12.492864, -7.671632, -0.000000, 2.085796]
349349
test_list.append(poiseuille_profile)
350350

@@ -393,15 +393,15 @@ def main():
393393
test_list.append(turb_flatplate_species)
394394

395395
# Flat plate SST compressibility correction Wilcox
396-
turb_flatplate_CC_Wilcox = TestCase('turb_flatplate_CC_Wilcox')
396+
turb_flatplate_CC_Wilcox = TestCase('turb_flatplate_CC_Wilcox')
397397
turb_flatplate_CC_Wilcox.cfg_dir = "rans/flatplate"
398398
turb_flatplate_CC_Wilcox.cfg_file = "turb_SST_flatplate_compressibility_Wilcox.cfg"
399399
turb_flatplate_CC_Wilcox.test_iter = 20
400400
turb_flatplate_CC_Wilcox.test_vals = [-1.280875, 1.974210, 1.440441, 5.038396, -4.052127, 11.904843]
401401
test_list.append(turb_flatplate_CC_Wilcox)
402402

403403
# Flat plate SST compressibility correction Sarkar
404-
turb_flatplate_CC_Sarkar = TestCase('turb_flatplate_CC_Sarkar')
404+
turb_flatplate_CC_Sarkar = TestCase('turb_flatplate_CC_Sarkar')
405405
turb_flatplate_CC_Sarkar.cfg_dir = "rans/flatplate"
406406
turb_flatplate_CC_Sarkar.cfg_file = "turb_SST_flatplate_compressibility_Sarkar.cfg"
407407
turb_flatplate_CC_Sarkar.test_iter = 20
@@ -570,7 +570,7 @@ def main():
570570
test_list.append(inc_nozzle)
571571

572572
# Laminar wall mounted cylinder, Euler walls, cylinder wall diagonally split
573-
inc_cylinder_split = TestCase('inc_cylinder_split')
573+
inc_cylinder_split = TestCase('inc_cylinder_split')
574574
inc_cylinder_split.cfg_dir = "incomp_navierstokes/cylinder_split"
575575
inc_cylinder_split.cfg_file = "cylinder_split.cfg"
576576
inc_cylinder_split.test_iter = 10
@@ -582,39 +582,39 @@ def main():
582582
#############################
583583

584584
# Laminar cylinder
585-
inc_lam_cylinder = TestCase('inc_lam_cylinder')
585+
inc_lam_cylinder = TestCase('inc_lam_cylinder')
586586
inc_lam_cylinder.cfg_dir = "incomp_navierstokes/cylinder"
587587
inc_lam_cylinder.cfg_file = "incomp_cylinder.cfg"
588588
inc_lam_cylinder.test_iter = 10
589589
inc_lam_cylinder.test_vals = [-4.004072, -3.194881, -0.076553, 7.780048]
590590
test_list.append(inc_lam_cylinder)
591591

592592
# Laminar sphere, Re=1. Last column: Cd=24/Re
593-
inc_lam_sphere = TestCase('inc_lam_sphere')
593+
inc_lam_sphere = TestCase('inc_lam_sphere')
594594
inc_lam_sphere.cfg_dir = "incomp_navierstokes/sphere"
595595
inc_lam_sphere.cfg_file = "sphere.cfg"
596596
inc_lam_sphere.test_iter = 5
597597
inc_lam_sphere.test_vals = [-8.342926, -9.322789, 0.121003, 25.782687]
598598
test_list.append(inc_lam_sphere)
599599

600600
# Buoyancy-driven cavity
601-
inc_buoyancy = TestCase('inc_buoyancy')
601+
inc_buoyancy = TestCase('inc_buoyancy')
602602
inc_buoyancy.cfg_dir = "incomp_navierstokes/buoyancy_cavity"
603603
inc_buoyancy.cfg_file = "lam_buoyancy_cavity.cfg"
604604
inc_buoyancy.test_iter = 20
605605
inc_buoyancy.test_vals = [-4.435827, 0.508037, 0.000000, 0.000000]
606606
test_list.append(inc_buoyancy)
607607

608608
# Laminar heated cylinder with polynomial fluid model
609-
inc_poly_cylinder = TestCase('inc_poly_cylinder')
609+
inc_poly_cylinder = TestCase('inc_poly_cylinder')
610610
inc_poly_cylinder.cfg_dir = "incomp_navierstokes/cylinder"
611611
inc_poly_cylinder.cfg_file = "poly_cylinder.cfg"
612612
inc_poly_cylinder.test_iter = 20
613613
inc_poly_cylinder.test_vals = [-7.786564, -2.036735, 0.012980, 1.944887, -170.930000]
614614
test_list.append(inc_poly_cylinder)
615615

616616
# X-coarse laminar bend as a mixed element CGNS test
617-
inc_lam_bend = TestCase('inc_lam_bend')
617+
inc_lam_bend = TestCase('inc_lam_bend')
618618
inc_lam_bend.cfg_dir = "incomp_navierstokes/bend"
619619
inc_lam_bend.cfg_file = "lam_bend.cfg"
620620
inc_lam_bend.test_iter = 10

0 commit comments

Comments
 (0)