Skip to content

Commit

Permalink
Merge pull request #2393 from emaberman/fix_dShat
Browse files Browse the repository at this point in the history
Fix d s_hat
  • Loading branch information
pcarruscag authored Dec 21, 2024
2 parents 72632af + cea3262 commit 18b07ac
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 38 deletions.
5 changes: 3 additions & 2 deletions SU2_CFD/include/numerics/turbulent/turb_sources.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -345,18 +345,19 @@ struct Bsl {

/*--- Limiting of \hat{S} based on "Modifications and Clarifications for the Implementation of the Spalart-Allmaras Turbulence Model"
* Note 1 option c in https://turbmodels.larc.nasa.gov/spalart.html ---*/
const su2double d_Sbar = (var.fv2 + nue * var.d_fv2) * var.inv_k2_d2;
if (Sbar >= - c2 * var.Omega) {
var.Shat = var.Omega + Sbar;
var.d_Shat = d_Sbar;
} else {
const su2double Num = var.Omega * (c2 * c2 * var.Omega + c3 * Sbar);
const su2double Den = (c3 - 2 * c2) * var.Omega - Sbar;
var.Shat = var.Omega + Num / Den;
var.d_Shat = d_Sbar * (c3 * var.Omega + Num / Den) / Den;
}
if (var.Shat <= 1e-10) {
var.Shat = 1e-10;
var.d_Shat = 0.0;
} else {
var.d_Shat = (var.fv2 + nue * var.d_fv2) * var.inv_k2_d2;
}
}
};
Expand Down
10 changes: 5 additions & 5 deletions TestCases/hybrid_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def main():
rae2822_sa.cfg_dir = "rans/rae2822"
rae2822_sa.cfg_file = "turb_SA_RAE2822.cfg"
rae2822_sa.test_iter = 20
rae2822_sa.test_vals = [-2.020123, -5.269324, 0.807147, 0.060499, -80602.000000]
rae2822_sa.test_vals = [-2.020123, -5.269339, 0.807147, 0.060499, -80603.000000]
test_list.append(rae2822_sa)

# RAE2822 SST
Expand All @@ -181,7 +181,7 @@ def main():
turb_flatplate.cfg_dir = "rans/flatplate"
turb_flatplate.cfg_file = "turb_SA_flatplate.cfg"
turb_flatplate.test_iter = 20
turb_flatplate.test_vals = [-4.312826, -6.736053, -0.187467, 0.057454]
turb_flatplate.test_vals = [-4.312725, -6.737976, -0.187467, 0.057468]
test_list.append(turb_flatplate)

# ONERA M6 Wing
Expand Down Expand Up @@ -238,7 +238,7 @@ def main():
propeller.cfg_dir = "rans/propeller"
propeller.cfg_file = "propeller.cfg"
propeller.test_iter = 10
propeller.test_vals = [-3.389724, -8.409223, 0.000048, 0.056344]
propeller.test_vals = [-3.389724, -8.409502, 0.000048, 0.056344]
test_list.append(propeller)

#######################################
Expand Down Expand Up @@ -403,7 +403,7 @@ def main():
inc_turb_naca0012.cfg_dir = "incomp_rans/naca0012"
inc_turb_naca0012.cfg_file = "naca0012.cfg"
inc_turb_naca0012.test_iter = 20
inc_turb_naca0012.test_vals = [-4.788405, -11.039465, 0.000008, 0.309490]
inc_turb_naca0012.test_vals = [-4.788405, -11.040560, 0.000008, 0.309505]
test_list.append(inc_turb_naca0012)

# NACA0012, SST_SUST
Expand Down Expand Up @@ -503,7 +503,7 @@ def main():
ddes_flatplate.cfg_dir = "ddes/flatplate"
ddes_flatplate.cfg_file = "ddes_flatplate.cfg"
ddes_flatplate.test_iter = 10
ddes_flatplate.test_vals = [-2.714785, -5.882681, -0.215041, 0.023758, -617.440000]
ddes_flatplate.test_vals = [-2.714786, -5.882652, -0.215041, 0.023758, -617.470000]
ddes_flatplate.unsteady = True
test_list.append(ddes_flatplate)

