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

uiae

parent e6f5e853
No related branches found
No related tags found
No related merge requests found
...@@ -65,12 +65,12 @@ number_of_timesteps = 1 ...@@ -65,12 +65,12 @@ number_of_timesteps = 1
# LDD scheme parameters ###################################################### # LDD scheme parameters ######################################################
Lw1 = 0.01 # /timestep_size Lw1 = 0.01 # /timestep_size
Lnw1 = 0.005 Lnw1 = 0.01
Lw2 = 0.01 # /timestep_size Lw2 = 0.01 # /timestep_size
Lnw2 = 0.005 Lnw2 = 0.007
Lw3 = 0.007 # /timestep_size Lw3 = 0.007 # /timestep_size
Lnw3 = 0.0005 Lnw3 = 0.005
Lw4 = 0.007 # /timestep_size Lw4 = 0.005 # /timestep_size
Lnw4 = 0.0005 Lnw4 = 0.0005
lambda12_w = 0.5 lambda12_w = 0.5
......
...@@ -65,20 +65,20 @@ number_of_timesteps = 1 ...@@ -65,20 +65,20 @@ number_of_timesteps = 1
# LDD scheme parameters ###################################################### # LDD scheme parameters ######################################################
Lw1 = 0.007 Lw1 = 0.007
Lnw1 = 0.005 Lnw1 = 0.0025
Lw2 = 0.007 Lw2 = 0.007
Lnw2 = 0.005 Lnw2 = 0.0025
Lw3 = 0.007 Lw3 = 0.007
Lnw3 = 0.005 Lnw3 = 0.0025
Lw4 = 0.007 Lw4 = 0.007
Lnw4 = 0.005 Lnw4 = 0.0025
lambda12_w = 0.05 lambda12_w = 0.05
lambda12_nw = 0.05 lambda12_nw = 0.1
lambda23_w = 0.05 lambda23_w = 0.05
lambda23_nw = 0.05 lambda23_nw = 0.1
lambda34_w = 0.05 lambda34_w = 0.05
lambda34_nw = 0.05 lambda34_nw = 0.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 register or to comment