From 705cb4b150c27952c8b3a6d2575719af28f04da6 Mon Sep 17 00:00:00 2001 From: David <forenkram@gmx.de> Date: Thu, 2 Jul 2020 16:47:51 +0200 Subject: [PATCH] setup different 2b --- .../TP-TP-2-patch-different-intrinsic-perm.py | 6 +++--- 1 file changed, 3 insertions(+), 3 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 8734f12..48eac14 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-param1a" +use_case = "TP-TP-2P-realistic-different-intrinsic-perm-param1b" # The name of this very file. Needed for creating log output. thisfile = "TP-TP-2-patch-different-intrinsic-perm.py" @@ -67,8 +67,8 @@ Lnw1= 0.1 Lw2 = 0.1 #/timestep_size Lnw2= 0.1 -lambda_w = 40 -lambda_nw = 40 +lambda_w = 4000 +lambda_nw = 4000 include_gravity = False debugflag = False analyse_condition = False -- GitLab