From 31aa5b3385a9ade61a47e1cb0c152dcd6a4cc8ad Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Thu, 6 Feb 2020 20:20:36 +0100
Subject: [PATCH] [T] Use porosity and storage from MPL in prj-file.

---
 .../LiquidFlow/AxiSymTheis/axisym_theis.prj   | 15 +++++
 .../LiquidFlow/BuildupTest/buildup_test.prj   | 15 +++++
 .../LiquidFlow/Dupuit/BC_BC/TestSet_01.prj    | 15 +++++
 .../Dupuit/BC_BC_RECHARGE/TestSet_01.prj      | 15 +++++
 .../Dupuit/BC_BC_RECHARGE2/TestSet_01.prj     | 15 +++++
 .../Dupuit/BC_BC_STORAGE/TestSet_01.prj       | 15 +++++
 .../2D/square_1e1_calculatesurfaceflux.prj    | 15 +++++
 .../Flux/cube_1e3_calculatesurfaceflux.prj    | 15 +++++
 .../GravityDriven/gravity_driven.prj          | 15 +++++
 .../anisotropic_gravity_driven3D.prj          | 15 +++++
 .../isotropic_gravity_driven3D.prj            | 15 +++++
 .../line_dirichlet_neumannBC.prj              | 15 +++++
 ...sureBC_at_corner_of_anisotropic_square.prj | 15 +++++
 ...pendentHeterogeneousBoundaryConditions.prj | 15 +++++
 .../TimeDependentHeterogeneousSourceTerm.prj  | 15 +++++
 .../TimeIntervalDirichletBC.prj               | 15 +++++
 .../Verification/h1_1Dsource/h1_1Dsource.prj  | 30 ++++++++++
 .../Verification/h1_1Dsteady/h1_1Dsteady.prj  | 15 +++++
 .../h1_3Dhydstat/h1_3Dhydstat.prj             | 60 +++++++++++++++++++
 .../Verification/h2_1D1bt/h2_1D1bt.prj        | 15 +++++
 .../Verification/h2_1D2bt/h2_1D2bt.prj        | 30 ++++++++++
 21 files changed, 390 insertions(+)

diff --git a/Tests/Data/Parabolic/LiquidFlow/AxiSymTheis/axisym_theis.prj b/Tests/Data/Parabolic/LiquidFlow/AxiSymTheis/axisym_theis.prj
index de8be0eb551..116d7058075 100644
--- a/Tests/Data/Parabolic/LiquidFlow/AxiSymTheis/axisym_theis.prj
+++ b/Tests/Data/Parabolic/LiquidFlow/AxiSymTheis/axisym_theis.prj
@@ -57,6 +57,16 @@
                         </property>
                     </properties>
                 </phase>
+                <phase>
+                    <type>Solid</type>
+                    <properties>
+                        <property>
+                            <name>storage</name>
+                            <type>Constant</type>
+                            <value> 1.0e-3 </value>
+                        </property>
+                    </properties>
+                </phase>
             </phases>
             <properties>
                 <property>
@@ -64,6 +74,11 @@
                     <type>Constant</type>
                     <value>9.2903e-4 0 0 0 9.2903e-4 0 0 0 9.2903e-4</value>
                 </property>
+                <property>
+                    <name>porosity</name>
+                    <type>Constant</type>
+                    <value>1.0</value>
+                </property>
             </properties>
         </medium>
     </media>
diff --git a/Tests/Data/Parabolic/LiquidFlow/BuildupTest/buildup_test.prj b/Tests/Data/Parabolic/LiquidFlow/BuildupTest/buildup_test.prj
index 3a3608f2989..29829338d8e 100644
--- a/Tests/Data/Parabolic/LiquidFlow/BuildupTest/buildup_test.prj
+++ b/Tests/Data/Parabolic/LiquidFlow/BuildupTest/buildup_test.prj
@@ -20,6 +20,16 @@
                         </property>
                     </properties>
                 </phase>
