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

uie

parent b02b52f2
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ datestr = date.strftime("%Y-%m-%d") ...@@ -28,7 +28,7 @@ datestr = date.strftime("%Y-%m-%d")
sym.init_printing() sym.init_printing()
# solver_tol = 6E-7 # solver_tol = 6E-7
use_case = "TP-TP-layered-soil-realistic" use_case = "TP-TP-layered-soil-realistic"
max_iter_num = 50 max_iter_num = 1000
FEM_Lagrange_degree = 1 FEM_Lagrange_degree = 1
mesh_study = False mesh_study = False
resolutions = { resolutions = {
...@@ -45,11 +45,11 @@ resolutions = { ...@@ -45,11 +45,11 @@ resolutions = {
############ GRID ####################### ############ GRID #######################
# mesh_resolution = 20 # mesh_resolution = 20
timestep_size = 0.005 timestep_size = 0.005
number_of_timesteps = 15 number_of_timesteps = 240
plot_timestep_every = 1 plot_timestep_every = 1
# 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
# subsequent errors of the L-iteration within the timestep. # subsequent errors of the L-iteration within the timestep.
number_of_timesteps_to_analyse = 0 number_of_timesteps_to_analyse = 8
starttime = 0.0 starttime = 0.0
Lw = 0.025 #/timestep_size Lw = 0.025 #/timestep_size
...@@ -59,8 +59,8 @@ lambda_w = 40 ...@@ -59,8 +59,8 @@ lambda_w = 40
lambda_nw = 40 lambda_nw = 40
include_gravity = False include_gravity = False
debugflag = True debugflag = False
analyse_condition = False analyse_condition = True
if mesh_study: if mesh_study:
output_string = "./output/{}-{}_timesteps{}_P{}".format(datestr, use_case, number_of_timesteps, FEM_Lagrange_degree) output_string = "./output/{}-{}_timesteps{}_P{}".format(datestr, use_case, number_of_timesteps, FEM_Lagrange_degree)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment