From e0649c11cdd1e2191853a7a3863b9d35abb1bec9 Mon Sep 17 00:00:00 2001 From: David <forenkram@gmx.de> Date: Fri, 3 Jul 2020 12:37:25 +0200 Subject: [PATCH] adjust L --- .../TP-TP-2-patch-different-intrinsic-perm.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 609faf9..bd014db 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 @@ -61,11 +61,11 @@ timestep_size = 0.001 number_of_timesteps = 5 # LDD scheme parameters ###################################################### -Lw1 = 0.05 #/timestep_size -Lnw1= 0.05 +Lw1 = 0.25 #/timestep_size +Lnw1= 0.25 -Lw2 = 0.05 #/timestep_size -Lnw2= 0.05 +Lw2 = 0.25 #/timestep_size +Lnw2= 0.25 lambda_w = 4 lambda_nw = 4 -- GitLab