Expand Down
28 changes: 14 additions & 14 deletions TestCases/parallel_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ def main():
rae2822_sa.cfg_dir = "rans/rae2822"
rae2822_sa.cfg_file = "turb_SA_RAE2822.cfg"
rae2822_sa.test_iter = 20
rae2822_sa.test_vals = [-2.004689, -5.265782, 0.809463, 0.062016, -80576.000000]
rae2822_sa.test_vals = [-2.004689, -5.265797, 0.809463, 0.062016, -80577.000000]
test_list.append(rae2822_sa)

# RAE2822 SST
Expand All @@ -381,15 +381,15 @@ def main():
turb_flatplate.cfg_dir = "rans/flatplate"
turb_flatplate.cfg_file = "turb_SA_flatplate.cfg"
turb_flatplate.test_iter = 20
turb_flatplate.test_vals = [-4.293562, -6.728390, -0.187643, 0.057686]
turb_flatplate.test_vals = [-4.293470, -6.730438, -0.187644, 0.057700]
test_list.append(turb_flatplate)

# Flat plate (compressible) with species inlet
turb_flatplate_species = TestCase('turb_flatplate_species')
turb_flatplate_species.cfg_dir = "rans/flatplate"
turb_flatplate_species.cfg_file = "turb_SA_flatplate_species.cfg"
turb_flatplate_species.test_iter = 20
turb_flatplate_species.test_vals = [-4.243136, -0.634954, -1.706721, 1.231179, -3.266212, 9.000000, -6.632862, 5.000000, -6.979197, 10.000000, -6.007240, 0.996237, 0.996237]
turb_flatplate_species.test_vals = [-4.243064, -0.634797, -1.706652, 1.231264, -3.266203, 9.000000, -6.632972, 5.000000, -6.985977, 10.000000, -6.007208, 0.996237, 0.996237]
test_list.append(turb_flatplate_species)

# Flat plate SST compressibility correction Wilcox
Expand Down Expand Up @@ -431,7 +431,7 @@ def main():
turb_oneram6_nk.cfg_dir = "rans/oneram6"
turb_oneram6_nk.cfg_file = "turb_ONERAM6_nk.cfg"
turb_oneram6_nk.test_iter = 20
turb_oneram6_nk.test_vals = [-4.843772, -4.444210, -11.473964, 0.216337, 0.049646, 5.000000, -0.613234, 23.568000]
turb_oneram6_nk.test_vals = [-4.851388, -4.457414, -11.468726, 0.217228, 0.049043, 5.000000, -0.533763, 23.567000]
turb_oneram6_nk.timeout = 600
turb_oneram6_nk.tol = 0.0001
test_list.append(turb_oneram6_nk)
Expand All @@ -441,7 +441,7 @@ def main():
turb_naca0012_sa.cfg_dir = "rans/naca0012"
turb_naca0012_sa.cfg_file = "turb_NACA0012_sa.cfg"
turb_naca0012_sa.test_iter = 5
turb_naca0012_sa.test_vals = [-12.094721, -14.685268, 1.057665, 0.022971, 20.000000, -1.692925, 20.000000, -4.037672, -44.871000]
turb_naca0012_sa.test_vals = [-12.094695, -14.685268, 1.057665, 0.022971, 20.000000, -1.692967, 20.000000, -4.037673, -44.871000]
turb_naca0012_sa.timeout = 3200
test_list.append(turb_naca0012_sa)

Expand Down Expand Up @@ -507,7 +507,7 @@ def main():
propeller.cfg_dir = "rans/propeller"
propeller.cfg_file = "propeller.cfg"
propeller.test_iter = 10
propeller.test_vals = [-3.389724, -8.409223, 0.000048, 0.056344]
propeller.test_vals = [-3.389724, -8.409502, 0.000048, 0.056344]
propeller.timeout = 3200
test_list.append(propeller)

Expand Down Expand Up @@ -638,7 +638,7 @@ def main():
inc_turb_naca0012.cfg_dir = "incomp_rans/naca0012"
inc_turb_naca0012.cfg_file = "naca0012.cfg"
inc_turb_naca0012.test_iter = 20
inc_turb_naca0012.test_vals = [-4.788596, -11.039529, -0.000002, 0.309504]
inc_turb_naca0012.test_vals = [-4.788595, -11.040625, -0.000002, 0.309519]
test_list.append(inc_turb_naca0012)

# NACA0012, SST_SUST
Expand Down Expand Up @@ -724,15 +724,15 @@ def main():
turbmod_sa_bsl_rae2822.cfg_dir = "turbulence_models/sa/rae2822"
turbmod_sa_bsl_rae2822.cfg_file = "turb_SA_BSL_RAE2822.cfg"
turbmod_sa_bsl_rae2822.test_iter = 20
turbmod_sa_bsl_rae2822.test_vals = [-2.004689, 0.742306, 0.497308, -5.265782, 0.809463, 0.062016]
turbmod_sa_bsl_rae2822.test_vals = [-2.004689, 0.742306, 0.497308, -5.265797, 0.809463, 0.062016]
test_list.append(turbmod_sa_bsl_rae2822)

# SA Negative
turbmod_sa_neg_rae2822 = TestCase('turbmod_sa_neg_rae2822')
turbmod_sa_neg_rae2822.cfg_dir = "turbulence_models/sa/rae2822"
turbmod_sa_neg_rae2822.cfg_file = "turb_SA_NEG_RAE2822.cfg"
turbmod_sa_neg_rae2822.test_iter = 10
turbmod_sa_neg_rae2822.test_vals = [-1.466238, 3.169232, 2.756518, 4.722767, 1.120253, 0.378675, -83444.000000]
turbmod_sa_neg_rae2822.test_vals = [-1.204800, 1.611685, 1.349330, 1.489602, 1.263603, 0.466487, -83309.000000]
turbmod_sa_neg_rae2822.test_vals_aarch64 = [-1.359612, 1.493629, 1.218367, -1.441703, 1.248499, 0.457987, -86467.000000]
test_list.append(turbmod_sa_neg_rae2822)

Expand All @@ -741,7 +741,7 @@ def main():
turbmod_sa_comp_rae2822.cfg_dir = "turbulence_models/sa/rae2822"
turbmod_sa_comp_rae2822.cfg_file = "turb_SA_COMP_RAE2822.cfg"
turbmod_sa_comp_rae2822.test_iter = 20
turbmod_sa_comp_rae2822.test_vals = [-2.004687, 0.742304, 0.497309, -5.266067, 0.809467, 0.062029]
turbmod_sa_comp_rae2822.test_vals = [-2.004687, 0.742304, 0.497309, -5.266084, 0.809467, 0.062029]
test_list.append(turbmod_sa_comp_rae2822)

# SA Edwards
Expand All @@ -765,7 +765,7 @@ def main():
turbmod_sa_qcr_rae2822.cfg_dir = "turbulence_models/sa/rae2822"
turbmod_sa_qcr_rae2822.cfg_file = "turb_SA_QCR_RAE2822.cfg"
turbmod_sa_qcr_rae2822.test_iter = 20
turbmod_sa_qcr_rae2822.test_vals = [-2.004793, 0.742353, 0.497315, -5.265962, 0.807841, 0.062027]
turbmod_sa_qcr_rae2822.test_vals = [-2.004793, 0.742353, 0.497315, -5.265977, 0.807841, 0.062027]
test_list.append(turbmod_sa_qcr_rae2822)

############################
Expand Down Expand Up @@ -1001,7 +1001,7 @@ def main():
ddes_flatplate.cfg_dir = "ddes/flatplate"
ddes_flatplate.cfg_file = "ddes_flatplate.cfg"
ddes_flatplate.test_iter = 10
ddes_flatplate.test_vals = [-2.714785, -5.882679, -0.215041, 0.023758, -617.450000]
ddes_flatplate.test_vals = [-2.714786, -5.882637, -0.215041, 0.023758, -617.470000]
ddes_flatplate.unsteady = True
test_list.append(ddes_flatplate)

Expand All @@ -1010,7 +1010,7 @@ def main():
unst_inc_turb_naca0015_sa.cfg_dir = "unsteady/pitching_naca0015_rans_inc"
unst_inc_turb_naca0015_sa.cfg_file = "config_incomp_turb_sa.cfg"
unst_inc_turb_naca0015_sa.test_iter = 1
unst_inc_turb_naca0015_sa.test_vals = [-3.004012, -6.876220, 1.487882, 0.421861]
unst_inc_turb_naca0015_sa.test_vals = [-3.004011, -6.876250, 1.487888, 0.421869]
unst_inc_turb_naca0015_sa.unsteady = True
test_list.append(unst_inc_turb_naca0015_sa)

Expand Down Expand Up @@ -1530,7 +1530,7 @@ def main():
species2_primitiveVenturi_mixingmodel_viscosity.cfg_dir = "species_transport/venturi_primitive_3species"
species2_primitiveVenturi_mixingmodel_viscosity.cfg_file = "species2_primitiveVenturi_mixingmodel_viscosity.cfg"
species2_primitiveVenturi_mixingmodel_viscosity.test_iter = 50
species2_primitiveVenturi_mixingmodel_viscosity.test_vals = [-4.857397, -3.646605, -3.737462, -7.602922, -5.008846, 5.000000, -1.756226, 5.000000, -3.163353, 5.000000, -2.189723, 2.476808, 0.976999, 0.609280, 0.890529]
species2_primitiveVenturi_mixingmodel_viscosity.test_vals = [-4.857405, -3.646534, -3.737422, -7.602756, -5.008835, 5.000000, -1.756256, 5.000000, -3.163548, 5.000000, -2.189690, 2.476807, 0.977000, 0.609279, 0.890528]
test_list.append(species2_primitiveVenturi_mixingmodel_viscosity)

# 2 species (1 eq) primitive venturi mixing using mixing model including heat capacity and mass diffusivity
Expand Down
4 changes: 2 additions & 2 deletions TestCases/parallel_regression_AD.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def main():
discadj_rans_naca0012_sa.cfg_dir = "disc_adj_rans/naca0012"
discadj_rans_naca0012_sa.cfg_file = "turb_NACA0012_sa.cfg"
discadj_rans_naca0012_sa.test_iter = 10
discadj_rans_naca0012_sa.test_vals = [-2.996963, -0.196020, 0.000004, -0.000000, 5.000000, -3.430615, 5.000000, -7.411396]
discadj_rans_naca0012_sa.test_vals = [-2.996963, -0.196020, 0.000004, -0.000000, 5.000000, -3.430615, 5.000000, -7.411381]
test_list.append(discadj_rans_naca0012_sa)

# Adjoint turbulent NACA0012 SST
Expand Down Expand Up @@ -256,7 +256,7 @@ def main():
discadj_heat.cfg_dir = "disc_adj_heat"
discadj_heat.cfg_file = "disc_adj_heat.cfg"
discadj_heat.test_iter = 10
discadj_heat.test_vals = [-2.117791, 0.784475, 0.000000, -0.574700]
discadj_heat.test_vals = [-2.117792, 0.784117, 0.000000, -0.574700]
discadj_heat.test_vals_aarch64 = [-2.226539, 0.605868, 0.000000, -6.256400]
test_list.append(discadj_heat)

Expand Down
16 changes: 8 additions & 8 deletions TestCases/serial_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def main():
rae2822_sa.cfg_dir = "rans/rae2822"
rae2822_sa.cfg_file = "turb_SA_RAE2822.cfg"
rae2822_sa.test_iter = 20
rae2822_sa.test_vals = [-2.020123, -5.269324, 0.807147, 0.060499, -80602.000000]
rae2822_sa.test_vals = [-2.020123, -5.269339, 0.807147, 0.060499, -80603.000000]
test_list.append(rae2822_sa)

# RAE2822 SST
Expand All @@ -242,7 +242,7 @@ def main():
turb_flatplate.cfg_dir = "rans/flatplate"
turb_flatplate.cfg_file = "turb_SA_flatplate.cfg"
turb_flatplate.test_iter = 20
turb_flatplate.test_vals = [-4.312826, -6.736053, -0.187467, 0.057454]
turb_flatplate.test_vals = [-4.312724, -6.737976, -0.187467, 0.057468]
test_list.append(turb_flatplate)

# FLAT PLATE, WALL FUNCTIONS, COMPRESSIBLE SST
Expand All @@ -258,7 +258,7 @@ def main():
turb_wallfunction_flatplate_sa.cfg_dir = "wallfunctions/flatplate/compressible_SA"
turb_wallfunction_flatplate_sa.cfg_file = "turb_SA_flatplate.cfg"
turb_wallfunction_flatplate_sa.test_iter = 10
turb_wallfunction_flatplate_sa.test_vals = [-4.460537, -2.033605, -2.117564, 0.889626, -5.381903, 10.000000, -1.517487, 0.034212, 0.002636]
turb_wallfunction_flatplate_sa.test_vals = [-4.460657, -2.033641, -2.118149, 0.889562, -5.382249, 10.000000, -1.517453, 0.034213, 0.002636]
test_list.append(turb_wallfunction_flatplate_sa)

# ONERA M6 Wing
Expand All @@ -275,7 +275,7 @@ def main():
turb_naca0012_sa.cfg_dir = "rans/naca0012"
turb_naca0012_sa.cfg_file = "turb_NACA0012_sa.cfg"
turb_naca0012_sa.test_iter = 5
turb_naca0012_sa.test_vals = [-12.091696, -14.685322, 1.057665, 0.022971, 20.000000, -2.686306, 20.000000, -4.459916, -44.871000]
turb_naca0012_sa.test_vals = [-12.091778, -14.685322, 1.057665, 0.022971, 20.000000, -2.686203, 20.000000, -4.459916, -44.871000]
turb_naca0012_sa.timeout = 3200
test_list.append(turb_naca0012_sa)

Expand Down Expand Up @@ -322,7 +322,7 @@ def main():
propeller.cfg_dir = "rans/propeller"
propeller.cfg_file = "propeller.cfg"
propeller.test_iter = 10
propeller.test_vals = [-3.389724, -8.409223, 0.000048, 0.056344]
propeller.test_vals = [-3.389724, -8.409502, 0.000048, 0.056344]
propeller.timeout = 3200
test_list.append(propeller)

Expand Down Expand Up @@ -441,7 +441,7 @@ def main():
inc_turb_naca0012.cfg_dir = "incomp_rans/naca0012"
inc_turb_naca0012.cfg_file = "naca0012.cfg"
inc_turb_naca0012.test_iter = 20
inc_turb_naca0012.test_vals = [-4.788496, -11.039482, 0.000023, 0.309488]
inc_turb_naca0012.test_vals = [-4.788495, -11.040578, 0.000023, 0.309503]
test_list.append(inc_turb_naca0012)

# NACA0012, SST_SUST
Expand Down Expand Up @@ -796,7 +796,7 @@ def main():
ddes_flatplate.cfg_dir = "ddes/flatplate"
ddes_flatplate.cfg_file = "ddes_flatplate.cfg"
ddes_flatplate.test_iter = 10
ddes_flatplate.test_vals = [-2.714785, -5.882680, -0.215041, 0.023758, -617.450000]
ddes_flatplate.test_vals = [-2.714786, -5.882646, -0.215041, 0.023758, -617.470000]
ddes_flatplate.unsteady = True
test_list.append(ddes_flatplate)

Expand All @@ -805,7 +805,7 @@ def main():
unst_inc_turb_naca0015_sa.cfg_dir = "unsteady/pitching_naca0015_rans_inc"
unst_inc_turb_naca0015_sa.cfg_file = "config_incomp_turb_sa.cfg"
unst_inc_turb_naca0015_sa.test_iter = 1
unst_inc_turb_naca0015_sa.test_vals = [-3.007635, -6.879778, 1.445293, 0.419274]
unst_inc_turb_naca0015_sa.test_vals = [-3.007635, -6.879809, 1.445300, 0.419281]
unst_inc_turb_naca0015_sa.unsteady = True
test_list.append(unst_inc_turb_naca0015_sa)

Expand Down
4 changes: 2 additions & 2 deletions TestCases/serial_regression_AD.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def main():
discadj_rans_naca0012_sa.cfg_dir = "disc_adj_rans/naca0012"
discadj_rans_naca0012_sa.cfg_file = "turb_NACA0012_sa.cfg"
discadj_rans_naca0012_sa.test_iter = 10
discadj_rans_naca0012_sa.test_vals = [-2.996976, -0.196055, 0.000004, -0.000000, 5.000000, -3.971736, 5.000000, -10.464337]
discadj_rans_naca0012_sa.test_vals = [-2.996976, -0.196055, 0.000004, -0.000000, 5.000000, -3.971736, 5.000000, -10.464319]
test_list.append(discadj_rans_naca0012_sa)

# Adjoint turbulent NACA0012 SST
Expand Down Expand Up @@ -183,7 +183,7 @@ def main():
discadj_heat.cfg_dir = "disc_adj_heat"
discadj_heat.cfg_file = "disc_adj_heat.cfg"
discadj_heat.test_iter = 10
discadj_heat.test_vals = [-2.122406, 0.693852, 0.000000, -0.869010]
discadj_heat.test_vals = [-2.122406, 0.693159, 0.000000, -0.869010]
test_list.append(discadj_heat)

###################################
Expand Down
6 changes: 3 additions & 3 deletions TestCases/tutorials.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def main():
tutorial_trans_e387_sa.cfg_dir = "../Tutorials/compressible_flow/Transitional_Airfoil/Langtry_and_Menter/E387"
tutorial_trans_e387_sa.cfg_file = "transitional_SA_LM_model_ConfigFile.cfg"
tutorial_trans_e387_sa.test_iter = 20
tutorial_trans_e387_sa.test_vals = [-6.527027, -5.081558, -0.795261, 1.022606, 0.150125, 2.000000, -9.580659]
tutorial_trans_e387_sa.test_vals = [-6.527027, -5.081541, -0.795261, 1.022607, 0.150175, 2.000000, -9.580660]
tutorial_trans_e387_sa.no_restart = True
test_list.append(tutorial_trans_e387_sa)

Expand Down Expand Up @@ -263,7 +263,7 @@ def main():
tutorial_unst_naca0012.cfg_dir = "../Tutorials/compressible_flow/Unsteady_NACA0012"
tutorial_unst_naca0012.cfg_file = "unsteady_naca0012.cfg"
tutorial_unst_naca0012.test_iter = 520
tutorial_unst_naca0012.test_vals = [520.000000, 0.000000, -5.291711, 0.000000, 0.305248, 0.810326, 0.001814, 0.006573]
tutorial_unst_naca0012.test_vals = [520.000000, 0.000000, -5.290694, 0.000000, 0.317272, 0.820972, 0.002144, 0.012805]
tutorial_unst_naca0012.test_vals_aarch64 = [520.000000, 0.000000, -5.298777, 0.000000, 0.288956, 0.736706, 0.002419, 0.007134]
tutorial_unst_naca0012.unsteady = True
test_list.append(tutorial_unst_naca0012)
Expand All @@ -273,7 +273,7 @@ def main():
propeller_var_load.cfg_dir = "../Tutorials/compressible_flow/ActuatorDisk_VariableLoad"
propeller_var_load.cfg_file = "propeller_variable_load.cfg"
propeller_var_load.test_iter = 20
propeller_var_load.test_vals = [-1.830276, -4.535127, -0.000323, 0.171623]
propeller_var_load.test_vals = [-1.830257, -4.535041, -0.000323, 0.171647]
propeller_var_load.timeout = 3200
test_list.append(propeller_var_load)

Expand Down
4 changes: 2 additions & 2 deletions TestCases/vandv.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ def main():
p30n30.cfg_dir = "vandv/rans/30p30n"
p30n30.cfg_file = "config.cfg"
p30n30.test_iter = 20
p30n30.test_vals = [-10.582171, -10.106603, -10.474926, -10.182536, -12.679336, 0.052181, 2.829820, 1.318613, -0.221214]
p30n30.test_vals_aarch64 = [-10.582171, -10.106603, -10.474926, -10.182536, -12.679336, 0.052181, 2.829820, 1.318613, -0.221214]
p30n30.test_vals = [-10.582183, -10.106601, -10.474910, -10.182549, -12.679336, 0.052181, 2.829820, 1.318613, -0.221374]
p30n30.test_vals_aarch64 = [-10.582183, -10.106601, -10.474910, -10.182549, -12.679336, 0.052181, 2.829820, 1.318613, -0.221374]
test_list.append(p30n30)

# flat plate - sst-v1994m
Expand Down

0 comments on commit 18b07ac

Please sign in to comment.