Skip to content
Snippets Groups Projects
Commit 845567da authored by David's avatar David
Browse files

setup gravity example

parent cde441a2
No related branches found
No related tags found
No related merge requests found
......@@ -57,27 +57,27 @@ resolutions = {
# The list is looped over and a simulation is run with t_0 as initial time
# for each element t_0 in starttimes.
starttimes = [0.0]
timestep_size = 0.01
number_of_timesteps = 400
timestep_size = 0.001
number_of_timesteps = 1000
# LDD scheme parameters ######################################################
Lw1 = 0.025 # /timestep_size
Lw1 = 0.5 # /timestep_size
Lnw1 = Lw1
Lw2 = 0.025 # /timestep_size
Lw2 = 0.5 # /timestep_size
Lnw2 = Lw2
Lw3 = 0.025 # /timestep_size
Lw3 = 0.5 # /timestep_size
Lnw3 = Lw3
Lw4 = 0.025 # /timestep_size
Lw4 = 0.5 # /timestep_size
Lnw4 = Lw4
Lw5 = 0.025 # /timestep_size
Lw5 = 0.5 # /timestep_size
Lnw5 = Lw5
Lw6 = 0.025 # /timestep_size
Lw6 = 0.5 # /timestep_size
Lnw6 = Lw6
lambda12_w = 4
......@@ -107,7 +107,7 @@ lambda46_nw = 4
lambda56_w = 4
lambda56_nw = 4
include_gravity = False
include_gravity = True
debugflag = False
analyse_condition = False
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment