2007-04-20 07:25:27 +08:00
|
|
|
"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c
|
|
|
|
|
|
|
|
:link(lws,http://lammps.sandia.gov)
|
|
|
|
:link(ld,Manual.html)
|
|
|
|
:link(lc,Section_commands.html#comm)
|
|
|
|
|
|
|
|
:line
|
|
|
|
|
|
|
|
fix nve/asphere command :h3
|
|
|
|
|
|
|
|
[Syntax:]
|
|
|
|
|
|
|
|
fix ID group-ID nve/asphere :pre
|
|
|
|
|
|
|
|
ID, group-ID are documented in "fix"_fix.html command
|
|
|
|
nve/asphere = style name of this fix command :ul
|
|
|
|
|
|
|
|
[Examples:]
|
|
|
|
|
|
|
|
fix 1 all nve/asphere :pre
|
|
|
|
|
|
|
|
[Description:]
|
|
|
|
|
2008-03-20 06:51:12 +08:00
|
|
|
Perform constant NVE integration to update position, velocity,
|
|
|
|
orientation, and angular velocity for aspherical particles in the
|
|
|
|
group each timestep. V is volume; E is energy. This creates a system
|
|
|
|
trajectory consistent with the microcanonical ensemble.
|
2007-04-20 07:25:27 +08:00
|
|
|
|
2008-03-19 05:09:15 +08:00
|
|
|
This fix differs from the "fix nve"_fix_nve.html command, which
|
|
|
|
assumes point particles and only updates their position and velocity.
|
|
|
|
|
2007-10-11 06:28:11 +08:00
|
|
|
[Restart, fix_modify, output, run start/stop, minimize info:]
|
2007-06-26 08:03:39 +08:00
|
|
|
|
|
|
|
No information about this fix is written to "binary restart
|
|
|
|
files"_restart.html. None of the "fix_modify"_fix_modify.html options
|
2010-04-03 00:51:06 +08:00
|
|
|
are relevant to this fix. No global or per-atom quantities are stored
|
|
|
|
by this fix for access by various "output
|
2011-08-26 01:01:01 +08:00
|
|
|
commands"_Section_howto.html#howto_15. No parameter of this fix can
|
|
|
|
be used with the {start/stop} keywords of the "run"_run.html command.
|
2007-10-11 06:28:11 +08:00
|
|
|
This fix is not invoked during "energy minimization"_minimize.html.
|
2007-06-26 08:03:39 +08:00
|
|
|
|
2007-04-20 07:25:27 +08:00
|
|
|
[Restrictions:]
|
|
|
|
|
2011-08-27 02:53:00 +08:00
|
|
|
This fix is part of the ASPHERE package. It is only enabled if LAMMPS
|
|
|
|
was built with that package. See the "Making
|
2011-08-26 00:46:23 +08:00
|
|
|
LAMMPS"_Section_start.html#start_3 section for more info.
|
2007-04-20 07:25:27 +08:00
|
|
|
|
2011-04-14 05:39:34 +08:00
|
|
|
This fix requires that atoms store torque and angular momementum and a
|
|
|
|
quaternion as defined by the "atom_style ellipsoid"_atom_style.html
|
|
|
|
command.
|
2009-06-27 02:22:33 +08:00
|
|
|
|
|
|
|
All particles in the group must be finite-size. They cannot be point
|
2011-04-14 05:39:34 +08:00
|
|
|
particles, but they can be aspherical or spherical as defined by their
|
|
|
|
shape attribute.
|
2008-03-19 04:56:15 +08:00
|
|
|
|
2007-04-20 07:25:27 +08:00
|
|
|
[Related commands:]
|
|
|
|
|
2008-03-19 04:56:15 +08:00
|
|
|
"fix nve"_fix_nve.html, "fix nve/sphere"_fix_nve_sphere.html
|
2007-04-20 07:25:27 +08:00
|
|
|
|
|
|
|
[Default:] none
|