lammps/doc/fix_msd.txt

44 lines
1012 B
Plaintext
Raw Normal View History

"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 msd command :h3
[Syntax:]
fix ID group-ID msd N file :pre
ID, group-ID are documented in "fix"_fix.html command
msd = style name of this fix command
N = compute mean-squared displacement every this many timesteps
file = filename to write mean-squared displacement info to :ul
[Examples:]
fix 1 all msd 100 diff.out :pre
[Description:]
Compute the mean-squared displacement of the group of atoms every N
steps, including all effects due to atoms passing thru periodic
boundaries. The slope of the mean-squared displacement versus time is
proportional to the diffusion coefficient of the diffusing atoms. The
"origin" of the displacement for each atom is its position at the time
the fix command was issued. Write the results to the specified file.
[Restrictions:] none
[Related commands:] none
[Default:] none