mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7203 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
a0e2e04aed
commit
cf330851df
|
@ -155,9 +155,10 @@ enough <I>epsilon</I> that particles always reamin on the correct side of
|
|||
the wall (r > 0).
|
||||
</P>
|
||||
<P>The <I>units</I> keyword determines the meaning of the distance units used
|
||||
to define a wall position, but only when a numeric constant is used.
|
||||
It is not relevant when EDGE or a variable is used to specify a face
|
||||
position.
|
||||
to define a wall position, but only when a numeric constant or
|
||||
variable is used. It is not relevant when EDGE is used to specify a
|
||||
face position. In the variable case, the variable is assumed to
|
||||
produce a value compatible with the <I>units</I> setting you specify.
|
||||
</P>
|
||||
<P>A <I>box</I> value selects standard distance units as defined by the
|
||||
<A HREF = "units.html">units</A> command, e.g. Angstroms for units = real or metal.
|
||||
|
|
|
@ -141,9 +141,10 @@ enough {epsilon} that particles always reamin on the correct side of
|
|||
the wall (r > 0).
|
||||
|
||||
The {units} keyword determines the meaning of the distance units used
|
||||
to define a wall position, but only when a numeric constant is used.
|
||||
It is not relevant when EDGE or a variable is used to specify a face
|
||||
position.
|
||||
to define a wall position, but only when a numeric constant or
|
||||
variable is used. It is not relevant when EDGE is used to specify a
|
||||
face position. In the variable case, the variable is assumed to
|
||||
produce a value compatible with the {units} setting you specify.
|
||||
|
||||
A {box} value selects standard distance units as defined by the
|
||||
"units"_units.html command, e.g. Angstroms for units = real or metal.
|
||||
|
|
|
@ -88,9 +88,10 @@ box parameters and timestep and elapsed time. Thus it is easy to
|
|||
specify a time-dependent wall position.
|
||||
</P>
|
||||
<P>The <I>units</I> keyword determines the meaning of the distance units used
|
||||
to define a wall position, but only when a numeric constant is used.
|
||||
It is not relevant when EDGE or a variable is used to specify a face
|
||||
position.
|
||||
to define a wall position, but only when a numeric constant or
|
||||
variable is used. It is not relevant when EDGE is used to specify a
|
||||
face position. In the variable case, the variable is assumed to
|
||||
produce a value compatible with the <I>units</I> setting you specify.
|
||||
</P>
|
||||
<P>A <I>box</I> value selects standard distance units as defined by the
|
||||
<A HREF = "units.html">units</A> command, e.g. Angstroms for units = real or metal.
|
||||
|
|
|
@ -77,9 +77,10 @@ box parameters and timestep and elapsed time. Thus it is easy to
|
|||
specify a time-dependent wall position.
|
||||
|
||||
The {units} keyword determines the meaning of the distance units used
|
||||
to define a wall position, but only when a numeric constant is used.
|
||||
It is not relevant when EDGE or a variable is used to specify a face
|
||||
position.
|
||||
to define a wall position, but only when a numeric constant or
|
||||
variable is used. It is not relevant when EDGE is used to specify a
|
||||
face position. In the variable case, the variable is assumed to
|
||||
produce a value compatible with the {units} setting you specify.
|
||||
|
||||
A {box} value selects standard distance units as defined by the
|
||||
"units"_units.html command, e.g. Angstroms for units = real or metal.
|
||||
|
|
Loading…
Reference in New Issue