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

set upt new TP-TP test case with gravity to recheck code

parent e5e2ab65
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ resolutions = { ...@@ -30,7 +30,7 @@ resolutions = {
# 4: 1e-6, # h=0.5590 # 4: 1e-6, # h=0.5590
# 8: 1e-6, # h=0.2814 # 8: 1e-6, # h=0.2814
# 16: 5e-7, # h=0.1412 # 16: 5e-7, # h=0.1412
32: 2e-6, 32: 1e-6,
# 64: 5e-7, # 64: 5e-7,
# 128: 5e-7 # 128: 5e-7
} }
...@@ -39,7 +39,7 @@ resolutions = { ...@@ -39,7 +39,7 @@ resolutions = {
############ GRID ####################### ############ GRID #######################
# mesh_resolution = 20 # mesh_resolution = 20
timestep_size = 0.001 timestep_size = 0.001
number_of_timesteps = 1300 number_of_timesteps = 1500
plot_timestep_every = 5 plot_timestep_every = 5
# decide how many timesteps you want analysed. Analysed means, that we write out # decide how many timesteps you want analysed. Analysed means, that we write out
# subsequent errors of the L-iteration within the timestep. # subsequent errors of the L-iteration within the timestep.
...@@ -49,8 +49,8 @@ starttime = 0.0 ...@@ -49,8 +49,8 @@ starttime = 0.0
Lw = 0.05 #/timestep_size Lw = 0.05 #/timestep_size
Lnw=Lw Lnw=Lw
lambda_w = 0.4 lambda_w = 4
lambda_nw = 0.4 lambda_nw = 4
include_gravity = True include_gravity = True
debugflag = False debugflag = False
...@@ -184,7 +184,7 @@ densities = { ...@@ -184,7 +184,7 @@ densities = {
'nonwetting': 1}, #1225}, 'nonwetting': 1}, #1225},
} }
gravity_acceleration = 9.81 gravity_acceleration = 1#9.81
L = {# L = {#
# subdom_num : subdomain L for L-scheme # subdom_num : subdomain L for L-scheme
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment