Skip to content
Snippets Groups Projects
Commit 4138ca0b authored by Steffen Beese's avatar Steffen Beese Committed by Dmitri Naumov
Browse files

[RM/DSM] change of parameters in ctest file to see the features

                 of DSM
parent 5ae2d434
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<integration_order>2</integration_order> <integration_order>2</integration_order>
<dimension>2</dimension> <dimension>2</dimension>
<micro_porosity> <micro_porosity>
<mass_exchange_coefficient>1e-12</mass_exchange_coefficient> <mass_exchange_coefficient>1e-13</mass_exchange_coefficient>
<nonlinear_solver> <nonlinear_solver>
<maximum_iterations>100</maximum_iterations> <maximum_iterations>100</maximum_iterations>
<residuum_tolerance>1e-8</residuum_tolerance> <residuum_tolerance>1e-8</residuum_tolerance>
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
<name>swelling_stress_rate</name> <name>swelling_stress_rate</name>
<type>SaturationDependentSwelling</type> <type>SaturationDependentSwelling</type>
<swelling_pressures>1e7 1e7 1e7</swelling_pressures> <swelling_pressures>1e7 1e7 1e7</swelling_pressures>
<exponents>1 1 1</exponents> <exponents>2 2 2</exponents>
<lower_saturation_limit>0</lower_saturation_limit> <lower_saturation_limit>0</lower_saturation_limit>
<upper_saturation_limit>1</upper_saturation_limit> <upper_saturation_limit>1</upper_saturation_limit>
</property> </property>
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
<property> <property>
<name>permeability</name> <name>permeability</name>
<type>Constant</type> <type>Constant</type>
<value>1e-21</value> <value>1e-16</value>
</property> </property>
<property> <property>
<name>porosity</name> <name>porosity</name>
...@@ -143,9 +143,11 @@ ...@@ -143,9 +143,11 @@
<process ref="RM"> <process ref="RM">
<nonlinear_solver>nonlinear_solver</nonlinear_solver> <nonlinear_solver>nonlinear_solver</nonlinear_solver>
<convergence_criterion> <convergence_criterion>
<type>PerComponentDeltaX</type>
<norm_type>NORM2</norm_type> <norm_type>NORM2</norm_type>
<abstols>1e-3 1e-10 1e-10</abstols> <type>PerComponentDeltaX</type>
<abstols>5e-8 1e-13 1e-13</abstols>
<!--type>Residual</type>
<abstol>1e-8</abstol-->
</convergence_criterion> </convergence_criterion>
<compensate_non_equilibrium_initial_residuum>false</compensate_non_equilibrium_initial_residuum> <compensate_non_equilibrium_initial_residuum>false</compensate_non_equilibrium_initial_residuum>
<time_discretization> <time_discretization>
...@@ -155,8 +157,8 @@ ...@@ -155,8 +157,8 @@
<type>IterationNumberBasedTimeStepping</type> <type>IterationNumberBasedTimeStepping</type>
<t_initial>0.0</t_initial> <t_initial>0.0</t_initial>
<t_end>1e5</t_end> <t_end>1e5</t_end>
<initial_dt>100</initial_dt> <initial_dt>10</initial_dt>
<minimum_dt>1</minimum_dt> <minimum_dt>0.01</minimum_dt>
<maximum_dt>1e3</maximum_dt> <maximum_dt>1e3</maximum_dt>
<!-- linear function m=1.25-0.025*n omitting m=1, because of stale situation --> <!-- linear function m=1.25-0.025*n omitting m=1, because of stale situation -->
<number_iterations>1 2 3 4 5 6 7 8 9 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25</number_iterations> <number_iterations>1 2 3 4 5 6 7 8 9 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25</number_iterations>
...@@ -171,7 +173,7 @@ ...@@ -171,7 +173,7 @@
<timesteps> <timesteps>
<pair> <pair>
<repeat>200000</repeat> <repeat>200000</repeat>
<each_steps>1</each_steps> <each_steps>300</each_steps>
</pair> </pair>
</timesteps> </timesteps>
<variables> <variables>
...@@ -204,7 +206,7 @@ ...@@ -204,7 +206,7 @@
<parameter> <parameter>
<name>E</name> <name>E</name>
<type>Constant</type> <type>Constant</type>
<value>2e9</value> <value>50e6</value>
</parameter> </parameter>
<parameter> <parameter>
<name>nu</name> <name>nu</name>
...@@ -253,7 +255,7 @@ ...@@ -253,7 +255,7 @@
<curve> <curve>
<name>pressure_ramp</name> <name>pressure_ramp</name>
<coords>0.0 1e3 2e4 6e4 8e4 1e5</coords> <coords>0.0 1e3 2e4 6e4 8e4 1e5</coords>
<values>1e5 1e5 -1e6 -1e6 1e5 1e5</values> <values>1e5 1e5 -1e7 -1e7 1e5 1e5</values>
</curve> </curve>
</curves> </curves>
<process_variables> <process_variables>
...@@ -316,56 +318,56 @@ ...@@ -316,56 +318,56 @@
<vtkdiff> <vtkdiff>
<regex>double_porosity_swelling_.*.vtu</regex> <regex>double_porosity_swelling_.*.vtu</regex>
<field>pressure</field> <field>pressure</field>
<absolute_tolerance>1e-8</absolute_tolerance> <absolute_tolerance>1e3</absolute_tolerance>
<relative_tolerance>0</relative_tolerance> <relative_tolerance>1e-2</relative_tolerance>
</vtkdiff> </vtkdiff>
<vtkdiff> <vtkdiff>
<regex>double_porosity_swelling_.*.vtu</regex> <regex>double_porosity_swelling_.*.vtu</regex>
<field>saturation</field> <field>saturation</field>
<absolute_tolerance>1e-14</absolute_tolerance> <absolute_tolerance>2e-3</absolute_tolerance>
<relative_tolerance>0</relative_tolerance> <relative_tolerance>0</relative_tolerance>
</vtkdiff> </vtkdiff>
<vtkdiff> <vtkdiff>
<regex>double_porosity_swelling_.*.vtu</regex> <regex>double_porosity_swelling_.*.vtu</regex>
<field>displacement</field> <field>displacement</field>
<absolute_tolerance>5e-11</absolute_tolerance> <absolute_tolerance>1e-4</absolute_tolerance>
<relative_tolerance>0</relative_tolerance> <relative_tolerance>0</relative_tolerance>
</vtkdiff> </vtkdiff>
<vtkdiff> <vtkdiff>
<regex>double_porosity_swelling_.*.vtu</regex> <regex>double_porosity_swelling_.*.vtu</regex>
<field>sigma</field> <field>sigma</field>
<absolute_tolerance>2e-8</absolute_tolerance> <absolute_tolerance>5e3</absolute_tolerance>
<relative_tolerance>0</relative_tolerance> <relative_tolerance>0</relative_tolerance>
</vtkdiff> </vtkdiff>
<vtkdiff> <vtkdiff>
<regex>double_porosity_swelling_.*.vtu</regex> <regex>double_porosity_swelling_.*.vtu</regex>
<field>epsilon</field> <field>epsilon</field>
<absolute_tolerance>1e-14</absolute_tolerance> <absolute_tolerance>1e-4</absolute_tolerance>
<relative_tolerance>0</relative_tolerance> <relative_tolerance>0</relative_tolerance>
</vtkdiff> </vtkdiff>
<vtkdiff> <vtkdiff>
<regex>double_porosity_swelling_.*.vtu</regex> <regex>double_porosity_swelling_.*.vtu</regex>
<field>velocity</field> <field>velocity</field>
<absolute_tolerance>5e-14</absolute_tolerance> <absolute_tolerance>1e-8</absolute_tolerance>
<relative_tolerance>0</relative_tolerance> <relative_tolerance>0</relative_tolerance>
</vtkdiff> </vtkdiff>
<vtkdiff> <vtkdiff>
<regex>double_porosity_swelling_.*.vtu</regex> <regex>double_porosity_swelling_.*.vtu</regex>
<field>porosity</field> <field>porosity</field>
<absolute_tolerance>5e-14</absolute_tolerance> <absolute_tolerance>2e-5</absolute_tolerance>
<relative_tolerance>1e-15</relative_tolerance> <relative_tolerance>0</relative_tolerance>
</vtkdiff> </vtkdiff>
<vtkdiff> <vtkdiff>
<regex>double_porosity_swelling_.*.vtu</regex> <regex>double_porosity_swelling_.*.vtu</regex>
<field>porosity_avg</field> <field>micro_pressure</field>
<absolute_tolerance>1e-14</absolute_tolerance> <absolute_tolerance>5e4</absolute_tolerance>
<relative_tolerance>1e-15</relative_tolerance> <relative_tolerance>0</relative_tolerance>
</vtkdiff> </vtkdiff>
<vtkdiff> <vtkdiff>
<regex>double_porosity_swelling_.*.vtu</regex> <regex>double_porosity_swelling_.*.vtu</regex>
<field>dry_density_solid</field> <field>micro_saturation</field>
<absolute_tolerance>2e-12</absolute_tolerance> <absolute_tolerance>2e-4</absolute_tolerance>
<relative_tolerance>2e-15</relative_tolerance> <relative_tolerance>0</relative_tolerance>
</vtkdiff> </vtkdiff>
</test_definition> </test_definition>
</OpenGeoSysProject> </OpenGeoSysProject>
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