From 51356c3745a1a09e35136f03df4f70593ea1aa55 Mon Sep 17 00:00:00 2001
From: David <forenkram@gmx.de>
Date: Thu, 2 Jul 2020 16:54:02 +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 e76c712..ba7815c 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-param2a"
+use_case = "TP-TP-2P-realistic-different-intrinsic-perm-param2b"
 # 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.05
 Lw2 = 0.05 #/timestep_size
 Lnw2= 0.05
 
-lambda_w = 40
-lambda_nw = 40
+lambda_w = 4000
+lambda_nw = 4000
 include_gravity = False
 debugflag = False
 analyse_condition = False
-- 
GitLab