Skip to content
Snippets Groups Projects
Commit d5fe945c authored by Tom Fischer's avatar Tom Fischer Committed by Dmitri Naumov
Browse files

[T] Update GWF tests.

parent 28d0e0b3
No related branches found
No related tags found
No related merge requests found
Showing
with 98 additions and 50 deletions
......@@ -264,7 +264,7 @@ AddTest(
TESTER vtkdiff
REQUIREMENTS NOT OGS_USE_MPI
DIFF_DATA
cube_1x1x1_hex_1e3_complete_surface.vtu cube_1x1x1_hex_1e3_complete_surface_left_right_dirichlet_surfaceflux.vtu surfaceflux_left_right_dirichlet_reference surfaceflux 1e-15 1e-15
cube_1x1x1_hex_1e3_complete_surface.vtu cube_1x1x1_hex_1e3_complete_surface_left_right_dirichlet_surfaceflux_t_1.000000.vtu surfaceflux_left_right_dirichlet_reference surfaceflux 1e-15 1e-15
)
AddTest(
NAME GroundWaterFlowProcess_cube_1x1x1_1e3_neumann_calculatesurfaceflux
......@@ -274,7 +274,7 @@ AddTest(
TESTER vtkdiff
REQUIREMENTS NOT OGS_USE_MPI
DIFF_DATA
cube_1x1x1_hex_1e3_complete_surface.vtu cube_1x1x1_hex_1e3_complete_surface_neumann_surfaceflux.vtu surfaceflux_neumann_reference surfaceflux 1e-15 1e-15
cube_1x1x1_hex_1e3_complete_surface.vtu cube_1x1x1_hex_1e3_complete_surface_neumann_surfaceflux_t_1.000000.vtu surfaceflux_neumann_reference surfaceflux 1e-15 1e-15
)
AddTest(
NAME GroundWaterFlowProcess_cube_1x1x1_2e3_prism_surfaceflux_left_right
......@@ -284,7 +284,7 @@ AddTest(
TESTER vtkdiff
REQUIREMENTS NOT OGS_USE_MPI
DIFF_DATA
cube_1x1x1_prism_2e3_complete_surface.vtu cube_1x1x1_prism_2e3_complete_surface_left_right_dirichlet_surfaceflux.vtu surfaceflux_left_right_reference surfaceflux_left_right 1e-15 1e-15
cube_1x1x1_prism_2e3_complete_surface.vtu cube_1x1x1_prism_2e3_complete_surface_left_right_dirichlet_surfaceflux_t_1.000000.vtu surfaceflux_left_right_reference surfaceflux_left_right 1e-15 1e-15
)
AddTest(
......@@ -295,7 +295,7 @@ AddTest(
TESTER vtkdiff
REQUIREMENTS NOT OGS_USE_MPI
DIFF_DATA
cube_1x1x1_prism_2e3_complete_surface.vtu cube_1x1x1_prism_2e3_complete_surface_front_back_dirichlet_surfaceflux.vtu surfaceflux_front_back_reference surfaceflux_front_back 1e-15 1e-15
cube_1x1x1_prism_2e3_complete_surface.vtu cube_1x1x1_prism_2e3_complete_surface_front_back_dirichlet_surfaceflux_t_1.000000.vtu surfaceflux_front_back_reference surfaceflux_front_back 1e-15 1e-15
)
AddTest(
......@@ -306,7 +306,7 @@ AddTest(
TESTER vtkdiff
REQUIREMENTS NOT OGS_USE_MPI
DIFF_DATA
cube_1x1x1_prism_2e3_complete_surface.vtu cube_1x1x1_prism_2e3_complete_surface_top_bottom_dirichlet_surfaceflux.vtu surfaceflux_top_bottom_reference surfaceflux_top_bottom 1e-15 1e-15
cube_1x1x1_prism_2e3_complete_surface.vtu cube_1x1x1_prism_2e3_complete_surface_top_bottom_dirichlet_surfaceflux_t_1.000000.vtu surfaceflux_top_bottom_reference surfaceflux_top_bottom 1e-15 1e-15
)
AddTest(
......@@ -317,7 +317,7 @@ AddTest(
TESTER vtkdiff
REQUIREMENTS NOT OGS_USE_MPI
DIFF_DATA
wedge_1x1x1_1e3_prism_complete_surface.vtu wedge_1x1x1_1e3_prism_complete_surface_surfaceflux.vtu surfaceflux_reference surfaceflux 1e-15 1e-15
wedge_1x1x1_1e3_prism_complete_surface.vtu wedge_1x1x1_1e3_prism_complete_surface_surfaceflux_t_1.000000.vtu surfaceflux_reference surfaceflux 1e-15 1e-15
)
# SQUARE 1x1 GROUNDWATER FLOW TEST -- AXIALLY SYMMETRIC
......
<?xml version="1.0" encoding="ISO-8859-1"?>
<OpenGeoSysProject>
<mesh>cube_1x1x1_hex_1e3.vtu</mesh>
<geometry>cube_1x1x1.gml</geometry>
<meshes>
<mesh>cube_1x1x1_hex_1e3.vtu</mesh>
<mesh>cube_1x1x1_hex_1e3_complete_surface.vtu</mesh>
<mesh>cube_1x1x1_hex_1e3_left.vtu</mesh>
<mesh>cube_1x1x1_hex_1e3_right.vtu</mesh>
</meshes>
<processes>
<process>
<name>GW23</name>
......@@ -15,7 +19,7 @@
<secondary_variable type="static" internal_name="darcy_velocity" output_name="v"/>
</secondary_variables>
<calculatesurfaceflux>
<mesh>cube_1x1x1_hex_1e3_complete_surface.vtu</mesh>
<mesh>cube_1x1x1_hex_1e3_complete_surface</mesh>
<property_name>surfaceflux</property_name>
<output_mesh>cube_1x1x1_hex_1e3_complete_surface_left_right_dirichlet_surfaceflux.vtu</output_mesh>
</calculatesurfaceflux>
......@@ -79,14 +83,12 @@
<initial_condition>p0</initial_condition>
<boundary_conditions>
<boundary_condition>
<geometrical_set>cube_1x1x1_geometry</geometrical_set>
<geometry>left</geometry>
<mesh>cube_1x1x1_hex_1e3_left</mesh>
<type>Dirichlet</type>
<parameter>p_Dirichlet_left</parameter>
</boundary_condition>
<boundary_condition>
<geometrical_set>cube_1x1x1_geometry</geometrical_set>
<geometry>right</geometry>
<mesh>cube_1x1x1_hex_1e3_right</mesh>
<type>Dirichlet</type>
<parameter>p_Dirichlet_right</parameter>
</boundary_condition>
......
<?xml version="1.0" encoding="ISO-8859-1"?>
<OpenGeoSysProject>
<mesh>cube_1x1x1_hex_1e3.vtu</mesh>
<geometry>cube_1x1x1.gml</geometry>
<meshes>
<mesh>cube_1x1x1_hex_1e3.vtu</mesh>
<mesh>cube_1x1x1_hex_1e3_complete_surface.vtu</mesh>
<mesh>cube_1x1x1_hex_1e3_left.vtu</mesh>
<mesh>cube_1x1x1_hex_1e3_front.vtu</mesh>
<mesh>cube_1x1x1_hex_1e3_right.vtu</mesh>
</meshes>
<processes>
<process>
<name>GW23</name>
......@@ -15,7 +20,7 @@
<secondary_variable type="static" internal_name="darcy_velocity" output_name="v"/>
</secondary_variables>
<calculatesurfaceflux>
<mesh>cube_1x1x1_hex_1e3_complete_surface.vtu</mesh>
<mesh>cube_1x1x1_hex_1e3_complete_surface</mesh>
<property_name>surfaceflux</property_name>
<output_mesh>cube_1x1x1_hex_1e3_complete_surface_neumann_surfaceflux.vtu</output_mesh>
</calculatesurfaceflux>
......@@ -79,20 +84,17 @@
<initial_condition>p0</initial_condition>
<boundary_conditions>
<boundary_condition>
<geometrical_set>cube_1x1x1_geometry</geometrical_set>
<geometry>left</geometry>
<mesh>cube_1x1x1_hex_1e3_left</mesh>
<type>Dirichlet</type>
<parameter>p_Dirichlet</parameter>
</boundary_condition>
<boundary_condition>
<geometrical_set>cube_1x1x1_geometry</geometrical_set>
<geometry>front</geometry>
<mesh>cube_1x1x1_hex_1e3_front</mesh>
<type>Dirichlet</type>
<parameter>p_Dirichlet</parameter>
</boundary_condition>
<boundary_condition>
<geometrical_set>cube_1x1x1_geometry</geometrical_set>
<geometry>right</geometry>
<mesh>cube_1x1x1_hex_1e3_right</mesh>
<type>Neumann</type>
<parameter>p_neumann</parameter>
</boundary_condition>
......
File added
File added
File added
File added
File added
File added
File added
File added
File added
<?xml version="1.0" encoding="ISO-8859-1"?>
<OpenGeoSysProject>
<mesh>cube_1x1x1_prism_2e3.vtu</mesh>
<geometry>cube_1x1x1.gml</geometry>
<meshes>
<mesh>cube_1x1x1_prism_2e3.vtu</mesh>
<mesh>cube_1x1x1_prism_2e3_complete_surface.vtu</mesh>
<mesh>cube_1x1x1_prism_2e3_front.vtu</mesh>
<mesh>cube_1x1x1_prism_2e3_back.vtu</mesh>
</meshes>
<processes>
<process>
<name>GW23</name>
......@@ -15,7 +19,7 @@
<secondary_variable type="static" internal_name="darcy_velocity" output_name="v"/>
</secondary_variables>
<calculatesurfaceflux>
<mesh>cube_1x1x1_prism_2e3_complete_surface.vtu</mesh>
<mesh>cube_1x1x1_prism_2e3_complete_surface</mesh>
<property_name>surfaceflux_front_back</property_name>
<output_mesh>cube_1x1x1_prism_2e3_complete_surface_front_back_dirichlet_surfaceflux.vtu</output_mesh>
</calculatesurfaceflux>
......@@ -79,14 +83,12 @@
<initial_condition>p0</initial_condition>
<boundary_conditions>
<boundary_condition>
<geometrical_set>cube_1x1x1_geometry</geometrical_set>
<geometry>front</geometry>
<mesh>cube_1x1x1_prism_2e3_front</mesh>
<type>Dirichlet</type>
<parameter>p_Dirichlet_front</parameter>
</boundary_condition>
<boundary_condition>
<geometrical_set>cube_1x1x1_geometry</geometrical_set>
<geometry>back</geometry>
<mesh>cube_1x1x1_prism_2e3_back</mesh>
<type>Dirichlet</type>
<parameter>p_Dirichlet_back</parameter>
</boundary_condition>
......
<?xml version="1.0" encoding="ISO-8859-1"?>
<OpenGeoSysProject>
<mesh>cube_1x1x1_prism_2e3.vtu</mesh>
<geometry>cube_1x1x1.gml</geometry>
<meshes>
<mesh>cube_1x1x1_prism_2e3.vtu</mesh>
<mesh>cube_1x1x1_prism_2e3_complete_surface.vtu</mesh>
<mesh>cube_1x1x1_prism_2e3_left.vtu</mesh>
<mesh>cube_1x1x1_prism_2e3_right.vtu</mesh>
</meshes>
<processes>
<process>
<name>GW23</name>
......@@ -15,7 +19,7 @@
<secondary_variable type="static" internal_name="darcy_velocity" output_name="v"/>
</secondary_variables>
<calculatesurfaceflux>
<mesh>cube_1x1x1_prism_2e3_complete_surface.vtu</mesh>
<mesh>cube_1x1x1_prism_2e3_complete_surface</mesh>
<property_name>surfaceflux_left_right</property_name>
<output_mesh>cube_1x1x1_prism_2e3_complete_surface_left_right_dirichlet_surfaceflux.vtu</output_mesh>
</calculatesurfaceflux>
......@@ -79,14 +83,12 @@
<initial_condition>p0</initial_condition>
<boundary_conditions>
<boundary_condition>
<geometrical_set>cube_1x1x1_geometry</geometrical_set>
<geometry>left</geometry>
<mesh>cube_1x1x1_prism_2e3_left</mesh>
<type>Dirichlet</type>
<parameter>p_Dirichlet_left</parameter>
</boundary_condition>
<boundary_condition>
<geometrical_set>cube_1x1x1_geometry</geometrical_set>
<geometry>right</geometry>
<mesh>cube_1x1x1_prism_2e3_right</mesh>
<type>Dirichlet</type>
<parameter>p_Dirichlet_right</parameter>
</boundary_condition>
......
<?xml version="1.0" encoding="ISO-8859-1"?>
<OpenGeoSysProject>
<mesh>cube_1x1x1_prism_2e3.vtu</mesh>
<geometry>cube_1x1x1.gml</geometry>
<meshes>
<mesh>cube_1x1x1_prism_2e3.vtu</mesh>
<mesh>cube_1x1x1_prism_2e3_complete_surface.vtu</mesh>
<mesh>cube_1x1x1_prism_2e3_top.vtu</mesh>
<mesh>cube_1x1x1_prism_2e3_bottom.vtu</mesh>
</meshes>
<processes>
<process>
<name>GW23</name>
......@@ -15,7 +19,7 @@
<secondary_variable type="static" internal_name="darcy_velocity" output_name="v"/>
</secondary_variables>
<calculatesurfaceflux>
<mesh>cube_1x1x1_prism_2e3_complete_surface.vtu</mesh>
<mesh>cube_1x1x1_prism_2e3_complete_surface</mesh>
<property_name>surfaceflux_top_bottom</property_name>
<output_mesh>cube_1x1x1_prism_2e3_complete_surface_top_bottom_dirichlet_surfaceflux.vtu</output_mesh>
</calculatesurfaceflux>
......@@ -79,14 +83,12 @@
<initial_condition>p0</initial_condition>
<boundary_conditions>
<boundary_condition>
<geometrical_set>cube_1x1x1_geometry</geometrical_set>
<geometry>top</geometry>
<mesh>cube_1x1x1_prism_2e3_top</mesh>
<type>Dirichlet</type>
<parameter>p_Dirichlet_top</parameter>
</boundary_condition>
<boundary_condition>
<geometrical_set>cube_1x1x1_geometry</geometrical_set>
<geometry>bottom</geometry>
<mesh>cube_1x1x1_prism_2e3_bottom</mesh>
<type>Dirichlet</type>
<parameter>p_Dirichlet_bottom</parameter>
</boundary_condition>
......
<?xml version="1.0" encoding="ISO-8859-1"?>
<OpenGeoSysProject>
<mesh>wedge_1x1x1_1e3_prism.vtu</mesh>
<geometry>wedge_1x1x1.gml</geometry>
<meshes>
<mesh>wedge_1x1x1_1e3_prism.vtu</mesh>
<mesh>wedge_1x1x1_1e3_prism_complete_surface.vtu</mesh>
<mesh>wedge_1x1x1_1e3_prism_left-front-top-bottom.vtu</mesh>
<mesh>wedge_1x1x1_1e3_prism_diagonal-left-front--right-back.vtu</mesh>
</meshes>
<processes>
<process>
<name>GW23</name>
......@@ -15,7 +19,7 @@
<secondary_variable type="static" internal_name="darcy_velocity" output_name="v"/>
</secondary_variables>
<calculatesurfaceflux>
<mesh>wedge_1x1x1_1e3_prism_complete_surface.vtu</mesh>
<mesh>wedge_1x1x1_1e3_prism_complete_surface</mesh>
<property_name>surfaceflux</property_name>
<output_mesh>wedge_1x1x1_1e3_prism_complete_surface_surfaceflux.vtu</output_mesh>
</calculatesurfaceflux>
......@@ -79,14 +83,12 @@
<initial_condition>p0</initial_condition>
<boundary_conditions>
<boundary_condition>
<geometrical_set>wedge_1x1x1_geometry</geometrical_set>
<geometry>left-front-top-bottom</geometry>
<mesh>wedge_1x1x1_1e3_prism_left-front-top-bottom</mesh>
<type>Dirichlet</type>
<parameter>p_Dirichlet_line</parameter>
</boundary_condition>
<boundary_condition>
<geometrical_set>wedge_1x1x1_geometry</geometrical_set>
<geometry>diagonal-left-front--right-back</geometry>
<mesh>wedge_1x1x1_1e3_prism_diagonal-left-front--right-back</mesh>
<type>Dirichlet</type>
<parameter>p_Dirichlet_diagonal_surface</parameter>
</boundary_condition>
......
File added
File added
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