Skip to content
Snippets Groups Projects
Commit 277c1f80 authored by David's avatar David
Browse files

reset different intrinsic simulation with smaller L

parent 29fb9f36
Branches
No related tags found
No related merge requests found
......@@ -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-TP-2P-realistic-different-intrinsic-perm"
use_case = "TP-TP-2P-realistic-different-intrinsic-perm-smaller-L"
# The name of this very file. Needed for creating log output.
thisfile = "TP-TP-2-patch-different-intrinsic-perm.py"
......@@ -58,19 +58,19 @@ resolutions = {
# for each element t_0 in starttimes.
starttimes = {0: 0.0}
timestep_size = 0.001
number_of_timesteps = 5
number_of_timesteps = 1000
# LDD scheme parameters ######################################################
Lw1 = 0.5 #/timestep_size
Lnw1= 0.5
Lw1 = 0.01 #/timestep_size
Lnw1= 0.01
Lw2 = 0.5 #/timestep_size
Lnw2= 0.5
Lw2 = 0.001 #/timestep_size
Lnw2= 0.001
lambda_w = 40
lambda_nw = 40
include_gravity = True
debugflag = True
lambda_w = 2
lambda_nw = 2
include_gravity = False
debugflag = False
analyse_condition = False
# I/O CONFIG #################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment