From 7c75fd5b56bda61900796cabc011c3a00bde9555 Mon Sep 17 00:00:00 2001 From: Chenxi Zhao Date: Wed, 11 Sep 2024 08:55:35 +0200 Subject: [PATCH] change fluid and solid material properties --- .../T_pipe_VIPO_shell.cpp | 10 +- .../VelocityObserver_Velocity.xml | 219 +++++++++--------- ...VelocityObserver_Velocity_Run_0_result.xml | 4 +- ...VelocityObserver_Velocity_Run_1_result.xml | 4 +- ...VelocityObserver_Velocity_Run_2_result.xml | 4 +- ...VelocityObserver_Velocity_Run_3_result.xml | 4 +- ...VelocityObserver_Velocity_Run_4_result.xml | 4 +- ...VelocityObserver_Velocity_Run_5_result.xml | 4 +- .../VelocityObserver_Velocity_dtwdistance.xml | 2 +- .../VelocityObserver_Velocity_runtimes.dat | 4 +- 10 files changed, 129 insertions(+), 130 deletions(-) diff --git a/tests/extra_source_and_tests/test_2d_T_pipe_VIPO_shell/T_pipe_VIPO_shell.cpp b/tests/extra_source_and_tests/test_2d_T_pipe_VIPO_shell/T_pipe_VIPO_shell.cpp index c61b36bb08..ed80fe96b3 100644 --- a/tests/extra_source_and_tests/test_2d_T_pipe_VIPO_shell/T_pipe_VIPO_shell.cpp +++ b/tests/extra_source_and_tests/test_2d_T_pipe_VIPO_shell/T_pipe_VIPO_shell.cpp @@ -31,7 +31,7 @@ Real level_set_refinement_ratio = resolution_ref / (0.1 * BW); // Global parameters on the fluid properties. //---------------------------------------------------------------------- Real Outlet_pressure = 0; -Real rho0_f = 1000.0; /**< Reference density of fluid. */ +Real rho0_f = 1.0; /**< Reference density of fluid. Using air density here.*/ Real Re = 100.0; /**< Reynolds number. */ Real U_f = 1.0; /**< Characteristic velocity. */ Real mu_f = rho0_f * U_f * DH / Re; /**< Dynamics viscosity. */ @@ -39,9 +39,9 @@ Real c_f = 10.0 * U_f * SMAX(Real(1), DH / (Real(2.0) * (DL - DL1))); /** Refere //---------------------------------------------------------------------- // Material parameters of the shell. //---------------------------------------------------------------------- -Real rho0_s = 1120; /** Normalized density. */ -Real Youngs_modulus = 1.08e8; /** Normalized Youngs Modulus. */ -Real poisson = 0.49; /** Poisson ratio. */ +Real rho0_s = 1.0e3; /** Normalized density. */ +Real Youngs_modulus = 1.0e6; /** Normalized Youngs Modulus. */ +Real poisson = 0.3; /** Poisson ratio. */ //---------------------------------------------------------------------- // Define geometry of SPH bodies. //---------------------------------------------------------------------- @@ -521,4 +521,4 @@ int main(int ac, char *av[]) } return 0; -} +} \ No newline at end of file diff --git a/tests/extra_source_and_tests/test_2d_T_pipe_VIPO_shell/regression_test_tool/VelocityObserver_Velocity.xml b/tests/extra_source_and_tests/test_2d_T_pipe_VIPO_shell/regression_test_tool/VelocityObserver_Velocity.xml index 4fc041e307..e434bf39d1 100644 --- a/tests/extra_source_and_tests/test_2d_T_pipe_VIPO_shell/regression_test_tool/VelocityObserver_Velocity.xml +++ b/tests/extra_source_and_tests/test_2d_T_pipe_VIPO_shell/regression_test_tool/VelocityObserver_Velocity.xml @@ -1,113 +1,112 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/extra_source_and_tests/test_2d_T_pipe_VIPO_shell/regression_test_tool/VelocityObserver_Velocity_Run_0_result.xml b/tests/extra_source_and_tests/test_2d_T_pipe_VIPO_shell/regression_test_tool/VelocityObserver_Velocity_Run_0_result.xml index 7b752bca9b..f56ce8ba7c 100644 --- a/tests/extra_source_and_tests/test_2d_T_pipe_VIPO_shell/regression_test_tool/VelocityObserver_Velocity_Run_0_result.xml +++ b/tests/extra_source_and_tests/test_2d_T_pipe_VIPO_shell/regression_test_tool/VelocityObserver_Velocity_Run_0_result.xml @@ -1,9 +1,9 @@ - + - + diff --git a/tests/extra_source_and_tests/test_2d_T_pipe_VIPO_shell/regression_test_tool/VelocityObserver_Velocity_Run_1_result.xml b/tests/extra_source_and_tests/test_2d_T_pipe_VIPO_shell/regression_test_tool/VelocityObserver_Velocity_Run_1_result.xml index 9a39685745..6b7b9cbc34 100644 --- a/tests/extra_source_and_tests/test_2d_T_pipe_VIPO_shell/regression_test_tool/VelocityObserver_Velocity_Run_1_result.xml +++ b/tests/extra_source_and_tests/test_2d_T_pipe_VIPO_shell/regression_test_tool/VelocityObserver_Velocity_Run_1_result.xml @@ -1,9 +1,9 @@ - + - + diff --git a/tests/extra_source_and_tests/test_2d_T_pipe_VIPO_shell/regression_test_tool/VelocityObserver_Velocity_Run_2_result.xml b/tests/extra_source_and_tests/test_2d_T_pipe_VIPO_shell/regression_test_tool/VelocityObserver_Velocity_Run_2_result.xml index a9645d7812..7a4fe70a93 100644 --- a/tests/extra_source_and_tests/test_2d_T_pipe_VIPO_shell/regression_test_tool/VelocityObserver_Velocity_Run_2_result.xml +++ b/tests/extra_source_and_tests/test_2d_T_pipe_VIPO_shell/regression_test_tool/VelocityObserver_Velocity_Run_2_result.xml @@ -1,9 +1,9 @@ - + - + diff --git a/tests/extra_source_and_tests/test_2d_T_pipe_VIPO_shell/regression_test_tool/VelocityObserver_Velocity_Run_3_result.xml b/tests/extra_source_and_tests/test_2d_T_pipe_VIPO_shell/regression_test_tool/VelocityObserver_Velocity_Run_3_result.xml index b318dae463..efd750db34 100644 --- a/tests/extra_source_and_tests/test_2d_T_pipe_VIPO_shell/regression_test_tool/VelocityObserver_Velocity_Run_3_result.xml +++ b/tests/extra_source_and_tests/test_2d_T_pipe_VIPO_shell/regression_test_tool/VelocityObserver_Velocity_Run_3_result.xml @@ -1,9 +1,9 @@ - + - + diff --git a/tests/extra_source_and_tests/test_2d_T_pipe_VIPO_shell/regression_test_tool/VelocityObserver_Velocity_Run_4_result.xml b/tests/extra_source_and_tests/test_2d_T_pipe_VIPO_shell/regression_test_tool/VelocityObserver_Velocity_Run_4_result.xml index 698ae12a0b..34429d6b70 100644 --- a/tests/extra_source_and_tests/test_2d_T_pipe_VIPO_shell/regression_test_tool/VelocityObserver_Velocity_Run_4_result.xml +++ b/tests/extra_source_and_tests/test_2d_T_pipe_VIPO_shell/regression_test_tool/VelocityObserver_Velocity_Run_4_result.xml @@ -1,9 +1,9 @@ - + - + diff --git a/tests/extra_source_and_tests/test_2d_T_pipe_VIPO_shell/regression_test_tool/VelocityObserver_Velocity_Run_5_result.xml b/tests/extra_source_and_tests/test_2d_T_pipe_VIPO_shell/regression_test_tool/VelocityObserver_Velocity_Run_5_result.xml index e5ced1bcc2..7c35d7ca58 100644 --- a/tests/extra_source_and_tests/test_2d_T_pipe_VIPO_shell/regression_test_tool/VelocityObserver_Velocity_Run_5_result.xml +++ b/tests/extra_source_and_tests/test_2d_T_pipe_VIPO_shell/regression_test_tool/VelocityObserver_Velocity_Run_5_result.xml @@ -1,9 +1,9 @@ - + - + diff --git a/tests/extra_source_and_tests/test_2d_T_pipe_VIPO_shell/regression_test_tool/VelocityObserver_Velocity_dtwdistance.xml b/tests/extra_source_and_tests/test_2d_T_pipe_VIPO_shell/regression_test_tool/VelocityObserver_Velocity_dtwdistance.xml index 9d3e269835..893ea66ae0 100644 --- a/tests/extra_source_and_tests/test_2d_T_pipe_VIPO_shell/regression_test_tool/VelocityObserver_Velocity_dtwdistance.xml +++ b/tests/extra_source_and_tests/test_2d_T_pipe_VIPO_shell/regression_test_tool/VelocityObserver_Velocity_dtwdistance.xml @@ -1,4 +1,4 @@ - + diff --git a/tests/extra_source_and_tests/test_2d_T_pipe_VIPO_shell/regression_test_tool/VelocityObserver_Velocity_runtimes.dat b/tests/extra_source_and_tests/test_2d_T_pipe_VIPO_shell/regression_test_tool/VelocityObserver_Velocity_runtimes.dat index e5438f1b42..fb0f3ed4ea 100644 --- a/tests/extra_source_and_tests/test_2d_T_pipe_VIPO_shell/regression_test_tool/VelocityObserver_Velocity_runtimes.dat +++ b/tests/extra_source_and_tests/test_2d_T_pipe_VIPO_shell/regression_test_tool/VelocityObserver_Velocity_runtimes.dat @@ -1,3 +1,3 @@ false -7 -1 \ No newline at end of file +8 +2 \ No newline at end of file