From 0023194e2aaf216c9444af5bfa52a3dac5e82a8b Mon Sep 17 00:00:00 2001 From: Lars von Wolff <lars.von-wolff@ians.uni-stuttgart.de> Date: Mon, 12 Apr 2021 14:34:16 +0200 Subject: [PATCH] Ready for first test of thinstrip_full second example - fixed chns.ini --- src/paper_thinstrip_full/chns.ini | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/paper_thinstrip_full/chns.ini b/src/paper_thinstrip_full/chns.ini index bcab18a..bf2dbf3 100644 --- a/src/paper_thinstrip_full/chns.ini +++ b/src/paper_thinstrip_full/chns.ini @@ -4,7 +4,7 @@ D = 0.02 rho1 = 1.0 rho2 = 1.0 mu=0.005 -ReactionRate=0.5 +ReactionRate=2#0.5 #ReactionLimiter = 1000 SurfaceTensionScaling=0.1 VelDissipationRate = 1000 @@ -20,7 +20,7 @@ periodic = 01 YScaling = 1 #0.125 [output] -filename = output1 +filename = output_reactive1 [Phasefield] eps=0.03 #0.03 @@ -32,7 +32,7 @@ Sigma2=1 Sigma3=1 [Time] -tMax = 1 +tMax = 4 dt = 0.0015 dtMax = 0.01 dtMin = 0.00015 @@ -45,6 +45,7 @@ dtMin = 0.00015 pConst=0.05 #0.1 uConst=0.5 #0.5 uInflow=0.3 #0.3 +ionSource=1.0 [RefinementInitial] etaRefine = 0.2 -- GitLab