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 48eac146f73a4b9378912f65f85098221f517887..e76c712667ec86c7abe93c1ee2397a380234b47c 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-param1b" +use_case = "TP-TP-2P-realistic-different-intrinsic-perm-param2a" # The name of this very file. Needed for creating log output. thisfile = "TP-TP-2-patch-different-intrinsic-perm.py" @@ -61,14 +61,14 @@ timestep_size = 0.001 number_of_timesteps = 1000 # LDD scheme parameters ###################################################### -Lw1 = 0.1 #/timestep_size -Lnw1= 0.1 +Lw1 = 0.05 #/timestep_size +Lnw1= 0.05 -Lw2 = 0.1 #/timestep_size -Lnw2= 0.1 +Lw2 = 0.05 #/timestep_size +Lnw2= 0.05 -lambda_w = 4000 -lambda_nw = 4000 +lambda_w = 40 +lambda_nw = 40 include_gravity = False debugflag = False analyse_condition = False