Skip to content

Commit 7ddc4e6

Browse files
committed
fix some configs/regression values
1 parent ce79efe commit 7ddc4e6

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

TestCases/axisymmetric_rans/air_nozzle/air_nozzle.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ MARKER_HEATFLUX= ( WALL, 0.0 )
4949
MARKER_SYM= ( SYMMETRY )
5050
MARKER_RIEMANN= ( INFLOW, TOTAL_CONDITIONS_PT, 1400000.0, 373.15, 1.0, 0.0, 0.0, \
5151
OUTFLOW, STATIC_PRESSURE, 100000.0, 0.0, 0.0, 0.0, 0.0 )
52-
%
52+
MARKER_MONITORING = (WALL)
53+
5354
% ------------- COMMON PARAMETERS DEFINING THE NUMERICAL METHOD ---------------%
5455
%
5556
NUM_METHOD_GRAD= GREEN_GAUSS

TestCases/parallel_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def main():
9898
visc_cone.cfg_file = "axi_visccone.cfg"
9999
visc_cone.test_iter = 10
100100
visc_cone.test_vals = [-5.222278, -5.746529, -20.569425, -20.633787, -20.547644, 1.255759, -3.208374, -0.016010, 0.093459, 32633.000000]
101-
visc_cone.test_vals_aarch64 = [-5.222278, -5.746529, -20.569425, -20.633787, -20.547644, 1.255759, -3.208374, -0.016010, 0.093459, 32633.000000]
101+
visc_cone.test_vals_aarch64 = [-5.222267, -5.746522, -20.569408, -20.633783, -20.546393, 1.255759, -3.208374, -0.016010, 0.093459, 32633.000000]
102102
visc_cone.su2_exec = "mpirun -n 2 SU2_CFD"
103103
visc_cone.timeout = 1600
104104
visc_cone.new_output = True

TestCases/radiation/p1model/configp1.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ MARKER_HEATFLUX= ( upper, 0.0, lower, 0.0 )
5858
MARKER_ISOTHERMAL= ( left, 461.04, right, 115.26 )
5959

6060
MARKER_PLOTTING= ( upper, left, right, lower )
61-
MARKER_MONITORING= ( NONE )
61+
MARKER_MONITORING= ( upper, left )
6262

6363
%%%%%%%%%%%%%%%%%%%%%%%
6464
% LINEAR SOLVER

TestCases/serial_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1906,7 +1906,7 @@ def main():
19061906
pywrapper_square_cylinder.cfg_dir = "unsteady/square_cylinder"
19071907
pywrapper_square_cylinder.cfg_file = "turb_square.cfg"
19081908
pywrapper_square_cylinder.test_iter = 3
1909-
pywrapper_square_cylinder.test_vals = [-1.162560, 0.066414, 1.399788, 2.220411, 1.399743, 2.218612, -0.399760]
1909+
pywrapper_square_cylinder.test_vals = [-1.406729, 0.036316, 1.399116, 2.199756, 1.399116, 2.199756, -0.399760]
19101910
pywrapper_square_cylinder.su2_exec = "SU2_CFD.py -f"
19111911
pywrapper_square_cylinder.timeout = 1600
19121912
pywrapper_square_cylinder.tol = 0.00001

0 commit comments

Comments
 (0)