Skip to content
Snippets Groups Projects
Commit 2ead6d70 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[T/RM] Add dry densities to swelling test.

parent 541f0110
No related branches found
No related tags found
No related merge requests found
Showing
with 37 additions and 16 deletions
......@@ -32,6 +32,9 @@
<secondary_variable internal_name="saturation" output_name="saturation"/>
<secondary_variable internal_name="porosity" output_name="porosity"/>
<secondary_variable internal_name="transport_porosity" output_name="transport_porosity"/>
<secondary_variable internal_name="dry_density_solid" output_name="dry_density_solid"/>
<secondary_variable internal_name="dry_density_pellet_saturated" output_name="dry_density_pellet_saturated"/>
<secondary_variable internal_name="dry_density_pellet_unsaturated" output_name="dry_density_pellet_unsaturated"/>
</secondary_variables>
<specific_body_force>0 0</specific_body_force>
</process>
......@@ -405,5 +408,23 @@
<absolute_tolerance>1e-14</absolute_tolerance>
<relative_tolerance>1e-15</relative_tolerance>
</vtkdiff>
<vtkdiff>
<regex>deformation_dependent_porosity_swelling_pcs_0_ts_.*.vtu</regex>
<field>dry_density_solid</field>
<absolute_tolerance>1e-14</absolute_tolerance>
<relative_tolerance>1e-15</relative_tolerance>
</vtkdiff>
<vtkdiff>
<regex>deformation_dependent_porosity_swelling_pcs_0_ts_.*.vtu</regex>
<field>dry_density_pellet_saturated</field>
<absolute_tolerance>1e-14</absolute_tolerance>
<relative_tolerance>1e-15</relative_tolerance>
</vtkdiff>
<vtkdiff>
<regex>deformation_dependent_porosity_swelling_pcs_0_ts_.*.vtu</regex>
<field>dry_density_pellet_unsaturated</field>
<absolute_tolerance>1e-14</absolute_tolerance>
<relative_tolerance>1e-15</relative_tolerance>
</vtkdiff>
</test_definition>
</OpenGeoSysProject>
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
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