forked from lijiext/lammps
35 lines
689 B
Plaintext
35 lines
689 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 command :h3
|
|
|
|
[Syntax:]
|
|
|
|
fix ID group-ID nve :pre
|
|
|
|
ID, group-ID are documented in "fix"_fix.html command
|
|
nve = style name of this fix command :ul
|
|
|
|
[Examples:]
|
|
|
|
fix 1 all nve :pre
|
|
|
|
[Description:]
|
|
|
|
Perform constant NVE updates of position and velocity for atoms in the
|
|
group each timestep. V is volume; E is energy. This creates a system
|
|
trajectory consistent with the microcanonical ensemble.
|
|
|
|
[Restrictions:] none
|
|
|
|
[Related commands:]
|
|
|
|
"fix nvt"_fix_nvt.html, "fix npt"_fix_npt.html
|
|
|
|
[Default:] none
|