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

set intrinsic to 1

parent 41b5cfa9
Branches
No related tags found
No related merge requests found
......@@ -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-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.
thisfile = "TP-TP-layered_soil_with_inner_patch-model-change-interface12.py"
......@@ -224,15 +224,22 @@ porosity = {
}
# 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 = {
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
1: 1, # sand
2: 1, # sand, there is a range
3: 1, #10e-2, # clay has a range
4: 1, #10e-3
5: 1, #10e-2, # clay has a range
6: 1, #10e-3
}
# subdom_num : subdomain L for L-scheme
L = {
1: {'wetting' :Lw1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment