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

setup different with garvity

parent 334e58f3
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-param2b" use_case = "TP-TP-2P-realistic-different-intrinsic-perm"
# 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"
...@@ -47,7 +47,7 @@ resolutions = { ...@@ -47,7 +47,7 @@ resolutions = {
# 4: 1e-6, # 4: 1e-6,
# 8: 1e-6, # 8: 1e-6,
# 16: 5e-6, # 16: 5e-6,
32: 5e-6, 32: 3e-6,
# 64: 2e-6, # 64: 2e-6,
# 128: 1e-6, # 128: 1e-6,
# 256: 1e-6, # 256: 1e-6,
...@@ -58,7 +58,7 @@ resolutions = { ...@@ -58,7 +58,7 @@ resolutions = {
# for each element t_0 in starttimes. # for each element t_0 in starttimes.
starttimes = {0: 0.0} starttimes = {0: 0.0}
timestep_size = 0.001 timestep_size = 0.001
number_of_timesteps = 1000 number_of_timesteps = 5
# LDD scheme parameters ###################################################### # LDD scheme parameters ######################################################
Lw1 = 0.05 #/timestep_size Lw1 = 0.05 #/timestep_size
...@@ -67,10 +67,10 @@ Lnw1= 0.05 ...@@ -67,10 +67,10 @@ Lnw1= 0.05
Lw2 = 0.05 #/timestep_size Lw2 = 0.05 #/timestep_size
Lnw2= 0.05 Lnw2= 0.05
lambda_w = 4000 lambda_w = 4
lambda_nw = 4000 lambda_nw = 4
include_gravity = False include_gravity = True
debugflag = False debugflag = True
analyse_condition = False analyse_condition = False
# I/O CONFIG ################################################################# # I/O CONFIG #################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment