Skip to content
Snippets Groups Projects
Commit 4bc65284 authored by David's avatar David
Browse files

setup TP2 realistic with same intrinsic perm but no gravity

parent 08164161
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ resolutions = {
# 4: 1e-6,
# 8: 1e-6,
# 16: 5e-6,
32: 3e-6,
32: 1e-5,
# 64: 2e-6,
# 128: 1e-6,
# 256: 1e-6,
......@@ -58,20 +58,19 @@ resolutions = {
# for each element t_0 in starttimes.
starttimes = [0.0]
timestep_size = 0.001
number_of_timesteps = 1000
number_of_timesteps = 5
# LDD scheme parameters ######################################################
Lw1 = 0.25 #/timestep_size
Lnw1= 0.25
Lw1 = 0.5 #/timestep_size
Lnw1= 0.1
Lw2 = 0.25 #/timestep_size
Lnw2= 0.25
Lw2 = 0.5 #/timestep_size
Lnw2= 0.1
lambda_w = 4
lambda_nw = 4
include_gravity = False
debugflag = False
lambda_w = 40
lambda_nw = 40
include_gravity = True
debugflag = True
analyse_condition = False
# I/O CONFIG #################################################################
......@@ -243,8 +242,8 @@ lambda_param = {#
}
intrinsic_permeability = {
1: 0.1,
2: 0.01,
1: 0.01,
2: 0.001,
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment