From d13fcac2427950e3bf1791e4d3d8cb9a34a7945f Mon Sep 17 00:00:00 2001
From: tnagel <nagelt@tcd.ie>
Date: Fri, 29 Nov 2019 14:38:28 +0100
Subject: [PATCH] [T] LIE/HM; Added missing boundary condition.

Added roller bc.
---
 .../single_fracture_3compartments_flow.prj            | 11 +++++++++--
 ...e_fracture_3compartments_flow_linear_aperture0.prj | 11 +++++++++--
 ...fracture_3compartments_flow_linear_aperture0_e.prj | 11 +++++++++--
 3 files changed, 27 insertions(+), 6 deletions(-)

diff --git a/Tests/Data/LIE/HydroMechanics/single_fracture_3compartments_flow.prj b/Tests/Data/LIE/HydroMechanics/single_fracture_3compartments_flow.prj
index 282881a3a82..849be7e4779 100644
--- a/Tests/Data/LIE/HydroMechanics/single_fracture_3compartments_flow.prj
+++ b/Tests/Data/LIE/HydroMechanics/single_fracture_3compartments_flow.prj
@@ -267,9 +267,9 @@
                 <boundary_condition>
                     <geometrical_set>single_fracture</geometrical_set>
                     <geometry>PLY_EAST</geometry>
-                    <type>Neumann</type>
+                    <type>Dirichlet</type>
                     <component>0</component>
-                    <parameter>p_in</parameter>
+                    <parameter>zero_u</parameter>
                 </boundary_condition>
                 <boundary_condition>
                     <geometrical_set>single_fracture</geometrical_set>
@@ -286,6 +286,13 @@
             <order>2</order>
             <initial_condition>displacement0</initial_condition>
             <boundary_conditions>
+                <boundary_condition>
+                    <geometrical_set>single_fracture</geometrical_set>
+                    <geometry>OutletPoint</geometry>
+                    <type>Dirichlet</type>
+                    <component>0</component>
+                    <parameter>zero_u</parameter>
+                </boundary_condition>
             </boundary_conditions>
         </process_variable>
     </process_variables>
diff --git a/Tests/Data/LIE/HydroMechanics/single_fracture_3compartments_flow_linear_aperture0.prj b/Tests/Data/LIE/HydroMechanics/single_fracture_3compartments_flow_linear_aperture0.prj
index a8ed92811fc..15029720bfc 100644
--- a/Tests/Data/LIE/HydroMechanics/single_fracture_3compartments_flow_linear_aperture0.prj
+++ b/Tests/Data/LIE/HydroMechanics/single_fracture_3compartments_flow_linear_aperture0.prj
@@ -267,9 +267,9 @@
                 <boundary_condition>
                     <geometrical_set>single_fracture</geometrical_set>
                     <geometry>PLY_EAST</geometry>
-                    <type>Neumann</type>
+                    <type>Dirichlet</type>
                     <component>0</component>
-                    <parameter>p_in</parameter>
+                    <parameter>zero_u</parameter>
                 </boundary_condition>
                 <boundary_condition>
                     <geometrical_set>single_fracture</geometrical_set>
@@ -286,6 +286,13 @@
             <order>2</order>
             <initial_condition>displacement0</initial_condition>
             <boundary_conditions>
+                <boundary_condition>
+                    <geometrical_set>single_fracture</geometrical_set>
+                    <geometry>OutletPoint</geometry>
+                    <type>Dirichlet</type>
+                    <component>0</component>
+                    <parameter>zero_u</parameter>
+                </boundary_condition>
             </boundary_conditions>
         </process_variable>
     </process_variables>
diff --git a/Tests/Data/LIE/HydroMechanics/single_fracture_3compartments_flow_linear_aperture0_e.prj b/Tests/Data/LIE/HydroMechanics/single_fracture_3compartments_flow_linear_aperture0_e.prj
index 486c9204c8a..2e76d5b4401 100644
--- a/Tests/Data/LIE/HydroMechanics/single_fracture_3compartments_flow_linear_aperture0_e.prj
+++ b/Tests/Data/LIE/HydroMechanics/single_fracture_3compartments_flow_linear_aperture0_e.prj
@@ -267,9 +267,9 @@
                 <boundary_condition>
                     <geometrical_set>single_fracture</geometrical_set>
                     <geometry>PLY_EAST</geometry>
-                    <type>Neumann</type>
+                    <type>Dirichlet</type>
                     <component>0</component>
-                    <parameter>p_in</parameter>
+                    <parameter>zero_u</parameter>
                 </boundary_condition>
                 <boundary_condition>
                     <geometrical_set>single_fracture</geometrical_set>
@@ -286,6 +286,13 @@
             <order>2</order>
             <initial_condition>displacement0</initial_condition>
             <boundary_conditions>
+                <boundary_condition>
+                    <geometrical_set>single_fracture</geometrical_set>
+                    <geometry>OutletPoint</geometry>
+                    <type>Dirichlet</type>
+                    <component>0</component>
+                    <parameter>zero_u</parameter>
+                </boundary_condition>
             </boundary_conditions>
         </process_variable>
     </process_variables>
-- 
GitLab