+                <phase>
+                    <type>Solid</type>
+                    <properties>
+                        <property>
+                            <name>storage</name>
+                            <type>Constant</type>
+                            <value> 8.05e-7 </value>
+                        </property>
+                    </properties>
+                </phase>
             </phases>
             <properties>
                 <property>
@@ -27,6 +37,11 @@
                     <type>Constant</type>
                     <value>9.2e-12</value>
                 </property>
+                <property>
+                    <name>porosity</name>
+                    <type>Constant</type>
+                    <value>1.0</value>
+                </property>
             </properties>
         </medium>
     </media>
diff --git a/Tests/Data/Parabolic/LiquidFlow/Dupuit/BC_BC/TestSet_01.prj b/Tests/Data/Parabolic/LiquidFlow/Dupuit/BC_BC/TestSet_01.prj
index 5b20aa65902..27f35e69b5d 100644
--- a/Tests/Data/Parabolic/LiquidFlow/Dupuit/BC_BC/TestSet_01.prj
+++ b/Tests/Data/Parabolic/LiquidFlow/Dupuit/BC_BC/TestSet_01.prj
@@ -100,6 +100,16 @@
                         </property>
                     </properties>
                 </phase>
+                <phase>
+                    <type>Solid</type>
+                    <properties>
+                        <property>
+                            <name>storage</name>
+                            <type>Constant</type>
+                            <value> 0.0 </value>
+                        </property>
+                    </properties>
+                </phase>
             </phases>
             <properties>
                 <property>
@@ -107,6 +117,11 @@
                     <type>Dupuit</type>
                     <parameter_name>kappa1</parameter_name>
                 </property>
+                <property>
+                    <name>porosity</name>
+                    <type>Constant</type>
+                    <value>1.0</value>
+                </property>
             </properties>
         </medium>
     </media>
diff --git a/Tests/Data/Parabolic/LiquidFlow/Dupuit/BC_BC_RECHARGE/TestSet_01.prj b/Tests/Data/Parabolic/LiquidFlow/Dupuit/BC_BC_RECHARGE/TestSet_01.prj
index 8e5538e6844..18e022fe548 100644
--- a/Tests/Data/Parabolic/LiquidFlow/Dupuit/BC_BC_RECHARGE/TestSet_01.prj
+++ b/Tests/Data/Parabolic/LiquidFlow/Dupuit/BC_BC_RECHARGE/TestSet_01.prj
@@ -101,6 +101,16 @@
                         </property>
                     </properties>
                 </phase>
+                <phase>
+                    <type>Solid</type>
+                    <properties>
+                        <property>
+                            <name>storage</name>
+                            <type>Constant</type>
+                            <value> 0.0 </value>
+                        </property>
+                    </properties>
+                </phase>
             </phases>
             <properties>
                 <property>
@@ -108,6 +118,11 @@
                     <type>Dupuit</type>
                     <parameter_name>kappa1</parameter_name>
                 </property>
+                <property>
+                    <name>porosity</name>
+                    <type>Constant</type>
+                    <value>1.0</value>
+                </property>
             </properties>
         </medium>
     </media>
diff --git a/Tests/Data/Parabolic/LiquidFlow/Dupuit/BC_BC_RECHARGE2/TestSet_01.prj b/Tests/Data/Parabolic/LiquidFlow/Dupuit/BC_BC_RECHARGE2/TestSet_01.prj
index 2817a8fad21..654aaeccca5 100644
--- a/Tests/Data/Parabolic/LiquidFlow/Dupuit/BC_BC_RECHARGE2/TestSet_01.prj
+++ b/Tests/Data/Parabolic/LiquidFlow/Dupuit/BC_BC_RECHARGE2/TestSet_01.prj
@@ -101,6 +101,16 @@
                         </property>
                     </properties>
                 </phase>
+                <phase>
+                    <type>Solid</type>
+                    <properties>
+                        <property>
+                            <name>storage</name>
+                            <type>Constant</type>
+                            <value> 0.0 </value>
+                        </property>
+                    </properties>
+                </phase>
             </phases>
             <properties>
                 <property>
@@ -108,6 +118,11 @@
                     <type>Dupuit</type>
                     <parameter_name>kappa1</parameter_name>
                 </property>
