From 334e58f393407177200abe003f8913b08b059485 Mon Sep 17 00:00:00 2001 From: David <forenkram@gmx.de> Date: Fri, 3 Jul 2020 11:33:40 +0200 Subject: [PATCH] setup the same calc as 15.6 to see if we get the same result. --- .../TP-TP-2-patch-same-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-same-intrinsic-perm.py b/Two-phase-Two-phase/two-patch/TP-TP-2-patch-test-case/TP-TP-2-patch-same-intrinsic-perm.py index cff3752..e1069be 100755 --- a/Two-phase-Two-phase/two-patch/TP-TP-2-patch-test-case/TP-TP-2-patch-same-intrinsic-perm.py +++ b/Two-phase-Two-phase/two-patch/TP-TP-2-patch-test-case/TP-TP-2-patch-same-intrinsic-perm.py @@ -29,7 +29,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-same-intrinsic-control-for-case160620-smallerL" +use_case = "TP-TP-2P-realistic-same-intrinsic0.1-control-for-case160620" # The name of this very file. Needed for creating log output. thisfile = "TP-TP-2-patch-same-intrinsic-perm.py" @@ -60,11 +60,11 @@ timestep_size = 0.001 number_of_timesteps = 1000 # LDD scheme parameters ###################################################### -Lw1 = 0.025 #/timestep_size -Lnw1= 0.025 +Lw1 = 0.25 #/timestep_size +Lnw1= 0.25 -Lw2 = 0.025 #/timestep_size -Lnw2= 0.025 +Lw2 = 0.25 #/timestep_size +Lnw2= 0.25 lambda_w = 4 lambda_nw = 4 @@ -176,8 +176,8 @@ lambda_param = {# } intrinsic_permeability = { - 1: 0.01, - 2: 0.01, + 1: 0.1, + 2: 0.1, } # RELATIVE PEMRMEABILITIES -- GitLab