diff --git a/doc/Section_commands.html b/doc/Section_commands.html index d4f922530a..e8ed4df874 100644 --- a/doc/Section_commands.html +++ b/doc/Section_commands.html @@ -346,11 +346,11 @@ of each style or click on the style itself for a full description: each style or click on the style itself for a full description:

- - - - - + + + +
centro/atomcna/atomcoord/atomdamage/atomdisplace/atomerotate/asphere
erotate/sphereevent/displacegroup/groupheat/fluxkeke/atom
msdpepe/atompressurereducereduce/region
stress/atomtemptemp/aspheretemp/comtemp/deformtemp/partial
temp/profiletemp/ramptemp/regiontemp/sphere +
centro/atomcna/atomcomcoord/atomdamage/atomdisplace/atom
erotate/asphereerotate/sphereevent/displacegroup/groupheat/fluxke
ke/atommsdpepe/atompressurereduce
reduce/regionstress/atomtemptemp/aspheretemp/comtemp/deform
temp/partialtemp/profiletemp/ramptemp/regiontemp/sphere

These are compute styles contributed by users, which can be used if diff --git a/doc/Section_commands.txt b/doc/Section_commands.txt index c1a3ca0de9..06f29cbd6f 100644 --- a/doc/Section_commands.txt +++ b/doc/Section_commands.txt @@ -464,6 +464,7 @@ each style or click on the style itself for a full description: "centro/atom"_compute_centro_atom.html, "cna/atom"_compute_cna_atom.html, +"com"_compute_com.html, "coord/atom"_compute_coord_atom.html, "damage/atom"_compute_damage_atom.html, "displace/atom"_compute_displace_atom.html, diff --git a/doc/compute.html b/doc/compute.html index d332d67077..0a54ec677a 100644 --- a/doc/compute.html +++ b/doc/compute.html @@ -111,6 +111,7 @@ available in LAMMPS:

Examples:

-
fix 1 all compute
-fix 1 upper compute com yes 
+
compute 1 all msd
+compute 1 upper msd com yes 
 

Description:

@@ -44,8 +44,8 @@ and averaged over atoms in the group. The 4th component is the total squared displacement, i.e. (dx*dx + dy*dy + dz*dz), summed and averaged over atoms in the group.

-

The slope of the mean-squared displacement versus time is proportional -to the diffusion coefficient of the diffusing atoms. +

The slope of the mean-squared displacement (MSD) versus time is +proportional to the diffusion coefficient of the diffusing atoms.

The displacement of an atom is from its original position at the time the compute command was issued. To store the original coordinates, @@ -75,11 +75,11 @@ image command.

IMPORTANT NOTE: If an atom is part of a rigid body (see the fix rigid command), it's periodic image flags are altered, -and the computed MSD will not reflect its true displacement. See the -fix rigid command for details. Thus, to compute the -MSD of rigid bodies as they cross periodic boundaries, you will need -to post-process a dump file containing coordinates of the -atoms in the bodies. +and its contribution to the MSD may not reflect its true contribution. +See the fix rigid command for details. Thus, to +compute the MSD of rigid bodies as they cross periodic boundaries, you +will need to post-process a dump file containing +coordinates of the atoms in the bodies.

IMPORTANT NOTE: If you want the quantities calculated by this compute to be continuous when running from a restart file, diff --git a/doc/compute_msd.txt b/doc/compute_msd.txt index 953f2720ee..523b224801 100644 --- a/doc/compute_msd.txt +++ b/doc/compute_msd.txt @@ -21,8 +21,8 @@ keyword = {com} :l [Examples:] -fix 1 all compute -fix 1 upper compute com yes :pre +compute 1 all msd +compute 1 upper msd com yes :pre [Description:] @@ -36,8 +36,8 @@ and averaged over atoms in the group. The 4th component is the total squared displacement, i.e. (dx*dx + dy*dy + dz*dz), summed and averaged over atoms in the group. -The slope of the mean-squared displacement versus time is proportional -to the diffusion coefficient of the diffusing atoms. +The slope of the mean-squared displacement (MSD) versus time is +proportional to the diffusion coefficient of the diffusing atoms. The displacement of an atom is from its original position at the time the compute command was issued. To store the original coordinates, @@ -67,11 +67,11 @@ image"_set.html command. IMPORTANT NOTE: If an atom is part of a rigid body (see the "fix rigid"_fix_rigid.html command), it's periodic image flags are altered, -and the computed MSD will not reflect its true displacement. See the -"fix rigid"_fix_rigid.html command for details. Thus, to compute the -MSD of rigid bodies as they cross periodic boundaries, you will need -to post-process a "dump file"_dump.html containing coordinates of the -atoms in the bodies. +and its contribution to the MSD may not reflect its true contribution. +See the "fix rigid"_fix_rigid.html command for details. Thus, to +compute the MSD of rigid bodies as they cross periodic boundaries, you +will need to post-process a "dump file"_dump.html containing +coordinates of the atoms in the bodies. IMPORTANT NOTE: If you want the quantities calculated by this compute to be continuous when running from a "restart file"_read_restart.html,