Correct default value for tmax

This commit is contained in:
jguenole
2018-09-14 18:17:57 +02:00
parent 3eb53cb1a4
commit beb9cf6ead
2 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ down the box relaxation but improve the stability of the procedure.
[Default:]
The option defaults are dmax = 0.1, line = quadratic,
integrator = eulerimplicit, tmax = 2.0, tmin = 0.02,
integrator = eulerimplicit, tmax = 10.0, tmin = 0.02,
delaystep = 20, dtgrow = 1.1, dtshrink = 0.5, alpha0 = 0.25, alphashrink = 0.99,
relaxbox = no, relaxbox_mod = 1e6 and relaxbox_rate = 0.33, ptol = 0.1
vdfmax = 2000, halfstepback = yes and initialdelay = yes.

View File

@ -60,7 +60,7 @@ Min::Min(LAMMPS *lmp) : Pointers(lmp)
dtshrink = 0.5;
alpha0 = 0.25;
alphashrink = 0.99;
tmax = 2.0;
tmax = 10.0;
tmin = 0.02;
integrator = 0;
halfstepback_flag = 1;