Skip to content
Snippets Groups Projects
Commit fd193f3b authored by wenqing's avatar wenqing
Browse files

[Test] Added two large size tests for liquid flow process

parent 869a80c5
No related branches found
No related tags found
No related merge requests found
...@@ -620,6 +620,30 @@ if(NOT OGS_USE_MPI) ...@@ -620,6 +620,30 @@ if(NOT OGS_USE_MPI)
axisym_theis.vtu liquid_pcs_pcs_0_ts_30_t_1728.000000.vtu OGS5_pressure pressure axisym_theis.vtu liquid_pcs_pcs_0_ts_30_t_1728.000000.vtu OGS5_pressure pressure
) )
AddTest(
NAME LARGE_LiquidFlow_Anisotropic_GravityDriven3D
PATH Parabolic/LiquidFlow/GravityDriven3D
EXECUTABLE ogs
EXECUTABLE_ARGS anisotropic_gravity_driven3D.prj
WRAPPER time
TESTER vtkdiff
ABSTOL 1e-6 RELTOL 1e-6
DIFF_DATA
hex.vtu anisotropic_gravity_driven3D_pcs_0_ts_1_t_1.000000.vtu analytic_pressure pressure
)
AddTest(
NAME LARGE_LiquidFlow_Isotropic_GravityDriven3D
PATH Parabolic/LiquidFlow/GravityDriven3D
EXECUTABLE ogs
EXECUTABLE_ARGS isotropic_gravity_driven3D.prj
WRAPPER time
TESTER vtkdiff
ABSTOL 1e-6 RELTOL 1e-6
DIFF_DATA
hex.vtu isotropic_gravity_driven3D_pcs_0_ts_1_t_1.000000.vtu analytic_pressure pressure
)
else() else()
# MPI groundwater flow tests # MPI groundwater flow tests
AddTest( AddTest(
...@@ -874,5 +898,30 @@ else() ...@@ -874,5 +898,30 @@ else()
DIFF_DATA DIFF_DATA
axisym_theis.vtu liquid_pcs_pcs_0_ts_30_t_1728.000000.vtu OGS5_pressure pressure axisym_theis.vtu liquid_pcs_pcs_0_ts_30_t_1728.000000.vtu OGS5_pressure pressure
) )
AddTest(
NAME LARGE_LiquidFlow_Anisotropic_GravityDriven3D
PATH Parabolic/LiquidFlow/GravityDriven3D
EXECUTABLE_ARGS anisotropic_gravity_driven3D.prj
WRAPPER mpirun
WRAPPER_ARGS -np 1
WRAPPER time
TESTER vtkdiff
ABSTOL 1e-6 RELTOL 1e-6
DIFF_DATA
hex.vtu anisotropic_gravity_driven3D_pcs_0_ts_1_t_1.000000.vtu analytic_pressure pressure
)
AddTest(
NAME LARGE_LiquidFlow_Isotropic_GravityDriven3D
PATH Parabolic/LiquidFlow/GravityDriven3D
EXECUTABLE_ARGS isotropic_gravity_driven3D.prj
WRAPPER mpirun
WRAPPER_ARGS -np 1
WRAPPER time
TESTER vtkdiff
ABSTOL 1e-6 RELTOL 1e-6
DIFF_DATA
hex.vtu isotropic_gravity_driven3D_pcs_0_ts_1_t_1.000000.vtu analytic_pressure pressure
)
endif() endif()
Subproject commit 8b78d536de96403ba4bb56887bf6f3a0a6816239 Subproject commit 344c9b43e18d2c34f5c1ab7e4c782e0dad105826
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment