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 6f420d5bc46c232038f721d7c26a7eacd6ef99e1..d1fcfbc0da9eef1a902af8b6e0170540b746ae4f 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 #################################################################