lammps/doc/fix_nve_gran.txt

40 lines
908 B
Plaintext

"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/gran command :h3
[Syntax:]
fix ID group-ID nve/gran :pre
ID, group-ID are documented in "fix"_fix.html command
nve/gran = style name of this fix command :ul
[Examples:]
fix 1 all nve/gran :pre
[Description:]
Perform constant NVE updates each timestep on a group of atoms of atom
style granular. V is volume; E is energy. Granular atoms store
rotational information as well as position and velocity, so this
integrator updates translational and rotational degrees of freedom due
to forces and torques.
[Restrictions:] none
Can only be used if LAMMPS was built with the "granular" package. Can
only be used with atom_style granular.
[Related commands:]
"atom_style granular"_atom_style.html
[Default:] none