From 56c87e003e6177f8b23c39c559b0510d178d6f7b Mon Sep 17 00:00:00 2001 From: David Seus <david.seus@ians.uni-stuttgart.de> Date: Thu, 15 Oct 2020 21:05:14 +0000 Subject: [PATCH] disable gravity --- .../TP-R-layered_soil-g-but-same-perm.py | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Usecases/Two-phase-Richards/multi-patch/layered_soil/TP-R-layered_soil-g-but-same-perm.py b/Usecases/Two-phase-Richards/multi-patch/layered_soil/TP-R-layered_soil-g-but-same-perm.py index 4d1e0bb..c842b6f 100755 --- a/Usecases/Two-phase-Richards/multi-patch/layered_soil/TP-R-layered_soil-g-but-same-perm.py +++ b/Usecases/Two-phase-Richards/multi-patch/layered_soil/TP-R-layered_soil-g-but-same-perm.py @@ -49,7 +49,7 @@ datestr = date.strftime("%Y-%m-%d") # Name of the usecase that will be printed during simulation. -use_case = "TP-R-layered-soil-realistic-g-same-perm" +use_case = "TP-R-layered-soil-realistic-g-same-perm-vanG-Mualem" # The name of this very file. Needed for creating log output. thisfile = "TP-R-layered_soil-g-but-same-perm.py" @@ -86,21 +86,21 @@ number_of_timesteps = 1200 # LDD scheme parameters ###################################################### Lw1 = 0.025 # /timestep_size Lnw1 = Lw1 -Lw2 = 0.025 # /timestep_size +Lw2 = 0.005 # /timestep_size Lnw2 = Lw2 -Lw3 = 0.025 # /timestep_size -Lnw3 = Lw3 -Lw4 = 0.025 # /timestep_size -Lnw4 = Lw4 +Lw3 = 0.005 # /timestep_size +Lnw3 = 0.025 +Lw4 = 0.005 # /timestep_size +Lnw4 = 0.025 -lambda12_w = 4 +lambda12_w = 0.5 lambda12_nw = 4 -lambda23_w = 4 +lambda23_w = 0.5 lambda23_nw = 4 -lambda34_w = 4 +lambda34_w = 0.5 lambda34_nw = 4 -include_gravity = True +include_gravity = False debugflag = False analyse_condition = False -- GitLab