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

update layered soil example

parent 1f3b2c04
No related branches found
No related tags found
No related merge requests found
...@@ -44,12 +44,12 @@ resolutions = { ...@@ -44,12 +44,12 @@ resolutions = {
############ GRID ####################### ############ GRID #######################
# mesh_resolution = 20 # mesh_resolution = 20
timestep_size = 0.000025 timestep_size = 0.001
number_of_timesteps = 20000 number_of_timesteps = 200
plot_timestep_every = 100 plot_timestep_every = 1
# 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 = 0
starttime = 0.0 starttime = 0.0
Lw = 0.25 #/timestep_size Lw = 0.25 #/timestep_size
...@@ -59,7 +59,7 @@ lambda_w = 40 ...@@ -59,7 +59,7 @@ lambda_w = 40
lambda_nw = 40 lambda_nw = 40
include_gravity = True include_gravity = True
debugflag = False debugflag = True
analyse_condition = False analyse_condition = False
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