From 1babab9f281c38740e5b39fa0c27cca1420f93ac Mon Sep 17 00:00:00 2001 From: David Seus <david.seus@ians.uni-stuttgart.de> Date: Sat, 28 Sep 2019 15:37:51 +0200 Subject: [PATCH] relaunch layered soil case --- .../TP-TP-layered_soil_with_inner_patch-realistic.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Two-phase-Two-phase/multi-patch/TP-TP-layered-soil-case-with-inner-patch/TP-TP-layered_soil_with_inner_patch-realistic.py b/Two-phase-Two-phase/multi-patch/TP-TP-layered-soil-case-with-inner-patch/TP-TP-layered_soil_with_inner_patch-realistic.py index 0b8104e..8d94f40 100755 --- a/Two-phase-Two-phase/multi-patch/TP-TP-layered-soil-case-with-inner-patch/TP-TP-layered_soil_with_inner_patch-realistic.py +++ b/Two-phase-Two-phase/multi-patch/TP-TP-layered-soil-case-with-inner-patch/TP-TP-layered_soil_with_inner_patch-realistic.py @@ -45,8 +45,8 @@ resolutions = { ############ GRID ####################### # mesh_resolution = 20 timestep_size = 0.001 -number_of_timesteps = 1100 -plot_timestep_every = 1 +number_of_timesteps = 20 +plot_timestep_every = 5 # decide how many timesteps you want analysed. Analysed means, that we write out # subsequent errors of the L-iteration within the timestep. number_of_timesteps_to_analyse = 10 @@ -55,11 +55,11 @@ starttime = 0.0 Lw = 0.025 #/timestep_size Lnw=Lw -lambda_w = 40 -lambda_nw = 40 +lambda_w = 20 +lambda_nw = 20 include_gravity = False -debugflag = False +debugflag = True analyse_condition = True if mesh_study: -- GitLab