Evolution parameters
DESCRIPTION
The evolution scheme establishes a relationship between the above parameters and a scalar variable S with a view to an automatic incremental procedure which involves:
A solution set
is generated for each converged value of S.
Evolution parameters are data for the evolution scheme, but not for the S-dependence of each parameter of the simulation.
NOTES
-1Upper level menu 1Modify the initial value of S Sinit is the value of S corresponding to the initial condition.
The first solution will be evaluated at Sinit.
Default : Sinit = 0 2Modify the upper limit of S Sfin is the value of S corresponding to the final condition.
Default : Sfin = 1 3Modify the initial value of delta-S dSinit is the value of delta-S at the first step.
After the first step, dS is dynamically adapted.
Default : dSinit = 0.01 4Modify the min value of delta-S The evolution algorithm stops when the current value of dS becomes smaller than dSmin.
Default : dSmin = 0.0001 5Modify the max value of delta-S The largest step of deltat-S which can be used #Modify the tolerance Not relevant for evolution problems 7Modify the max number of successful steps Default : 20 steps 8Use of 0-order prediction No extrapolation. 9Use of the implicit Euler method First order S-marching scheme based on :
Explicit Euler (pred.) - Implicit Euler (corr.).
This is the default scheme. 10Use of the Galerkin method First order S-marching scheme based on :
Explicit Euler (pred.) -
(1/3 Expl. Euler + 2/3 Impl. Euler) (corr.). 11Use of the Crank-Nicholson method Second order S-marching scheme based on :
Adams Bashforth (pred.) - Trapezoid (corr.).