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

relaunch layered soil case

parent a731fb1e
No related branches found
No related tags found
No related merge requests found
...@@ -45,8 +45,8 @@ resolutions = { ...@@ -45,8 +45,8 @@ resolutions = {
############ GRID ####################### ############ GRID #######################
# mesh_resolution = 20 # mesh_resolution = 20
timestep_size = 0.001 timestep_size = 0.001
number_of_timesteps = 1100 number_of_timesteps = 20
plot_timestep_every = 1 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.
number_of_timesteps_to_analyse = 10 number_of_timesteps_to_analyse = 10
...@@ -55,11 +55,11 @@ starttime = 0.0 ...@@ -55,11 +55,11 @@ starttime = 0.0
Lw = 0.025 #/timestep_size Lw = 0.025 #/timestep_size
Lnw=Lw Lnw=Lw
lambda_w = 40 lambda_w = 20
lambda_nw = 40 lambda_nw = 20
include_gravity = False include_gravity = False
debugflag = False debugflag = True
analyse_condition = True analyse_condition = True
if mesh_study: if mesh_study:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment