Skip to content
Snippets Groups Projects
Commit 832b5c0e authored by David's avatar David
Browse files

new parameters

parent b072a3bc
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ datestr = date.strftime("%Y-%m-%d") ...@@ -49,7 +49,7 @@ datestr = date.strftime("%Y-%m-%d")
# Name of the usecase that will be printed during simulation. # Name of the usecase that will be printed during simulation.
use_case = "TP-R-layered-soil-realistic-same-perm-vanG-Mualem-new-param-test" use_case = "TP-R-layered-soil-realistic-same-perm-vanG-Mualem-new-param"
# The name of this very file. Needed for creating log output. # The name of this very file. Needed for creating log output.
thisfile = "TP-R-layered_soil-g-but-same-perm.py" thisfile = "TP-R-layered_soil-g-but-same-perm.py"
...@@ -86,14 +86,14 @@ starttimes = {0: 0.0} ...@@ -86,14 +86,14 @@ starttimes = {0: 0.0}
# 3: 0.9, # 3: 0.9,
# } # }
timestep_size = 0.001 timestep_size = 0.001
number_of_timesteps = 10 number_of_timesteps = 1500
# LDD scheme parameters ###################################################### # LDD scheme parameters ######################################################
Lw1 = 0.025 # /timestep_size Lw1 = 0.025 # /timestep_size
Lnw1 = Lw1 Lnw1 = Lw1
Lw2 = 0.4 # /timestep_size Lw2 = 0.7 # /timestep_size
Lnw2 = Lw2 Lnw2 = Lw2
Lw3 = 0.4 # /timestep_size Lw3 = 0.7 # /timestep_size
Lnw3 = 0.025 Lnw3 = 0.025
Lw4 = 0.08 # /timestep_size Lw4 = 0.08 # /timestep_size
Lnw4 = 0.005 Lnw4 = 0.005
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment