Skip to content
Snippets Groups Projects
Commit 0a04c655 authored by David's avatar David
Browse files

setup different 2a

parent 705cb4b1
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ date = datetime.datetime.now() ...@@ -30,7 +30,7 @@ date = datetime.datetime.now()
datestr = date.strftime("%Y-%m-%d") 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-TP-2P-realistic-different-intrinsic-perm-param1b" use_case = "TP-TP-2P-realistic-different-intrinsic-perm-param2a"
# The name of this very file. Needed for creating log output. # The name of this very file. Needed for creating log output.
thisfile = "TP-TP-2-patch-different-intrinsic-perm.py" thisfile = "TP-TP-2-patch-different-intrinsic-perm.py"
...@@ -61,14 +61,14 @@ timestep_size = 0.001 ...@@ -61,14 +61,14 @@ timestep_size = 0.001
number_of_timesteps = 1000 number_of_timesteps = 1000
# LDD scheme parameters ###################################################### # LDD scheme parameters ######################################################
Lw1 = 0.1 #/timestep_size Lw1 = 0.05 #/timestep_size
Lnw1= 0.1 Lnw1= 0.05
Lw2 = 0.1 #/timestep_size Lw2 = 0.05 #/timestep_size
Lnw2= 0.1 Lnw2= 0.05
lambda_w = 4000 lambda_w = 40
lambda_nw = 4000 lambda_nw = 40
include_gravity = False include_gravity = False
debugflag = False debugflag = False
analyse_condition = 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