Skip to content

Commit

Permalink
Update streamwise periodic reg test values.
Browse files Browse the repository at this point in the history
PR#1022 SIMD introduced some minor difference in my(!) cht reg tests.
8184779..4b9f2a8x contains #1022 & #1080 (only 5 lines).
The change is in solid only and only affects the 2D case. Not the 3D.
I dont know what specifically introduced the changes, but as they
are small I for now assume that it is just a little numeric change.
  • Loading branch information
TobiKattmann committed Oct 20, 2020
1 parent 892c659 commit 20c065c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"VARIABLE" , "AVG_DENSITY[0]", "AVG_ENTHALPY[0]", "AVG_MACH[0]" , "AVG_MASSFLOW[0]", "AVG_NORMALVEL[0]", "AVG_PRESS[0]" , "AVG_TEMP[0]" , "AVG_TOTALPRESS[0]", "AVG_TOTALTEMP[0]", "DRAG[0]" , "EFFICIENCY[0]" , "FORCE_X[0]" , "FORCE_Y[0]" , "FORCE_Z[0]" , "LIFT[0]" , "MOMENTUM_DISTORTION[0]", "MOMENT_X[0]" , "MOMENT_Y[0]" , "MOMENT_Z[0]" , "PRESSURE_DROP[0]", "SECONDARY_OVER_UNIFORMITY[0]", "SECONDARY_STRENGTH[0]", "SIDEFORCE[0]" , "UNIFORMITY[0]" , "AVG_TEMPERATURE[1]", "HEATFLUX_MAX[1]", "TOTAL_HEATFLUX[1]", "FINDIFF_STEP"
0 , 0.0 , 3750000.0 , 0.0 , 0.0 , 3750000.0 , 1189.100000004828, 1059.199999986049, 1189.100000004828, 1059.199999986049, 0.0 , 0.0 , 0.0 , 0.0 , 0.0 , 0.0 , nan , 0.0 , 0.0 , 0.0 , 0.0 , nan , 0.0 , 0.0 , 0.0 , 1061.3000000034845, 0.0 , -508.4000000579181, 1e-06
"VARIABLE" , "AVG_DENSITY[0]", "AVG_ENTHALPY[0]", "AVG_MACH[0]" , "AVG_MASSFLOW[0]", "AVG_NORMALVEL[0]", "AVG_PRESS[0]" , "AVG_TEMP[0]" , "AVG_TOTALPRESS[0]", "AVG_TOTALTEMP[0]", "DRAG[0]" , "EFFICIENCY[0]" , "FORCE_X[0]" , "FORCE_Y[0]" , "FORCE_Z[0]" , "LIFT[0]" , "MOMENTUM_DISTORTION[0]", "MOMENT_X[0]" , "MOMENT_Y[0]" , "MOMENT_Z[0]" , "PRESSURE_DROP[0]", "SECONDARY_OVER_UNIFORMITY[0]", "SECONDARY_STRENGTH[0]", "SIDEFORCE[0]" , "UNIFORMITY[0]" , "AVG_TEMPERATURE[1]", "HEATFLUX[1]" , "HEATFLUX_MAX[1]", "FINDIFF_STEP"
0 , 0.0 , 3941000.00011 , 0.0 , 0.0 , 3941000.00011 , 1183.20000001 , 1113.39999995 , 1183.20000001 , 1113.39999995 , 0.0 , 0.0 , 0.0 , 0.0 , 0.0 , 0.0 , nan , 0.0 , 0.0 , 0.0 , 0.0 , nan , 0.0 , 0.0 , 0.0 , 1117.4 , -438.899999949 , 0.0 , 1e-06
4 changes: 2 additions & 2 deletions TestCases/streamwise_periodic_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def main():
sp_pinArray_cht_2d_mf_hf.cfg_dir = "incomp_navierstokes/streamwise_periodic/chtPinArray_2d"
sp_pinArray_cht_2d_mf_hf.cfg_file = "configMaster.cfg"
sp_pinArray_cht_2d_mf_hf.test_iter = 100
sp_pinArray_cht_2d_mf_hf.test_vals = [0.249545, -0.751311, -1.039004, -0.753314, 208.023676, 354.460000] #last 7 lines
sp_pinArray_cht_2d_mf_hf.test_vals = [0.250241, -0.743036, -1.049060, -0.753332, 208.023676, 355.360000] #last 7 lines
sp_pinArray_cht_2d_mf_hf.su2_exec = "mpirun -n 2 SU2_CFD"
sp_pinArray_cht_2d_mf_hf.timeout = 1600
sp_pinArray_cht_2d_mf_hf.tol = 0.00001
Expand Down Expand Up @@ -117,7 +117,7 @@ def main():
da_sp_pinArray_cht_2d_dp_hf.cfg_dir = "incomp_navierstokes/streamwise_periodic/chtPinArray_2d"
da_sp_pinArray_cht_2d_dp_hf.cfg_file = "DA_configMaster.cfg"
da_sp_pinArray_cht_2d_dp_hf.test_iter = 100
da_sp_pinArray_cht_2d_dp_hf.test_vals = [-4.743093, -4.001999, -3.800034, -4.001999] #last 4 lines
da_sp_pinArray_cht_2d_dp_hf.test_vals = [-4.709021, -3.993726, -3.804347, -3.993726] #last 4 lines
da_sp_pinArray_cht_2d_dp_hf.su2_exec = "mpirun -n 2 SU2_CFD_AD"
da_sp_pinArray_cht_2d_dp_hf.timeout = 1600
da_sp_pinArray_cht_2d_dp_hf.tol = 0.00001
Expand Down

0 comments on commit 20c065c

Please sign in to comment.