+                <property>
+                    <name>porosity</name>
+                    <type>Constant</type>
+                    <value>1.0</value>
+                </property>
             </properties>
         </medium>
     </media>
diff --git a/Tests/Data/Parabolic/LiquidFlow/Dupuit/BC_BC_STORAGE/TestSet_01.prj b/Tests/Data/Parabolic/LiquidFlow/Dupuit/BC_BC_STORAGE/TestSet_01.prj
index c5ec11ebc82..51f47d29e84 100644
--- a/Tests/Data/Parabolic/LiquidFlow/Dupuit/BC_BC_STORAGE/TestSet_01.prj
+++ b/Tests/Data/Parabolic/LiquidFlow/Dupuit/BC_BC_STORAGE/TestSet_01.prj
@@ -101,6 +101,16 @@
                         </property>
                     </properties>
                 </phase>
+                <phase>
+                    <type>Solid</type>
+                    <properties>
+                        <property>
+                            <name>storage</name>
+                            <type>Constant</type>
+                            <value> 0.25 </value>
+                        </property>
+                    </properties>
+                </phase>
             </phases>
             <properties>
                 <property>
@@ -108,6 +118,11 @@
                     <type>Dupuit</type>
                     <parameter_name>kappa1</parameter_name>
                 </property>
+                <property>
+                    <name>porosity</name>
+                    <type>Constant</type>
+                    <value>0.25</value>
+                </property>
             </properties>
         </medium>
     </media>
diff --git a/Tests/Data/Parabolic/LiquidFlow/Flux/2D/square_1e1_calculatesurfaceflux.prj b/Tests/Data/Parabolic/LiquidFlow/Flux/2D/square_1e1_calculatesurfaceflux.prj
index 5ebe0ecc9d1..fc59a69c301 100644
--- a/Tests/Data/Parabolic/LiquidFlow/Flux/2D/square_1e1_calculatesurfaceflux.prj
+++ b/Tests/Data/Parabolic/LiquidFlow/Flux/2D/square_1e1_calculatesurfaceflux.prj
@@ -106,6 +106,16 @@
                         </property>
                     </properties>
                 </phase>
+                <phase>
+                    <type>Solid</type>
+                    <properties>
+                        <property>
+                            <name>storage</name>
+                            <type>Constant</type>
+                            <value> 8.05e-10 </value>
+                        </property>
+                    </properties>
+                </phase>
             </phases>
             <properties>
                 <property>
@@ -113,6 +123,11 @@
                     <type>Constant</type>
                     <value>9.2e-12 0 0 9.2e-12</value>
                 </property>
+                <property>
+                    <name>porosity</name>
+                    <type>Constant</type>
+                    <value>1</value>
+                </property>
             </properties>
         </medium>
     </media>
diff --git a/Tests/Data/Parabolic/LiquidFlow/Flux/cube_1e3_calculatesurfaceflux.prj b/Tests/Data/Parabolic/LiquidFlow/Flux/cube_1e3_calculatesurfaceflux.prj
index 20e99b35ab3..bbd128fd251 100644
--- a/Tests/Data/Parabolic/LiquidFlow/Flux/cube_1e3_calculatesurfaceflux.prj
+++ b/Tests/Data/Parabolic/LiquidFlow/Flux/cube_1e3_calculatesurfaceflux.prj
@@ -106,6 +106,16 @@
                         </property>
                     </properties>
                 </phase>
+                <phase>
+                    <type>Solid</type>
+                    <properties>
+                        <property>
+                            <name>storage</name>
+                            <type>Constant</type>
+                            <value> 8.05e-10 </value>
+                        </property>
+                    </properties>
+                </phase>
             </phases>
             <properties>
                 <property>
@@ -113,6 +123,11 @@
                     <type>Constant</type>
                     <value>9.2e-12 0 0 0 9.2e-12 0 0 0 9.2e-12</value>
                 </property>
+                <property>
+                    <name>porosity</name>
+                    <type>Constant</type>
+                    <value>1</value>
+                </property>
             </properties>
         </medium>
     </media>
