From 6252cb07b2c7d235615785c3d24ee8aaacbc1077 Mon Sep 17 00:00:00 2001 From: David <forenkram@gmx.de> Date: Fri, 3 Jul 2020 10:29:28 +0200 Subject: [PATCH] setup smaller L simulaltion --- .../TP-TP-2-patch-same-intrinsic-perm.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Two-phase-Two-phase/two-patch/TP-TP-2-patch-test-case/TP-TP-2-patch-same-intrinsic-perm.py b/Two-phase-Two-phase/two-patch/TP-TP-2-patch-test-case/TP-TP-2-patch-same-intrinsic-perm.py index 7d84f43..cff3752 100755 --- a/Two-phase-Two-phase/two-patch/TP-TP-2-patch-test-case/TP-TP-2-patch-same-intrinsic-perm.py +++ b/Two-phase-Two-phase/two-patch/TP-TP-2-patch-test-case/TP-TP-2-patch-same-intrinsic-perm.py @@ -57,7 +57,7 @@ resolutions = { # for each element t_0 in starttimes. starttimes = {0: 0.0} timestep_size = 0.001 -number_of_timesteps = 5 +number_of_timesteps = 1000 # LDD scheme parameters ###################################################### Lw1 = 0.025 #/timestep_size @@ -70,14 +70,14 @@ lambda_w = 4 lambda_nw = 4 include_gravity = False -debugflag = True +debugflag = False analyse_condition = False # I/O CONFIG ################################################################# # when number_of_timesteps is high, it might take a long time to write all # timesteps to disk. Therefore, you can choose to only write data of every # plot_timestep_every timestep to disk. -plot_timestep_every = 1 +plot_timestep_every = 4 # Decide how many timesteps you want analysed. Analysed means, that # subsequent errors of the L-iteration within the timestep are written out. number_of_timesteps_to_analyse = 5 -- GitLab