Skip to content
Snippets Groups Projects
Commit 334e58f3 authored by David's avatar David
Browse files

setup the same calc as 15.6 to see if we get the same result.

parent 6252cb07
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ date = datetime.datetime.now() ...@@ -29,7 +29,7 @@ date = datetime.datetime.now()
datestr = date.strftime("%Y-%m-%d") datestr = date.strftime("%Y-%m-%d")
# Name of the usecase that will be printed during simulation. # 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. # The name of this very file. Needed for creating log output.
thisfile = "TP-TP-2-patch-same-intrinsic-perm.py" thisfile = "TP-TP-2-patch-same-intrinsic-perm.py"
...@@ -60,11 +60,11 @@ timestep_size = 0.001 ...@@ -60,11 +60,11 @@ timestep_size = 0.001
number_of_timesteps = 1000 number_of_timesteps = 1000
# LDD scheme parameters ###################################################### # LDD scheme parameters ######################################################
Lw1 = 0.025 #/timestep_size Lw1 = 0.25 #/timestep_size
Lnw1= 0.025 Lnw1= 0.25
Lw2 = 0.025 #/timestep_size Lw2 = 0.25 #/timestep_size
Lnw2= 0.025 Lnw2= 0.25
lambda_w = 4 lambda_w = 4
lambda_nw = 4 lambda_nw = 4
...@@ -176,8 +176,8 @@ lambda_param = {# ...@@ -176,8 +176,8 @@ lambda_param = {#
} }
intrinsic_permeability = { intrinsic_permeability = {
1: 0.01, 1: 0.1,
2: 0.01, 2: 0.1,
} }
# RELATIVE PEMRMEABILITIES # RELATIVE PEMRMEABILITIES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment