From ab2b0fb604911820914621d7731b6d2a0363fc95 Mon Sep 17 00:00:00 2001 From: David Seus <david.seus@ians.uni-stuttgart.de> Date: Mon, 9 Dec 2019 15:49:16 +0100 Subject: [PATCH] correct wrong parameters --- ...-realistic-different-model-change_mesh_study.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Two-phase-Two-phase/multi-patch/TP-TP-layered-soil-case-with-inner-patch/mesh_study/TP-TP-layered_soil_with_inner_patch-realistic-different-model-change_mesh_study.py b/Two-phase-Two-phase/multi-patch/TP-TP-layered-soil-case-with-inner-patch/mesh_study/TP-TP-layered_soil_with_inner_patch-realistic-different-model-change_mesh_study.py index 26db173..b266716 100755 --- a/Two-phase-Two-phase/multi-patch/TP-TP-layered-soil-case-with-inner-patch/mesh_study/TP-TP-layered_soil_with_inner_patch-realistic-different-model-change_mesh_study.py +++ b/Two-phase-Two-phase/multi-patch/TP-TP-layered-soil-case-with-inner-patch/mesh_study/TP-TP-layered_soil_with_inner_patch-realistic-different-model-change_mesh_study.py @@ -36,21 +36,21 @@ resolutions = { 2: 5e-4, # h=1.1180 4: 3e-4, # h=0.5590 8: 1e-6, # h=0.2814 - 16: 9e-7, # h=0.1412 - 32: 9e-7, # h=0.0706 - 64: 9e-7, # 0.03535 - 128: 9e-7, # 0.01768 + 16: 7e-7, # h=0.1412 + 32: 7e-7, # h=0.0706 + 64: 7e-7, # 0.03535 + 128: 7e-7, # 0.01768 # 256: 1e-6 # 0.00884 } ############ GRID ####################### # mesh_resolution = 20 timestep_size = 0.001 -number_of_timesteps = 11 -plot_timestep_every = 5 +number_of_timesteps = 700 +plot_timestep_every = 2 # 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 = 6 +number_of_timesteps_to_analyse = 1 starttimes = [0.0] Lw = 0.025 #/timestep_size -- GitLab