From 8a52dc91928b1822b16eb1bea807ad6d60c4af61 Mon Sep 17 00:00:00 2001
From: David <forenkram@gmx.de>
Date: Fri, 14 Aug 2020 15:58:51 +0200
Subject: [PATCH] setup controll with TPTP nwzero

---
 .../TP-R-layered_soil_with_inner_patch-realistic.py    | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Two-phase-Richards/multi-patch/layered_soil_with_inner_patch/TP-R-layered_soil_with_inner_patch-realistic.py b/Two-phase-Richards/multi-patch/layered_soil_with_inner_patch/TP-R-layered_soil_with_inner_patch-realistic.py
index d72f5fa..c75460b 100755
--- a/Two-phase-Richards/multi-patch/layered_soil_with_inner_patch/TP-R-layered_soil_with_inner_patch-realistic.py
+++ b/Two-phase-Richards/multi-patch/layered_soil_with_inner_patch/TP-R-layered_soil_with_inner_patch-realistic.py
@@ -30,7 +30,7 @@ date = datetime.datetime.now()
 datestr = date.strftime("%Y-%m-%d")
 
 # Name of the usecase that will be printed during simulation.
-use_case = "TP-R-layeredSoilIP-same-intrinsic-plot-every-control-after-slight-changes"
+use_case = "TP-R-layeredSoilIP-same-intrinsic-plot-every-control-with-TPTP-zeronw"
 # The name of this very file. Needed for creating log output.
 thisfile = "TP-R-layered_soil_with_inner_patch-realistic.py"
 
@@ -62,10 +62,10 @@ number_of_timesteps = 50
 
 # LDD scheme parameters  ######################################################
 Lw1 = 0.01  # /timestep_size
-Lnw1 = Lw1
+Lnw1 = 0.003
 
 Lw2 = 0.01 # /timestep_size
-Lnw2 = Lw2
+Lnw2 = 0.003
 
 Lw3 = 0.01  # /timestep_size
 Lnw3 = 0.003
@@ -169,8 +169,8 @@ outer_boundary_def_points = substructuring.outer_boundary_def_points
 
 # MODEL CONFIGURATION #########################################################
 isRichards = {
-    1: True,
-    2: True,
+    1: False,
+    2: False,
     3: False,
     4: False,
     5: False,
-- 
GitLab