forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7762 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
1217612ab6
commit
f1e16c1850
|
@ -74,18 +74,18 @@ must be of type m (shrink/minimum).
|
|||
|
||||
E: Bad fix ID in fix append_atoms command
|
||||
|
||||
The value of the fix_id for keyword spatial
|
||||
must start with the suffix f_.
|
||||
The value of the fix_id for keyword spatial must start with the suffix
|
||||
f_.
|
||||
|
||||
E: Cannot use append_atoms in periodic dimension
|
||||
|
||||
The boundary style of the face where atoms are added
|
||||
can not be of type p (periodic).
|
||||
The boundary style of the face where atoms are added can not be of
|
||||
type p (periodic).
|
||||
|
||||
E: Cannot append atoms to a triclinic box
|
||||
|
||||
The simulation box must be defined with edges alligned
|
||||
with the Cartesian axes.
|
||||
The simulation box must be defined with edges alligned with the
|
||||
Cartesian axes.
|
||||
|
||||
E: Use of fix append_atoms with undefined lattice
|
||||
|
||||
|
@ -93,15 +93,11 @@ A lattice must be defined before using this fix.
|
|||
|
||||
E: Fix ID for fix ave/spatial does not exist
|
||||
|
||||
The fix_id value for the spatial keyword does
|
||||
not correspond to any defined fix.
|
||||
The fix_id value for the spatial keyword does not correspond to any
|
||||
defined fix.
|
||||
|
||||
E: Must define lattice to append_atoms
|
||||
|
||||
A lattice must be defined before using this fix.
|
||||
|
||||
U: must define lattice to append_atoms
|
||||
|
||||
UNDOCUMENTED
|
||||
|
||||
*/
|
||||
|
|
|
@ -64,11 +64,11 @@ class FixNPHug : public FixNH {
|
|||
|
||||
E: Pstart and Pstop must have the same value
|
||||
|
||||
Self-explanatory
|
||||
Self-explanatory.
|
||||
|
||||
E: Specified target stress must be uniaxial or hydrostatic
|
||||
|
||||
Self-explanatory
|
||||
Self-explanatory.
|
||||
|
||||
E: For triclinic deformation, specified target stress must be hydrostatic
|
||||
|
||||
|
@ -81,7 +81,8 @@ The temp keyword must be provided.
|
|||
|
||||
E: Pressure control must be used with fix nphug
|
||||
|
||||
A pressure control keyword (iso, aniso, tri, x, y, or z) must be provided.
|
||||
A pressure control keyword (iso, aniso, tri, x, y, or z) must be
|
||||
provided.
|
||||
|
||||
E: Potential energy ID for fix nvt/nph/npt does not exist
|
||||
|
||||
|
|
|
@ -59,8 +59,8 @@ The face keyword must be zlo.
|
|||
|
||||
E: Must shrink-wrap piston boundary
|
||||
|
||||
The boundary style of the face where the piston is
|
||||
applied must be of type s (shrink-wrapped).
|
||||
The boundary style of the face where the piston is applied must be of
|
||||
type s (shrink-wrapped).
|
||||
|
||||
E: Illegal fix wall/piston velocity
|
||||
|
||||
|
@ -68,8 +68,8 @@ The piston velocity must be positive.
|
|||
|
||||
E: Cannot use wall in periodic dimension
|
||||
|
||||
The boundary style of the face where atoms are added
|
||||
can not be of type p (periodic).
|
||||
The boundary style of the face where atoms are added can not be of
|
||||
type p (periodic).
|
||||
|
||||
E: Use of fix wall/piston with undefined lattice
|
||||
|
||||
|
@ -77,7 +77,6 @@ A lattice must be defined before using this fix.
|
|||
|
||||
E: NL ramp in wall/piston only implemented in zlo for now
|
||||
|
||||
The ramp keyword can only be used for piston applied
|
||||
to face zlo.
|
||||
The ramp keyword can only be used for piston applied to face zlo.
|
||||
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue