From e69ae991386ae72ee86d08c9f9bc0e6bf9731f57 Mon Sep 17 00:00:00 2001 From: David <forenkram@gmx.de> Date: Fri, 3 Jul 2020 12:19:35 +0200 Subject: [PATCH] setup different with garvity --- .../TP-TP-2-patch-different-intrinsic-perm.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Two-phase-Two-phase/two-patch/TP-TP-2-patch-test-case/TP-TP-2-patch-different-intrinsic-perm.py b/Two-phase-Two-phase/two-patch/TP-TP-2-patch-test-case/TP-TP-2-patch-different-intrinsic-perm.py index ba7815c..609faf9 100755 --- a/Two-phase-Two-phase/two-patch/TP-TP-2-patch-test-case/TP-TP-2-patch-different-intrinsic-perm.py +++ b/Two-phase-Two-phase/two-patch/TP-TP-2-patch-test-case/TP-TP-2-patch-different-intrinsic-perm.py @@ -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-param2b" +use_case = "TP-TP-2P-realistic-different-intrinsic-perm" # The name of this very file. Needed for creating log output. thisfile = "TP-TP-2-patch-different-intrinsic-perm.py" @@ -47,7 +47,7 @@ resolutions = { # 4: 1e-6, # 8: 1e-6, # 16: 5e-6, - 32: 5e-6, + 32: 3e-6, # 64: 2e-6, # 128: 1e-6, # 256: 1e-6, @@ -58,7 +58,7 @@ resolutions = { # for each element t_0 in starttimes. starttimes = {0: 0.0} timestep_size = 0.001 -number_of_timesteps = 1000 +number_of_timesteps = 5 # LDD scheme parameters ###################################################### Lw1 = 0.05 #/timestep_size @@ -67,10 +67,10 @@ Lnw1= 0.05 Lw2 = 0.05 #/timestep_size Lnw2= 0.05 -lambda_w = 4000 -lambda_nw = 4000 -include_gravity = False -debugflag = False +lambda_w = 4 +lambda_nw = 4 +include_gravity = True +debugflag = True analyse_condition = False # I/O CONFIG ################################################################# -- GitLab