Skip to content

Commit f0808bd

Browse files
committed
update cases
1 parent bac0e06 commit f0808bd

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

Common/src/CConfig.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,10 @@ void CConfig::SetPointersNull() {
914914
Inlet_Velocity = nullptr; Inflow_Mach = nullptr; Inflow_Pressure = nullptr;
915915
Outlet_Pressure = nullptr; Isothermal_Temperature = nullptr;
916916

917-
ElasticityMod = nullptr; PoissonRatio = nullptr; MaterialDensity = nullptr;
917+
ElasticityMod = nullptr;
918+
PoissonRatio = nullptr;
919+
MaterialDensity = nullptr;
920+
MaterialThermalExpansion = nullptr;
918921

919922
Load_Dir = nullptr; Load_Dir_Value = nullptr; Load_Dir_Multiplier = nullptr;
920923
Disp_Dir = nullptr; Disp_Dir_Value = nullptr; Disp_Dir_Multiplier = nullptr;

TestCases/hybrid_regression.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -680,8 +680,8 @@ def main():
680680
statbeam3d.cfg_dir = "fea_fsi/StatBeam_3d"
681681
statbeam3d.cfg_file = "configBeam_3d.cfg"
682682
statbeam3d.test_iter = 0
683-
statbeam3d.test_vals = [-2.378370, -1.585252, -2.028505, 64359.000000]
684-
statbeam3d.test_vals_aarch64 = [-2.382650, -1.561882, -2.045083, 64433.000000]
683+
statbeam3d.test_vals = [-2.787802, -1.721974, -2.438436, 110350]
684+
statbeam3d.test_vals_aarch64 = [-2.787802, -1.721974, -2.438436, 110350]
685685
test_list.append(statbeam3d)
686686

687687
# Dynamic beam, 2d

TestCases/parallel_regression.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1220,8 +1220,8 @@ def main():
12201220
statbeam3d.cfg_dir = "fea_fsi/StatBeam_3d"
12211221
statbeam3d.cfg_file = "configBeam_3d.cfg"
12221222
statbeam3d.test_iter = 0
1223-
statbeam3d.test_vals = [-8.396797, -8.162206, -8.156102, 64095.000000]
1224-
statbeam3d.test_vals_aarch64 = [-8.396793, -8.162255, -8.156118, 64095.0] #last 4 columns
1223+
statbeam3d.test_vals = [-6.058758, -5.750933, -5.892188, 110190]
1224+
statbeam3d.test_vals_aarch64 = [-6.058758, -5.750933, -5.892188, 110190]
12251225
statbeam3d.command = TestCase.Command(exec = "parallel_computation_fsi.py", param = "-f")
12261226
test_list.append(statbeam3d)
12271227

TestCases/serial_regression.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,8 +1012,8 @@ def main():
10121012
statbeam3d.cfg_dir = "fea_fsi/StatBeam_3d"
10131013
statbeam3d.cfg_file = "configBeam_3d.cfg"
10141014
statbeam3d.test_iter = 0
1015-
statbeam3d.test_vals = [-8.498245, -8.230816, -8.123810, 64095.000000]
1016-
statbeam3d.test_vals_aarch64 = [-8.498254, -8.230683, -8.123819, 64095.0] #last 4 columns
1015+
statbeam3d.test_vals = [-6.168640, -5.939035, -6.071159, 110190]
1016+
statbeam3d.test_vals_aarch64 = [-6.168640, -5.939035, -6.071159, 110190] #last 4 columns
10171017
test_list.append(statbeam3d)
10181018

10191019
# Mix elem, 3d beam, Knowles

0 commit comments

Comments
 (0)