Skip to content
Snippets Groups Projects
Commit a335adf6 authored by David Seus's avatar David Seus
Browse files

set intrinsic to 1

parent 41b5cfa9
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-layeredSoilIP-model-change-interface12" use_case = "TP-TP-layeredSoilIP-model-change-interface12-intrinsic-one"
# 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-layered_soil_with_inner_patch-model-change-interface12.py" thisfile = "TP-TP-layered_soil_with_inner_patch-model-change-interface12.py"
...@@ -224,15 +224,22 @@ porosity = { ...@@ -224,15 +224,22 @@ porosity = {
} }
# after Lewis, see pdf file # after Lewis, see pdf file
# intrinsic_permeability = {
# 1: 0.1, # sand
# 2: 0.005, # sand, there is a range
# 3: 0.03, #10e-2, # clay has a range
# 4: 0.03, #10e-3
# 5: 0.03, #10e-2, # clay has a range
# 6: 0.03, #10e-3
# }
intrinsic_permeability = { intrinsic_permeability = {
1: 0.1, # sand 1: 1, # sand
2: 0.005, # sand, there is a range 2: 1, # sand, there is a range
3: 0.03, #10e-2, # clay has a range 3: 1, #10e-2, # clay has a range
4: 0.03, #10e-3 4: 1, #10e-3
5: 0.03, #10e-2, # clay has a range 5: 1, #10e-2, # clay has a range
6: 0.03, #10e-3 6: 1, #10e-3
} }
# subdom_num : subdomain L for L-scheme # subdom_num : subdomain L for L-scheme
L = { L = {
1: {'wetting' :Lw1, 1: {'wetting' :Lw1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment