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

setup new paramertes

parent a20a23e2
No related branches found
No related tags found
No related merge requests found
...@@ -76,33 +76,33 @@ resolutions = { ...@@ -76,33 +76,33 @@ resolutions = {
# The list is looped over and a simulation is run with t_0 as initial time # The list is looped over and a simulation is run with t_0 as initial time
# for each element t_0 in starttimes. # for each element t_0 in starttimes.
starttimes = { starttimes = {
190: 0.19, 0: 0.0,
440: 0.44, # 440: 0.44,
690: 0.69, # 690: 0.69,
940: 0.94, # 940: 0.94,
1190: 1.19, # 1190: 1.19,
1440: 1.440 # 1440: 1.440
} }
timestep_size = 0.001 timestep_size = 0.001
number_of_timesteps = 60 number_of_timesteps = 1500
# LDD scheme parameters ###################################################### # LDD scheme parameters ######################################################
Lw1 = 0.025 # /timestep_size Lw1 = 0.0025 # /timestep_size
Lnw1 = Lw1 Lnw1 = Lw1
Lw2 = 0.025 # /timestep_size Lw2 = 0.0025 # /timestep_size
Lnw2 = Lw2 Lnw2 = Lw2
Lw3 = 0.0025 # /timestep_size Lw3 = 0.0025 # /timestep_size
Lnw3 = Lw3 Lnw3 = Lw3
Lw4 = 0.0025 # /timestep_size Lw4 = 0.0025 # /timestep_size
Lnw4 = Lw4 Lnw4 = Lw4
lambda12_w = 4 lambda12_w = 1
lambda12_nw = 4 lambda12_nw = 1
lambda23_w = 4 lambda23_w = 1
lambda23_nw = 4 lambda23_nw = 1
lambda34_w = 4 lambda34_w = 1
lambda34_nw = 4 lambda34_nw = 1
include_gravity = False include_gravity = False
debugflag = False debugflag = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment