diff --git a/Two-phase-Richards/two-patch/TP-R-two-patch-test-case/TP-R-2-patch-realistic-same-intrinsic-perm.py b/Two-phase-Richards/two-patch/TP-R-two-patch-test-case/TP-R-2-patch-realistic-same-intrinsic-perm.py index e2a7086d8884e11640ef243ca90ef5a132e3eb97..9687f3275a38041343e93799bbbf612914d9e1a5 100755 --- a/Two-phase-Richards/two-patch/TP-R-two-patch-test-case/TP-R-2-patch-realistic-same-intrinsic-perm.py +++ b/Two-phase-Richards/two-patch/TP-R-two-patch-test-case/TP-R-2-patch-realistic-same-intrinsic-perm.py @@ -47,7 +47,7 @@ resolutions = { # 4: 1e-5, # 8: 1e-5, # 16: 5e-6, - 32: 4e-6, + 32: 2e-6, # 64: 2e-6, # 128: 2e-6, # 256: 1e-6, @@ -57,7 +57,7 @@ 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] -timestep_size = 0.001 +timestep_size = 0.01 number_of_timesteps = 800 # LDD scheme parameters ###################################################### @@ -72,7 +72,7 @@ lambda_nw = 4 include_gravity = False debugflag = False -analyse_condition = True +analyse_condition = False # I/O CONFIG ################################################################# # when number_of_timesteps is high, it might take a long time to write all