From d0a84fd38cbf891ce258905462e5ae412ee9cec4 Mon Sep 17 00:00:00 2001 From: David Seus <david.seus@ians.uni-stuttgart.de> Date: Tue, 18 Aug 2020 18:21:23 +0200 Subject: [PATCH] start TPTP simulation with nonwetting zero --- .../TP-R-layered_soil_with_inner_patch-realistic.py | 6 +++--- 1 file changed, 3 insertions(+), 3 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 f6d15ca..94efbe4 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-after-fixing-exact-writeout" +use_case = "TP-R-layeredSoilIP-same-intrinsic-TPTP-nw-zero" # The name of this very file. Needed for creating log output. thisfile = "TP-R-layered_soil_with_inner_patch-realistic.py" @@ -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