Skip to content
Snippets Groups Projects
Commit 212f9440 authored by David's avatar David
Browse files

setup new paramertes

parent a20a23e2
Branches
No related tags found
No related merge requests found
......@@ -76,33 +76,33 @@ 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 = {
190: 0.19,
440: 0.44,
690: 0.69,
940: 0.94,
1190: 1.19,
1440: 1.440
0: 0.0,
# 440: 0.44,
# 690: 0.69,
# 940: 0.94,
# 1190: 1.19,
# 1440: 1.440
}
timestep_size = 0.001
number_of_timesteps = 60
number_of_timesteps = 1500
# LDD scheme parameters ######################################################
Lw1 = 0.025 # /timestep_size
Lw1 = 0.0025 # /timestep_size
Lnw1 = Lw1
Lw2 = 0.025 # /timestep_size
Lw2 = 0.0025 # /timestep_size
Lnw2 = Lw2
Lw3 = 0.0025 # /timestep_size
Lnw3 = Lw3
Lw4 = 0.0025 # /timestep_size
Lnw4 = Lw4
lambda12_w = 4
lambda12_nw = 4
lambda23_w = 4
lambda23_nw = 4
lambda34_w = 4
lambda34_nw = 4
lambda12_w = 1
lambda12_nw = 1
lambda23_w = 1
lambda23_nw = 1
lambda34_w = 1
lambda34_nw = 1
include_gravity = False
debugflag = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment