From d2bcc9ae8c87f578c0681d424fec0ad8021b758b Mon Sep 17 00:00:00 2001 From: David <forenkram@gmx.de> Date: Mon, 15 Jun 2020 19:48:10 +0200 Subject: [PATCH] set up inner patch TP-TP --- .../TP-TP-layered_soil_with_inner_patch.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.py b/Two-phase-Two-phase/multi-patch/TP-TP-layered-soil-case-with-inner-patch/TP-TP-layered_soil_with_inner_patch.py index 6f420d5..d1fcfbc 100755 --- a/Two-phase-Two-phase/multi-patch/TP-TP-layered-soil-case-with-inner-patch/TP-TP-layered_soil_with_inner_patch.py +++ b/Two-phase-Two-phase/multi-patch/TP-TP-layered-soil-case-with-inner-patch/TP-TP-layered_soil_with_inner_patch.py @@ -46,8 +46,8 @@ resolutions = { # 2: 1e-6, # 4: 1e-6, # 8: 1e-6, - 16: 5e-6, - # 32: 5e-6, + # 16: 5e-6, + 32: 3e-6, # 64: 2e-6, # 128: 1e-6, # 256: 1e-6, @@ -58,7 +58,7 @@ resolutions = { # for each element t_0 in starttimes. starttimes = [0.0] timestep_size = 0.001 -number_of_timesteps = 10 +number_of_timesteps = 1000 # LDD scheme parameters ###################################################### Lw1 = 0.25 # /timestep_size @@ -106,8 +106,8 @@ lambda46_nw = 40 lambda56_w = 40 lambda56_nw = 40 -include_gravity = True -debugflag = True +include_gravity = False +debugflag = False analyse_condition = False # I/O CONFIG ################################################################# -- GitLab