forked from lijiext/lammps
68 lines
2.4 KiB
HTML
68 lines
2.4 KiB
HTML
<HTML>
|
|
<CENTER><A HREF = "http://lammps.sandia.gov">LAMMPS WWW Site</A> - <A HREF = "Manual.html">LAMMPS Documentation</A> - <A HREF = "Section_commands.html#comm">LAMMPS Commands</A>
|
|
</CENTER>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<HR>
|
|
|
|
<H3>angle_style hybrid command
|
|
</H3>
|
|
<P><B>Syntax:</B>
|
|
</P>
|
|
<PRE>angle_style hybrid style1 style2 ...
|
|
</PRE>
|
|
<UL><LI>style1,style2 = list of one or more angle styles
|
|
</UL>
|
|
<P><B>Examples:</B>
|
|
</P>
|
|
<PRE>angle_style hybrid harmonic cosine
|
|
angle_coeff 1 harmonic 80.0 1.2
|
|
angle_coeff 2* cosine 50.0
|
|
</PRE>
|
|
<P><B>Description:</B>
|
|
</P>
|
|
<P>The <I>hybrid</I> style enables the use of multiple angle styles in one
|
|
simulation. An angle style is assigned to each angle type. For
|
|
example, angles in a polymer flow (of angle type 1) could be computed
|
|
with a <I>harmonic</I> potential and angles in the wall boundary (of angle
|
|
type 2) could be computed with a <I>cosine</I> potential. The assignment
|
|
of angle type to style is made via the <A HREF = "angle_coeff.html">angle_coeff</A>
|
|
command or in the data file.
|
|
</P>
|
|
<P>In the angle_coeff command, the first coefficient sets the angle style
|
|
and the remaining coefficients are those appropriate to that style.
|
|
In the example above, the 2 angle_coeff commands would set angles of
|
|
angle type 1 to be computed with a <I>harmonic</I> potential with
|
|
coefficients 80.0, 1.2 for K, r0. All other angle types (2-N) would
|
|
be computed with a <I>cosine</I> potential with coefficient 50.0 for K.
|
|
</P>
|
|
<P>If the angle <I>class2</I> potential is one of the hybrid styles, it
|
|
requires additional BondBond and BondAngle coefficients be specified
|
|
in the data file. These lines must also have an additional "class2"
|
|
argument added after the angle type. For angle types which are
|
|
assigned to other hybrid styles, use the style name (e.g. "harmonic")
|
|
appropriate to that style. The BondBond and BondAngle coeffs for that
|
|
angle type will then be ignored.
|
|
</P>
|
|
<P>An angle style of <I>none</I> can be specified as an argument to
|
|
angle_style hybrid and the corresponding angle_coeff commands, if you
|
|
desire to turn off certain angle types.
|
|
</P>
|
|
<P><B>Restrictions:</B>
|
|
</P>
|
|
<P>This angle style can only be used if LAMMPS was built with the
|
|
"molecular" package (which it is by default). See the <A HREF = "Section_start.html#2_3">Making
|
|
LAMMPS</A> section for more info on packages.
|
|
</P>
|
|
<P><B>Related commands:</B>
|
|
</P>
|
|
<P><A HREF = "angle_coeff.html">angle_coeff</A>
|
|
</P>
|
|
<P><B>Default:</B> none
|
|
</P>
|
|
</HTML>
|