Added pair_style lj/cubic
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6854 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
98
doc/pair_lj_cubic.html
Normal file
98
doc/pair_lj_cubic.html
Normal file
@ -0,0 +1,98 @@
|
||||
<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>pair_style lj/cubic command
|
||||
</H3>
|
||||
<P><B>Syntax:</B>
|
||||
</P>
|
||||
<PRE>pair_style lj/cubic
|
||||
</PRE>
|
||||
<P><B>Examples:</B>
|
||||
</P>
|
||||
<PRE>pair_style lj/cubic
|
||||
pair_coeff * * 1.0 0.8908987
|
||||
</PRE>
|
||||
<P><B>Description:</B>
|
||||
</P>
|
||||
<P>The <I>lj/cubic</I> style computes a truncated LJ interaction potential whose
|
||||
energy and force are continuous everywhere. This is
|
||||
achieved by replacing the LJ function outside the inflection point with
|
||||
a cubic function of distance, so that both the energy and force are
|
||||
continuous at the inflection point, and go to zero at the
|
||||
cutoff distance. The LJ potential inside the inflection point is
|
||||
unchanged. The location of the inflection point rs is defined
|
||||
by the LJ diameter, rs/sigma = (26/7)^1/6. The cutoff distance
|
||||
is defined by rcut/rs = 67/48.
|
||||
</P>
|
||||
<P>This potential is commonly used to study the shock compression
|
||||
of FCC solids, as in the paper by Holian and Ravelo <A HREF = "#Holian">(Holian)</A>.
|
||||
</P>
|
||||
<P>The following coefficients must be defined for each pair of atoms
|
||||
types via the <A HREF = "pair_coeff.html">pair_coeff</A> command as in the example
|
||||
above, or in the data file or restart files read by the
|
||||
<A HREF = "read_data.html">read_data</A> or <A HREF = "read_restart.html">read_restart</A>
|
||||
commands, or by mixing as described below:
|
||||
</P>
|
||||
<UL><LI>epsilon (energy units)
|
||||
<LI>sigma (distance units)
|
||||
</UL>
|
||||
<P>Note that sigma is defined in the LJ formula as the zero-crossing
|
||||
distance for the potential, not as the energy minimum, which
|
||||
is located at 2^(1/6)*sigma. In the above example, sigma = 0.8908987,
|
||||
so the energy minimum is located at r = 1.
|
||||
</P>
|
||||
<HR>
|
||||
|
||||
<P><B>Mixing, shift, table, tail correction, restart, rRESPA info</B>:
|
||||
</P>
|
||||
<P>For atom type pairs I,J and I != J, the epsilon and sigma coefficients
|
||||
and cutoff distance for all of the lj/cut pair styles can be mixed.
|
||||
The default mix value is <I>geometric</I>. See the "pair_modify" command
|
||||
for details.
|
||||
</P>
|
||||
<P>The lj/cubic pair style does not support the
|
||||
<A HREF = "pair_modify.html">pair_modify</A> shift option,
|
||||
since pair interaction is already smoothed to 0.0 at the
|
||||
cutoff.
|
||||
</P>
|
||||
<P>The <A HREF = "pair_modify.html">pair_modify</A> table option is not relevant
|
||||
for this pair style.
|
||||
</P>
|
||||
<P>The lj/cubic pair style does not support the
|
||||
<A HREF = "pair_modify.html">pair_modify</A> tail option for adding long-range tail
|
||||
corrections to energy and pressure, since there are no corrections for
|
||||
a potential that goes to 0.0 at the cutoff.
|
||||
</P>
|
||||
<P>The lj/cubic pair style writes its information to <A HREF = "restart.html">binary
|
||||
restart files</A>, so pair_style and pair_coeff commands do
|
||||
not need to be specified in an input script that reads a restart file.
|
||||
</P>
|
||||
<P>The lj/cubic pair style can only be used via the <I>pair</I>
|
||||
keyword of the <A HREF = "run_style.html">run_style respa</A> command. It does not
|
||||
support the <I>inner</I>, <I>middle</I>, <I>outer</I> keywords.
|
||||
</P>
|
||||
<HR>
|
||||
|
||||
<P><B>Restrictions:</B> none
|
||||
</P>
|
||||
<P><B>Related commands:</B>
|
||||
</P>
|
||||
<P><A HREF = "pair_coeff.html">pair_coeff</A>
|
||||
</P>
|
||||
<P><B>Default:</B> none
|
||||
</P>
|
||||
<HR>
|
||||
|
||||
<A NAME = "Holian"></A>
|
||||
|
||||
<P><B>(Holian)</B> Holian and Ravelo, Phys Rev B, 51, 11275 (1995).
|
||||
</P>
|
||||
</HTML>
|
||||
92
doc/pair_lj_cubic.txt
Normal file
92
doc/pair_lj_cubic.txt
Normal file
@ -0,0 +1,92 @@
|
||||
"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
|
||||
|
||||
pair_style lj/cubic command :h3
|
||||
|
||||
[Syntax:]
|
||||
|
||||
pair_style lj/cubic :pre
|
||||
|
||||
[Examples:]
|
||||
|
||||
pair_style lj/cubic
|
||||
pair_coeff * * 1.0 0.8908987 :pre
|
||||
|
||||
[Description:]
|
||||
|
||||
The {lj/cubic} style computes a truncated LJ interaction potential whose
|
||||
energy and force are continuous everywhere. This is
|
||||
achieved by replacing the LJ function outside the inflection point with
|
||||
a cubic function of distance, so that both the energy and force are
|
||||
continuous at the inflection point, and go to zero at the
|
||||
cutoff distance. The LJ potential inside the inflection point is
|
||||
unchanged. The location of the inflection point rs is defined
|
||||
by the LJ diameter, rs/sigma = (26/7)^1/6. The cutoff distance
|
||||
is defined by rcut/rs = 67/48.
|
||||
|
||||
This potential is commonly used to study the shock compression
|
||||
of FCC solids, as in the paper by Holian and Ravelo "(Holian)"_#Holian.
|
||||
|
||||
The following coefficients must be defined for each pair of atoms
|
||||
types via the "pair_coeff"_pair_coeff.html command as in the example
|
||||
above, or in the data file or restart files read by the
|
||||
"read_data"_read_data.html or "read_restart"_read_restart.html
|
||||
commands, or by mixing as described below:
|
||||
|
||||
epsilon (energy units)
|
||||
sigma (distance units) :ul
|
||||
|
||||
Note that sigma is defined in the LJ formula as the zero-crossing
|
||||
distance for the potential, not as the energy minimum, which
|
||||
is located at 2^(1/6)*sigma. In the above example, sigma = 0.8908987,
|
||||
so the energy minimum is located at r = 1.
|
||||
|
||||
:line
|
||||
|
||||
[Mixing, shift, table, tail correction, restart, rRESPA info]:
|
||||
|
||||
For atom type pairs I,J and I != J, the epsilon and sigma coefficients
|
||||
and cutoff distance for all of the lj/cut pair styles can be mixed.
|
||||
The default mix value is {geometric}. See the "pair_modify" command
|
||||
for details.
|
||||
|
||||
The lj/cubic pair style does not support the
|
||||
"pair_modify"_pair_modify.html shift option,
|
||||
since pair interaction is already smoothed to 0.0 at the
|
||||
cutoff.
|
||||
|
||||
The "pair_modify"_pair_modify.html table option is not relevant
|
||||
for this pair style.
|
||||
|
||||
The lj/cubic pair style does not support the
|
||||
"pair_modify"_pair_modify.html tail option for adding long-range tail
|
||||
corrections to energy and pressure, since there are no corrections for
|
||||
a potential that goes to 0.0 at the cutoff.
|
||||
|
||||
The lj/cubic pair style writes its information to "binary
|
||||
restart files"_restart.html, so pair_style and pair_coeff commands do
|
||||
not need to be specified in an input script that reads a restart file.
|
||||
|
||||
The lj/cubic pair style can only be used via the {pair}
|
||||
keyword of the "run_style respa"_run_style.html command. It does not
|
||||
support the {inner}, {middle}, {outer} keywords.
|
||||
|
||||
:line
|
||||
|
||||
[Restrictions:] none
|
||||
|
||||
[Related commands:]
|
||||
|
||||
"pair_coeff"_pair_coeff.html
|
||||
|
||||
[Default:] none
|
||||
|
||||
:line
|
||||
|
||||
:link(Holian)
|
||||
[(Holian)] Holian and Ravelo, Phys Rev B, 51, 11275 (1995).
|
||||
Reference in New Issue
Block a user