From a335adf6159912d0a2553665b986f83697f5aeec Mon Sep 17 00:00:00 2001
From: David Seus <david.seus@ians.uni-stuttgart.de>
Date: Wed, 19 Aug 2020 16:44:01 +0200
Subject: [PATCH] set intrinsic to 1

---
 ...th_inner_patch-model-change-interface12.py | 23 ++++++++++++-------
 1 file changed, 15 insertions(+), 8 deletions(-)

diff --git a/Two-phase-Two-phase/multi-patch/TP-TP-layered-soil-case-with-inner-patch/TP-TP-layered_soil_with_inner_patch-model-change-interface12.py b/Two-phase-Two-phase/multi-patch/TP-TP-layered-soil-case-with-inner-patch/TP-TP-layered_soil_with_inner_patch-model-change-interface12.py
index 13d835e..27c655a 100755
--- a/Two-phase-Two-phase/multi-patch/TP-TP-layered-soil-case-with-inner-patch/TP-TP-layered_soil_with_inner_patch-model-change-interface12.py
+++ b/Two-phase-Two-phase/multi-patch/TP-TP-layered-soil-case-with-inner-patch/TP-TP-layered_soil_with_inner_patch-model-change-interface12.py
@@ -29,7 +29,7 @@ date = datetime.datetime.now()
 datestr = date.strftime("%Y-%m-%d")
 
 # Name of the usecase that will be printed during simulation.
-use_case = "TP-TP-layeredSoilIP-model-change-interface12"
+use_case = "TP-TP-layeredSoilIP-model-change-interface12-intrinsic-one"
 # The name of this very file. Needed for creating log output.
 thisfile = "TP-TP-layered_soil_with_inner_patch-model-change-interface12.py"
 
@@ -224,15 +224,22 @@ porosity = {
 }
 
 # after Lewis, see pdf file
+# intrinsic_permeability = {
+#     1: 0.1,  # sand
+#     2: 0.005,  # sand, there is a range
+#     3: 0.03,  #10e-2,  # clay has a range
+#     4: 0.03,  #10e-3
+#     5: 0.03,  #10e-2,  # clay has a range
+#     6: 0.03,  #10e-3
+# }
 intrinsic_permeability = {
-    1: 0.1,  # sand
-    2: 0.005,  # sand, there is a range
-    3: 0.03,  #10e-2,  # clay has a range
-    4: 0.03,  #10e-3
-    5: 0.03,  #10e-2,  # clay has a range
-    6: 0.03,  #10e-3
+    1: 1,  # sand
+    2: 1,  # sand, there is a range
+    3: 1,  #10e-2,  # clay has a range
+    4: 1,  #10e-3
+    5: 1,  #10e-2,  # clay has a range
+    6: 1,  #10e-3
 }
-
 # subdom_num : subdomain L for L-scheme
 L = {
     1: {'wetting' :Lw1,
-- 
GitLab