From 183f253ae7d3aa677d27e2ad8ab76f414a123aa2 Mon Sep 17 00:00:00 2001 From: David Seus <david.seus@ians.uni-stuttgart.de> Date: Mon, 20 Jul 2020 15:09:16 +0200 Subject: [PATCH] rerun terminated TPR calculation --- ...R-2-patch-realistic-gravity-but-same-intrinsic-perm.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Two-phase-Richards/two-patch/TP-R-two-patch-test-case/TP-R-2-patch-realistic-gravity-but-same-intrinsic-perm.py b/Two-phase-Richards/two-patch/TP-R-two-patch-test-case/TP-R-2-patch-realistic-gravity-but-same-intrinsic-perm.py index ce8d862..ba5052c 100755 --- a/Two-phase-Richards/two-patch/TP-R-two-patch-test-case/TP-R-2-patch-realistic-gravity-but-same-intrinsic-perm.py +++ b/Two-phase-Richards/two-patch/TP-R-two-patch-test-case/TP-R-2-patch-realistic-gravity-but-same-intrinsic-perm.py @@ -30,7 +30,7 @@ date = datetime.datetime.now() datestr = date.strftime("%Y-%m-%d") # Name of the usecase that will be printed during simulation. -use_case = "TP-R-2-patch-realistic-same-intrinsic-perm-maybe-flattening-L" +use_case = "TP-R-2-patch-realistic-same-intrinsic-perm-maybe-complement-08-07" # The name of this very file. Needed for creating log output. thisfile = "TP-R-2-patch-realistic-gravity-but-same-intrinsic-perm.py" @@ -47,7 +47,7 @@ resolutions = { # 4: 1e-5, # 8: 1e-5, # 16: 5e-6, - 32: 2e-6, + # 32: 2e-6, 64: 2e-6, # 128: 2e-6, # 256: 1e-6, @@ -57,9 +57,9 @@ resolutions = { # The list is looped over and a simulation is run with t_0 as initial time # for each element t_0 in starttimes. # starttimes = {0: 0.0, 1: 0.3, 2: 0.6, 3: 0.9} -starttimes = {0: 0.0} +starttimes = {1100: 1.1} timestep_size = 0.001 -number_of_timesteps = 1500 +number_of_timesteps = 400 # LDD scheme parameters ###################################################### Lw1 = 0.6 -- GitLab