Skip to content

Commit 5674c23

Browse files
authored
Update TestCases/tutorials.py
1 parent cd5c18f commit 5674c23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TestCases/tutorials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def main():
234234
tutorial_unst_naca0012.cfg_dir = "../Tutorials/compressible_flow/Unsteady_NACA0012"
235235
tutorial_unst_naca0012.cfg_file = "unsteady_naca0012.cfg"
236236
tutorial_unst_naca0012.test_iter = 520
237-
tutorial_unst_naca0012.test_vals = [520, 0, 0.302003, 0.665069, -5.300141, 0.000000, 0.0000e+00, 0.0000e+00]
237+
tutorial_unst_naca0012.test_vals = [520, 0, -5.301340, 0, 0.303926, 0.782462, 0.003118, 0.015962]
238238
tutorial_unst_naca0012.su2_exec = "mpirun -np 2 SU2_CFD"
239239
tutorial_unst_naca0012.timeout = 1600
240240
tutorial_unst_naca0012.tol = 0.00001

0 commit comments

Comments
 (0)