Skip to content
Snippets Groups Projects
Commit 528429d5 authored by David's avatar David
Browse files

reset parameters

parent 0f2d986e
No related branches found
No related tags found
No related merge requests found
...@@ -91,9 +91,9 @@ number_of_timesteps = 1 ...@@ -91,9 +91,9 @@ number_of_timesteps = 1
# LDD scheme parameters ###################################################### # LDD scheme parameters ######################################################
Lw1 = 0.025 # /timestep_size Lw1 = 0.025 # /timestep_size
Lnw1 = Lw1 Lnw1 = Lw1
Lw2 = 0.1 # /timestep_size Lw2 = 0.4 # /timestep_size
Lnw2 = Lw2 Lnw2 = Lw2
Lw3 = 0.1 # /timestep_size Lw3 = 0.4 # /timestep_size
Lnw3 = 0.025 Lnw3 = 0.025
Lw4 = 0.08 # /timestep_size Lw4 = 0.08 # /timestep_size
Lnw4 = 0.005 Lnw4 = 0.005
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment