From ee96dd41f32aa5989e842374830346be39043a18 Mon Sep 17 00:00:00 2001 From: David Seus <david.seus@ians.uni-stuttgart.de> Date: Mon, 7 Oct 2019 11:28:32 +0200 Subject: [PATCH] set up finer calculation --- ...tch-pure-dd-horizontal-interface-avoiding-origin.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Two-phase-Two-phase/two-patch/TP-TP-2-patch-pure-dd-avoid-interface-at-origin/TP-TP-2-patch-pure-dd-horizontal-interface-avoiding-origin.py b/Two-phase-Two-phase/two-patch/TP-TP-2-patch-pure-dd-avoid-interface-at-origin/TP-TP-2-patch-pure-dd-horizontal-interface-avoiding-origin.py index 6807b41..dd36cda 100755 --- a/Two-phase-Two-phase/two-patch/TP-TP-2-patch-pure-dd-avoid-interface-at-origin/TP-TP-2-patch-pure-dd-horizontal-interface-avoiding-origin.py +++ b/Two-phase-Two-phase/two-patch/TP-TP-2-patch-pure-dd-avoid-interface-at-origin/TP-TP-2-patch-pure-dd-horizontal-interface-avoiding-origin.py @@ -38,9 +38,9 @@ resolutions = { ############ GRID ####################### # mesh_resolution = 20 -timestep_size = 0.0005 -number_of_timesteps = 2600 -plot_timestep_every = 10 +timestep_size = 0.0001 +number_of_timesteps = 12500 +plot_timestep_every = 50 # decide how many timesteps you want analysed. Analysed means, that we write out # subsequent errors of the L-iteration within the timestep. number_of_timesteps_to_analyse = 1 @@ -49,8 +49,8 @@ starttime = 0.0 Lw = 0.05 #/timestep_size Lnw=Lw -lambda_w = 400 -lambda_nw = 400 +lambda_w = 40 +lambda_nw = 40 include_gravity = True debugflag = False -- GitLab