diff --git a/Tests/Data/Parabolic/LiquidFlow/GravityDriven/gravity_driven.prj b/Tests/Data/Parabolic/LiquidFlow/GravityDriven/gravity_driven.prj
index 50417f72cc4..d2fadb16baf 100644
--- a/Tests/Data/Parabolic/LiquidFlow/GravityDriven/gravity_driven.prj
+++ b/Tests/Data/Parabolic/LiquidFlow/GravityDriven/gravity_driven.prj
@@ -57,6 +57,16 @@
                         </property>
                     </properties>
                 </phase>
+                <phase>
+                    <type>Solid</type>
+                    <properties>
+                        <property>
+                            <name>storage</name>
+                            <type>Constant</type>
+                            <value> 0 </value>
+                        </property>
+                    </properties>
+                </phase>
             </phases>
             <properties>
                 <property>
@@ -64,6 +74,11 @@
                     <type>Constant</type>
                     <value>1.e-12</value>
                 </property>
+                <property>
+                    <name>porosity</name>
+                    <type>Constant</type>
+                    <value>0.2</value>
+                </property>
             </properties>
         </medium>
     </media>
diff --git a/Tests/Data/Parabolic/LiquidFlow/GravityDriven3D/anisotropic_gravity_driven3D.prj b/Tests/Data/Parabolic/LiquidFlow/GravityDriven3D/anisotropic_gravity_driven3D.prj
index acb742badbe..45c804f7512 100644
--- a/Tests/Data/Parabolic/LiquidFlow/GravityDriven3D/anisotropic_gravity_driven3D.prj
+++ b/Tests/Data/Parabolic/LiquidFlow/GravityDriven3D/anisotropic_gravity_driven3D.prj
@@ -57,6 +57,16 @@
                         </property>
                     </properties>
                 </phase>
+                <phase>
+                    <type>Solid</type>
+                    <properties>
+                        <property>
+                            <name>storage</name>
+                            <type>Constant</type>
+                            <value> 0 </value>
+                        </property>
+                    </properties>
+                </phase>
             </phases>
             <properties>
                 <property>
@@ -64,6 +74,11 @@
                     <type>Constant</type>
                     <value>1.e-12 0. 0. 0. 1.e-12 0. 0. 0. 1.e-12</value>
                 </property>
+                <property>
+                    <name>porosity</name>
+                    <type>Constant</type>
+                    <value>0.2</value>
+                </property>
             </properties>
         </medium>
     </media>
diff --git a/Tests/Data/Parabolic/LiquidFlow/GravityDriven3D/isotropic_gravity_driven3D.prj b/Tests/Data/Parabolic/LiquidFlow/GravityDriven3D/isotropic_gravity_driven3D.prj
index d09af6404d9..495abfd0137 100644
--- a/Tests/Data/Parabolic/LiquidFlow/GravityDriven3D/isotropic_gravity_driven3D.prj
+++ b/Tests/Data/Parabolic/LiquidFlow/GravityDriven3D/isotropic_gravity_driven3D.prj
@@ -57,6 +57,16 @@
                         </property>
                     </properties>
                 </phase>
+                <phase>
+                    <type>Solid</type>
+                    <properties>
+                        <property>
+                            <name>storage</name>
+                            <type>Constant</type>
+                            <value> 0 </value>
+                        </property>
+                    </properties>
+                </phase>
             </phases>
             <properties>
                 <property>
@@ -64,6 +74,11 @@
                     <type>Constant</type>
                     <value>1.e-12</value>
                 </property>
+                <property>
+                    <name>porosity</name>
+                    <type>Constant</type>
+                    <value>0.2</value>
+                </property>
             </properties>
         </medium>
     </media>
diff --git a/Tests/Data/Parabolic/LiquidFlow/LineDirichletNeumannBC/line_dirichlet_neumannBC.prj b/Tests/Data/Parabolic/LiquidFlow/LineDirichletNeumannBC/line_dirichlet_neumannBC.prj
index 9a684d4eb43..32215feca8b 100644
--- a/Tests/Data/Parabolic/LiquidFlow/LineDirichletNeumannBC/line_dirichlet_neumannBC.prj
+++ b/Tests/Data/Parabolic/LiquidFlow/LineDirichletNeumannBC/line_dirichlet_neumannBC.prj
@@ -57,6 +57,16 @@
                         </property>
                     </properties>
                 </phase>
+                <phase>
+                    <type>Solid</type>
+                    <properties>
+                        <property>
+                            <name>storage</name>
+                            <type>Constant</type>
+                            <value>0.0</value>
+                        </property>
+                    </properties>
+                </phase>
             </phases>
             <properties>
                 <property>
@@ -64,6 +74,11 @@
                     <type>Constant</type>
                     <value>1.e-12</value>
                 </property>
+                <property>
+                    <name>porosity</name>
+                    <type>Constant</type>
+                    <value>0.2</value>
+                </property>
             </properties>
         </medium>
     </media>
diff --git a/Tests/Data/Parabolic/LiquidFlow/PressureBCatCornerOfAnisotropicSquare/pressureBC_at_corner_of_anisotropic_square.prj b/Tests/Data/Parabolic/LiquidFlow/PressureBCatCornerOfAnisotropicSquare/pressureBC_at_corner_of_anisotropic_square.prj
index 9efa8f29b20..2bb9280ce73 100644
--- a/Tests/Data/Parabolic/LiquidFlow/PressureBCatCornerOfAnisotropicSquare/pressureBC_at_corner_of_anisotropic_square.prj
+++ b/Tests/Data/Parabolic/LiquidFlow/PressureBCatCornerOfAnisotropicSquare/pressureBC_at_corner_of_anisotropic_square.prj
@@ -57,6 +57,16 @@
                         </property>
                     </properties>
                 </phase>
+                <phase>
+                    <type>Solid</type>
+                    <properties>
+                        <property>
+                            <name>storage</name>
+                            <type>Constant</type>
+                            <value> 0.0 </value>
+                        </property>
+                    </properties>
+                </phase>
             </phases>
             <properties>
                 <property>
@@ -64,6 +74,11 @@
                     <type>Constant</type>
                     <value>1e-15 0. 0. 1e-14</value>
                 </property>
+                <property>
+                    <name>porosity</name>
+                    <type>Constant</type>
+                    <value>1.0</value>
+                </property>
             </properties>
         </medium>
     </media>
diff --git a/Tests/Data/Parabolic/LiquidFlow/TimeDependentHeterogeneousBoundaryConditions/TimeDependentHeterogeneousBoundaryConditions.prj b/Tests/Data/Parabolic/LiquidFlow/TimeDependentHeterogeneousBoundaryConditions/TimeDependentHeterogeneousBoundaryConditions.prj
index 84ffe405b2e..ac6fcf8c9d9 100644
--- a/Tests/Data/Parabolic/LiquidFlow/TimeDependentHeterogeneousBoundaryConditions/TimeDependentHeterogeneousBoundaryConditions.prj
+++ b/Tests/Data/Parabolic/LiquidFlow/TimeDependentHeterogeneousBoundaryConditions/TimeDependentHeterogeneousBoundaryConditions.prj
@@ -112,6 +112,16 @@
                         </property>
                     </properties>
                 </phase>
+                <phase>
+                    <type>Solid</type>
+                    <properties>
+                        <property>
+                            <name>storage</name>
+                            <type>Constant</type>
+                            <value> 1e-5 </value>
+                        </property>
+                    </properties>
+                </phase>
             </phases>
             <properties>
                 <property>
@@ -119,6 +129,11 @@
                     <type>Constant</type>
                     <value>1.e-12</value>
                 </property>
+                <property>
+                    <name>porosity</name>
+                    <type>Constant</type>
+                    <value>0.2</value>
+                </property>
             </properties>
         </medium>
     </media>
