Skip to content

Commit b70c3fe

Browse files
committed
regression
1 parent 62b8796 commit b70c3fe

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

TestCases/tutorials.py

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ def main():
7373
cht_CR.multizone = True
7474
test_list.append(cht_CR)
7575

76-
7776
### Incompressible Flow
7877

7978
# 2D pin case massflow periodic with heatflux BC and prescribed extracted outlet heat
@@ -103,7 +102,7 @@ def main():
103102

104103
# design-primal: 90 degree pipe bend with wall functions from the experiments of Sudo et al.
105104
sudo_design_primal = TestCase('sudo_bend_design_primal')
106-
sudo_design_primal.cfg_dir = "../Tutorials/incompressible_flow/Inc_Turbulent_Bend_Wallfunctions"
105+
sudo_design_primal.cfg_dir = "../Tutorials/design/Inc_Turbulent_Bend_Wallfunctions"
107106
sudo_design_primal.cfg_file = "sudo_primal.cfg"
108107
sudo_design_primal.test_iter = 10
109108
sudo_design_primal.test_vals = [-14.579462, -13.203791, -13.601782, -12.616876, -14.005299, -10.817605, 15.000000, -2.296083]
@@ -112,7 +111,7 @@ def main():
112111

113112
# design-adjoint: 90 degree pipe bend with wall functions from the experiments of Sudo et al.
114113
sudo_design_adjoint = TestCase('sudo_bend_design_adjoint')
115-
sudo_design_adjoint.cfg_dir = "../Tutorials/incompressible_flow/Inc_Turbulent_Bend_Wallfunctions"
114+
sudo_design_adjoint.cfg_dir = "../Tutorials/design/Inc_Turbulent_Bend_Wallfunctions"
116115
sudo_design_adjoint.cfg_file = "sudo_adjoint.cfg"
117116
sudo_design_adjoint.test_iter = 10
118117
sudo_design_adjoint.test_vals = [-14.579462, -13.203791, -13.601782, -12.616876, -14.005299, -10.817605, 15.000000, -2.296083]
@@ -145,20 +144,10 @@ def main():
145144
kenics_mixer_tutorial.cfg_dir = "../Tutorials/incompressible_flow/Inc_Species_Transport_Composition_Dependent_Model"
146145
kenics_mixer_tutorial.cfg_file = "kenics_mixer_tutorial.cfg"
147146
kenics_mixer_tutorial.test_iter = 10
148-
kenics_mixer_tutorial.test_vals = [-7.490002, -6.823162, -6.837602, -5.156401, -7.928720, -3.089782, -7.447883, 5.000000, -1.863052, 4.000000, -5.174773, 3.000000, -6.382946, 0.025471, 0.000000, 0.025471, 0.000000, 64.126000, 8.479400, 48.120000, 7.526800]
147+
kenics_mixer_tutorial.test_vals = [kenics_mixer_tutorial.test_vals = [-7.489796, -6.823473, -6.838032, -5.157793, -7.911512, -3.166212, -7.447901, 5.000000, -1.862212, 4.000000, -5.131048, 3.000000, -6.380193, 0.025472, 0.000000, 0.025472, 0.000000, 64.105000, 8.479200, 48.099000, 7.526700]
149148
kenics_mixer_tutorial.command = TestCase.Command("mpirun -n 2", "SU2_CFD")
150149
test_list.append(kenics_mixer_tutorial)
151150

152-
# 3 species (2 eq) primitive venturi mixing
153-
DAspecies3_primitiveVenturi = TestCase('DAspecies3_primitiveVenturi')
154-
DAspecies3_primitiveVenturi.cfg_dir = "../Tutorials/incompressible_flow/Inc_Species_Transport"
155-
DAspecies3_primitiveVenturi.cfg_file = "DAspecies3_primitiveVenturi.cfg"
156-
DAspecies3_primitiveVenturi.test_iter = 50
157-
DAspecies3_primitiveVenturi.test_vals = [-7.584508, -7.211527, -6.740742, -6.896386, -11.472089, -10.865347, -10.096770]
158-
DAspecies3_primitiveVenturi.test_vals_aarch64 = [-7.865411, -7.548131, -7.347978, -7.217536, -11.822422, -10.968444, -10.193225]
159-
DAspecies3_primitiveVenturi.command = TestCase.Command("mpirun -n 2", "SU2_CFD_AD")
160-
test_list.append(DAspecies3_primitiveVenturi)
161-
162151

163152
### Incompressible Combustion
164153

@@ -286,7 +275,7 @@ def main():
286275
tutorial_nicfd_nozzle.cfg_dir = "../Tutorials/compressible_flow/NICFD_nozzle"
287276
tutorial_nicfd_nozzle.cfg_file = "NICFD_nozzle.cfg"
288277
tutorial_nicfd_nozzle.test_iter = 20
289-
tutorial_nicfd_nozzle.test_vals = [-2.056675, -2.124123, 3.687857, 0.000000, 0.000000]
278+
tutorial_nicfd_nozzle.test_vals = [-2.056675, -2.124123, 3.687027, 0.000000, 0.000000]
290279
tutorial_nicfd_nozzle.no_restart = True
291280
test_list.append(tutorial_nicfd_nozzle)
292281

0 commit comments

Comments
 (0)