Made documentation changes to fix nvk

This commit is contained in:
Efrem Braun
2016-12-28 16:26:05 +01:00
parent 616ca1de03
commit 68814d4fc8
3 changed files with 7 additions and 2 deletions

View File

@ -30,6 +30,11 @@ The equations of motion used are those of Minary et al in
"(Minary)"_#nvk-Minary, a variant of those initially given by Zhang in
"(Zhang)"_#nvk-Zhang.
The kinetic energy will be held constant at its value given when fix
nvk is initiated. If a different kinetic energy is desired, the
"velocity"_velocity.html command should be used to change the kinetic
energy prior to this fix.
:line
[Restart, fix_modify, output, run start/stop, minimize info:]

View File

@ -34,7 +34,7 @@ FixNVK::FixNVK(LAMMPS *lmp, int narg, char **arg) :
{
if (narg < 3)
error->all(FLERR,"Illegal fix nvk command");
if (igroup) error->all(FLERR,"Fix nvk currently only supports group all");
if (igroup) error->all(FLERR,"Fix nvk only supports group all");
dynamic_group_allow = 1;
time_integrate = 1;

View File

@ -56,7 +56,7 @@ Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Fix nvk currently only supports group all
E: Fix nvk only supports group all
Self-explanatory.