diff --git a/Tests/Data/Parabolic/LiquidFlow/TimeDependentHeterogeneousSourceTerm/TimeDependentHeterogeneousSourceTerm.prj b/Tests/Data/Parabolic/LiquidFlow/TimeDependentHeterogeneousSourceTerm/TimeDependentHeterogeneousSourceTerm.prj
index 00205a4c2ce..6baf5568af1 100644
--- a/Tests/Data/Parabolic/LiquidFlow/TimeDependentHeterogeneousSourceTerm/TimeDependentHeterogeneousSourceTerm.prj
+++ b/Tests/Data/Parabolic/LiquidFlow/TimeDependentHeterogeneousSourceTerm/TimeDependentHeterogeneousSourceTerm.prj
@@ -113,6 +113,16 @@
                         </property>
                     </properties>
                 </phase>
+                <phase>
+                    <type>Solid</type>
+                    <properties>
+                        <property>
+                            <name>storage</name>
+                            <type>Constant</type>
+                            <value> 1e-5 </value>
+                        </property>
+                    </properties>
+                </phase>
             </phases>
             <properties>
                 <property>
@@ -120,6 +130,11 @@
                     <type>Constant</type>
                     <value>1.e-12</value>
                 </property>
+                <property>
+                    <name>porosity</name>
+                    <type>Constant</type>
+                    <value>0.1</value>
+                </property>
             </properties>
         </medium>
     </media>
diff --git a/Tests/Data/Parabolic/LiquidFlow/TimeIntervalDirichletBC/TimeIntervalDirichletBC.prj b/Tests/Data/Parabolic/LiquidFlow/TimeIntervalDirichletBC/TimeIntervalDirichletBC.prj
index ac5d261df0e..a87429ff52b 100644
--- a/Tests/Data/Parabolic/LiquidFlow/TimeIntervalDirichletBC/TimeIntervalDirichletBC.prj
+++ b/Tests/Data/Parabolic/LiquidFlow/TimeIntervalDirichletBC/TimeIntervalDirichletBC.prj
@@ -100,6 +100,16 @@
                         </property>
                     </properties>
                 </phase>
+                <phase>
+                    <type>Solid</type>
+                    <properties>
+                        <property>
+                            <name>storage</name>
+                            <type>Constant</type>
+                            <value> 0 </value>
+                        </property>
+                    </properties>
+                </phase>
             </phases>
             <properties>
                 <property>
@@ -107,6 +117,11 @@
                     <type>Constant</type>
                     <value>1.e-12</value>
                 </property>
+                <property>
+                    <name>porosity</name>
+                    <type>Constant</type>
+                    <value>0.2</value>
+                </property>
             </properties>
         </medium>
     </media>
diff --git a/Tests/Data/Parabolic/LiquidFlow/Verification/h1_1Dsource/h1_1Dsource.prj b/Tests/Data/Parabolic/LiquidFlow/Verification/h1_1Dsource/h1_1Dsource.prj
index efaa693ab49..a6c53dd84fb 100755
--- a/Tests/Data/Parabolic/LiquidFlow/Verification/h1_1Dsource/h1_1Dsource.prj
+++ b/Tests/Data/Parabolic/LiquidFlow/Verification/h1_1Dsource/h1_1Dsource.prj
@@ -69,6 +69,16 @@
                         </property>
                     </properties>
                 </phase>
+                <phase>
+                    <type>Solid</type>
+                    <properties>
+                        <property>
+                            <name>storage</name>
+                            <type>Constant</type>
+                            <value> 0.0 </value>
+                        </property>
+                    </properties>
+                </phase>
             </phases>
             <properties>
                 <property>
@@ -76,6 +86,11 @@
                     <type>Constant</type>
                     <value>1.e-12</value>
                 </property>
+                <property>
+                    <name>porosity</name>
+                    <type>Constant</type>
+                    <value>1.0</value>
+                </property>
             </properties>
         </medium>
         <medium id="1">
@@ -95,6 +110,16 @@
                         </property>
                     </properties>
                 </phase>
+                <phase>
+                    <type>Solid</type>
+                    <properties>
+                        <property>
+                            <name>storage</name>
+                            <type>Constant</type>
+                            <value> 0.0 </value>
+                        </property>
+                    </properties>
+                </phase>
             </phases>
             <properties>
                 <property>
@@ -102,6 +127,11 @@
                     <type>Constant</type>
                     <value>3.e-12</value>
                 </property>
+                <property>
+                    <name>porosity</name>
+                    <type>Constant</type>
+                    <value>1.0</value>
+                </property>
             </properties>
         </medium>
     </media>
diff --git a/Tests/Data/Parabolic/LiquidFlow/Verification/h1_1Dsteady/h1_1Dsteady.prj b/Tests/Data/Parabolic/LiquidFlow/Verification/h1_1Dsteady/h1_1Dsteady.prj
index 45b123ccc68..83adfcb6289 100755
--- a/Tests/Data/Parabolic/LiquidFlow/Verification/h1_1Dsteady/h1_1Dsteady.prj
+++ b/Tests/Data/Parabolic/LiquidFlow/Verification/h1_1Dsteady/h1_1Dsteady.prj
@@ -55,6 +55,16 @@
                         </property>
                     </properties>
                 </phase>
+                <phase>
+                    <type>Solid</type>
+                    <properties>
+                        <property>
+                            <name>storage</name>
+                            <type>Constant</type>
+                            <value> 0.0 </value>
+                        </property>
+                    </properties>
+                </phase>
             </phases>
             <properties>
                 <property>
@@ -62,6 +72,11 @@
                     <type>Constant</type>
                     <value>1.e-15</value>
                 </property>
+                <property>
+                    <name>porosity</name>
+                    <type>Constant</type>
+                    <value>1.0</value>
+                </property>
             </properties>
         </medium>
     </media>
diff --git a/Tests/Data/Parabolic/LiquidFlow/Verification/h1_3Dhydstat/h1_3Dhydstat.prj b/Tests/Data/Parabolic/LiquidFlow/Verification/h1_3Dhydstat/h1_3Dhydstat.prj
index f68d9946897..b0300f0cf43 100755
--- a/Tests/Data/Parabolic/LiquidFlow/Verification/h1_3Dhydstat/h1_3Dhydstat.prj
+++ b/Tests/Data/Parabolic/LiquidFlow/Verification/h1_3Dhydstat/h1_3Dhydstat.prj
@@ -97,6 +97,16 @@
                         </property>
                     </properties>
                 </phase>
+                <phase>
+                    <type>Solid</type>
+                    <properties>
+                        <property>
+                            <name>storage</name>
+                            <type>Constant</type>
+                            <value> 0.0 </value>
+                        </property>
+                    </properties>
+                </phase>
             </phases>
             <properties>
                 <property>
@@ -104,6 +114,11 @@
                     <type>Constant</type>
                     <value>1.e-14</value>
                 </property>
+                <property>
+                    <name>porosity</name>
+                    <type>Constant</type>
+                    <value>0.1</value>
+                </property>
             </properties>
         </medium>
         <medium id="1">
@@ -123,6 +138,16 @@
                         </property>
                     </properties>
                 </phase>
+                <phase>
+                    <type>Solid</type>
+                    <properties>
+                        <property>
+                            <name>storage</name>
+                            <type>Constant</type>
+                            <value> 0.0 </value>
+                        </property>
+                    </properties>
+                </phase>
             </phases>
             <properties>
                 <property>
@@ -130,6 +155,11 @@
                     <type>Constant</type>
                     <value>1.e-13</value>
                 </property>
+                <property>
+                    <name>porosity</name>
+                    <type>Constant</type>
+                    <value>0.2</value>
+                </property>
             </properties>
         </medium>
         <medium id="2">
@@ -149,6 +179,16 @@
                         </property>
                     </properties>
                 </phase>
+                <phase>
+                    <type>Solid</type>
+                    <properties>
+                        <property>
+                            <name>storage</name>
+                            <type>Constant</type>
+                            <value> 0.0 </value>
+                        </property>
+                    </properties>
+                </phase>
             </phases>
             <properties>
                 <property>
@@ -156,6 +196,11 @@
                     <type>Constant</type>
                     <value>1.e-12</value>
                 </property>
+                <property>
+                    <name>porosity</name>
+                    <type>Constant</type>
+                    <value>0.3</value>
+                </property>
             </properties>
         </medium>
         <medium id="3">
@@ -175,6 +220,16 @@
                         </property>
                     </properties>
                 </phase>
+                <phase>
+                    <type>Solid</type>
+                    <properties>
+                        <property>
+                            <name>storage</name>
+                            <type>Constant</type>
+                            <value> 0.0 </value>
+                        </property>
+                    </properties>
+                </phase>
             </phases>
             <properties>
                 <property>
@@ -182,6 +237,11 @@
                     <type>Constant</type>
                     <value>1.e-11</value>
                 </property>
+                <property>
+                    <name>porosity</name>
+                    <type>Constant</type>
+                    <value>0.4</value>
+                </property>
             </properties>
         </medium>
     </media>
diff --git a/Tests/Data/Parabolic/LiquidFlow/Verification/h2_1D1bt/h2_1D1bt.prj b/Tests/Data/Parabolic/LiquidFlow/Verification/h2_1D1bt/h2_1D1bt.prj
index 6664d6ceacb..f3594043231 100755
--- a/Tests/Data/Parabolic/LiquidFlow/Verification/h2_1D1bt/h2_1D1bt.prj
+++ b/Tests/Data/Parabolic/LiquidFlow/Verification/h2_1D1bt/h2_1D1bt.prj
@@ -55,6 +55,16 @@
                         </property>
                     </properties>
                 </phase>
+                <phase>
+                    <type>Solid</type>
+                    <properties>
+                        <property>
+                            <name>storage</name>
+                            <type>Constant</type>
+                            <value>2.5e-10</value>
+                        </property>
+                    </properties>
+                </phase>
             </phases>
             <properties>
                 <property>
@@ -62,6 +72,11 @@
                     <type>Constant</type>
                     <value>1.e-14</value>
                 </property>
+                <property>
+                    <name>porosity</name>
+                    <type>Constant</type>
+                    <value>1.0</value>
+                </property>
             </properties>
         </medium>
     </media>
diff --git a/Tests/Data/Parabolic/LiquidFlow/Verification/h2_1D2bt/h2_1D2bt.prj b/Tests/Data/Parabolic/LiquidFlow/Verification/h2_1D2bt/h2_1D2bt.prj
index 1464a0195a2..1a2e468a53f 100755
--- a/Tests/Data/Parabolic/LiquidFlow/Verification/h2_1D2bt/h2_1D2bt.prj
+++ b/Tests/Data/Parabolic/LiquidFlow/Verification/h2_1D2bt/h2_1D2bt.prj
@@ -69,6 +69,16 @@
                         </property>
                     </properties>
                 </phase>
+                <phase>
+                    <type>Solid</type>
+                    <properties>
+                        <property>
+                            <name>storage</name>
+                            <type>Constant</type>
+                            <value>4.0e-10</value>
+                        </property>
+                    </properties>
+                </phase>
             </phases>
             <properties>
                 <property>
@@ -76,6 +86,11 @@
                     <type>Constant</type>
                     <value>1.e-14</value>
                 </property>
+                <property>
+                    <name>porosity</name>
+                    <type>Constant</type>
+                    <value>1.0</value>
+                </property>
             </properties>
         </medium>
         <medium id="1">
@@ -95,6 +110,16 @@
                         </property>
                     </properties>
                 </phase>
+                <phase>
+                    <type>Solid</type>
+                    <properties>
+                        <property>
+                            <name>storage</name>
+                            <type>Constant</type>
+                            <value>2.0e-10</value>
+                        </property>
+                    </properties>
+                </phase>
             </phases>
             <properties>
                 <property>
@@ -102,6 +127,11 @@
                     <type>Constant</type>
                     <value>1.e-14</value>
                 </property>
+                <property>
+                    <name>porosity</name>
+                    <type>Constant</type>
+                    <value>1.0</value>
+                </property>
             </properties>
         </medium>
     </media>
-- 
GitLab