Skip to content
Snippets Groups Projects
Commit 29fb9f36 authored by David's avatar David
Browse files

readjust L

parent e0649c11
No related branches found
No related tags found
No related merge requests found
...@@ -61,14 +61,14 @@ timestep_size = 0.001 ...@@ -61,14 +61,14 @@ timestep_size = 0.001
number_of_timesteps = 5 number_of_timesteps = 5
# LDD scheme parameters ###################################################### # LDD scheme parameters ######################################################
Lw1 = 0.25 #/timestep_size Lw1 = 0.5 #/timestep_size
Lnw1= 0.25 Lnw1= 0.5
Lw2 = 0.25 #/timestep_size Lw2 = 0.5 #/timestep_size
Lnw2= 0.25 Lnw2= 0.5
lambda_w = 4 lambda_w = 40
lambda_nw = 4 lambda_nw = 40
include_gravity = True include_gravity = True
debugflag = True debugflag = True
analyse_condition = False analyse_condition = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment