Skip to content
Snippets Groups Projects
Commit 56c87e00 authored by David Seus's avatar David Seus
Browse files

disable gravity

parent 4ee05674
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment