From 3077f44bf2016ae5ae2e3018aff6f4ab9fea0bfe Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <github@naumov.de> Date: Wed, 4 Nov 2020 23:11:02 +0100 Subject: [PATCH] [T/RM] Reorder density and permeability MPL props. Now they match the quasi-Newton project file. --- .../Data/RichardsMechanics/RichardsFlow_2d_small.prj | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Tests/Data/RichardsMechanics/RichardsFlow_2d_small.prj b/Tests/Data/RichardsMechanics/RichardsFlow_2d_small.prj index 094cb622916..3452ad99e50 100644 --- a/Tests/Data/RichardsMechanics/RichardsFlow_2d_small.prj +++ b/Tests/Data/RichardsMechanics/RichardsFlow_2d_small.prj @@ -52,13 +52,18 @@ <phase> <type>Solid</type> <properties> + <property> + <name>biot_coefficient</name> + <type>Constant</type> + <value>0.38</value> + </property> <property> <name>density</name> <type>Constant</type> <value>1</value> </property> <property> - <name>biot_coefficient</name> + <name>porosity</name> <type>Constant</type> <value>0.38</value> </property> @@ -67,11 +72,6 @@ <type>Constant</type> <value>4.46e-13</value> </property> - <property> - <name>porosity</name> - <type>Constant</type> - <value>0.38</value> - </property> <property> <name>storage</name> <type>Constant</type> -- GitLab