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

uiae

parent e3a8efb7
No related branches found
No related tags found
No related merge requests found
...@@ -34,18 +34,18 @@ mesh_study = True ...@@ -34,18 +34,18 @@ mesh_study = True
resolutions = { resolutions = {
# 1: 1e-7, # h=2 # 1: 1e-7, # h=2
2: 1e-7, # h=1.1180 2: 1e-7, # h=1.1180
4: 1e-7, # h=0.5590 # 4: 1e-7, # h=0.5590
8: 1e-7, # h=0.2814 # 8: 1e-7, # h=0.2814
16: 1e-7, # h=0.1412 # 16: 1e-7, # h=0.1412
32: 1e-7, # h=0.0706 # 32: 1e-7, # h=0.0706
64: 1e-7, # 64: 1e-7,
128: 1e-7, # 128: 1e-7,
256: 1e-7 # 256: 1e-7
} }
############ GRID ####################### ############ GRID #######################
# mesh_resolution = 20 # mesh_resolution = 20
timestep_size = 0.0025 timestep_size = 0.001
number_of_timesteps = 300 number_of_timesteps = 300
plot_timestep_every = 2 plot_timestep_every = 2
# decide how many timesteps you want analysed. Analysed means, that we write out # decide how many timesteps you want analysed. Analysed means, that we write out
...@@ -56,11 +56,11 @@ starttimes = [0.0, 0.25, 0.5] ...@@ -56,11 +56,11 @@ starttimes = [0.0, 0.25, 0.5]
Lw = 0.025 #/timestep_size Lw = 0.025 #/timestep_size
Lnw=Lw Lnw=Lw
lambda_w = 40 lambda_w = 80
lambda_nw = 40 lambda_nw = 80
include_gravity = True include_gravity = True
debugflag = False debugflag = True
analyse_condition = True analyse_condition = True
if mesh_study: if mesh_study:
......
...@@ -353,7 +353,7 @@ cutoff = gaussian/(gaussian + zero_on_shrinking) ...@@ -353,7 +353,7 @@ cutoff = gaussian/(gaussian + zero_on_shrinking)
# } # }
p_e_sym = { p_e_sym = {
0: {'wetting': -6 -(1 + x*x + y*y)), 0: {'wetting': -6 -(1 + x*x + y*y),
'nonwetting': -1 -(sym.sin(3*(1+y)/2*sym.pi)*sym.sin(5*(1+x)/2*sym.pi))**2}, 'nonwetting': -1 -(sym.sin(3*(1+y)/2*sym.pi)*sym.sin(5*(1+x)/2*sym.pi))**2},
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment