2011-08-28 04:09:27 +08:00
|
|
|
<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 sph/taitwater/morris command
|
|
|
|
</H3>
|
|
|
|
<P><B>Syntax:</B>
|
|
|
|
</P>
|
|
|
|
<PRE>pair_style sph/taitwater/morris
|
|
|
|
</PRE>
|
|
|
|
<P><B>Examples:</B>
|
|
|
|
</P>
|
2011-08-28 05:11:46 +08:00
|
|
|
<PRE>pair_style sph/taitwater/morris
|
|
|
|
pair_coeff * * 1000.0 1430.0 1.0 2.4
|
|
|
|
</PRE>
|
2011-08-28 04:09:27 +08:00
|
|
|
<P><B>Description:</B>
|
|
|
|
</P>
|
2011-08-28 05:11:46 +08:00
|
|
|
<P>The sph/taitwater/morris style computes pressure forces between SPH
|
|
|
|
particles according to Tait's equation of state:
|
|
|
|
</P>
|
2011-08-28 05:18:57 +08:00
|
|
|
<CENTER><IMG SRC = "Eqs/pair_sph_tait.jpg">
|
|
|
|
</CENTER>
|
2011-08-28 05:11:46 +08:00
|
|
|
<P>where gamma = 7 and B = c_0^2 rho_0 / gamma, with rho_0 being the
|
|
|
|
reference density and c_0 the reference speed of sound.
|
|
|
|
</P>
|
|
|
|
<P>This pair style also computes laminar viscosity <A HREF = "#Morris">(Morris)</A>.
|
|
|
|
</P>
|
|
|
|
<P>See <A HREF = "USER/sph/SPH_LAMMPS_userguide.pdf">this PDF guide</A> to using SPH in
|
|
|
|
LAMMPS.
|
2011-08-28 04:09:27 +08:00
|
|
|
</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 examples
|
|
|
|
above.
|
|
|
|
</P>
|
2011-08-28 05:11:46 +08:00
|
|
|
<UL><LI>rho0 reference density (mass/volume units)
|
|
|
|
<LI>c0 reference soundspeed (distance/time units)
|
|
|
|
<LI>nu dynamic viscosity (mass*distance/time units)
|
|
|
|
<LI>h kernel function cutoff (distance units)
|
|
|
|
</UL>
|
2011-08-28 04:09:27 +08:00
|
|
|
<HR>
|
|
|
|
|
|
|
|
<P><B>Mixing, shift, table, tail correction, restart, rRESPA info</B>:
|
|
|
|
</P>
|
2011-08-28 05:11:46 +08:00
|
|
|
<P>This style does not support mixing. Thus, coefficients for all
|
|
|
|
I,J pairs must be specified explicitly.
|
|
|
|
</P>
|
|
|
|
<P>This style does not support the <A HREF = "pair_modify.html">pair_modify</A>
|
|
|
|
shift, table, and tail options.
|
2011-08-28 04:09:27 +08:00
|
|
|
</P>
|
|
|
|
<P>This style does not write information to <A HREF = "restart.html">binary restart
|
2011-08-28 05:11:46 +08:00
|
|
|
files</A>. Thus, you need to re-specify the pair_style and
|
|
|
|
pair_coeff commands in an input script that reads a restart file.
|
2011-08-28 04:09:27 +08:00
|
|
|
</P>
|
2011-08-28 05:11:46 +08:00
|
|
|
<P>This 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>,
|
2011-08-28 04:09:27 +08:00
|
|
|
<I>middle</I>, <I>outer</I> keywords.
|
|
|
|
</P>
|
|
|
|
<P><B>Restrictions:</B>
|
|
|
|
</P>
|
2011-08-28 05:11:46 +08:00
|
|
|
<P>This pair style is part of the USER-SPH package. It is only enabled
|
|
|
|
if LAMMPS was built with that package. See the <A HREF = "Section_start.html#start_3">Making
|
|
|
|
LAMMPS</A> section for more info.
|
2011-08-28 04:09:27 +08:00
|
|
|
</P>
|
|
|
|
<P><B>Related commands:</B>
|
|
|
|
</P>
|
|
|
|
<P><A HREF = "pair_coeff.html">pair_coeff</A>, pair_sph/rhosum
|
|
|
|
</P>
|
|
|
|
<P><B>Default:</B> none
|
|
|
|
</P>
|
2011-08-28 05:11:46 +08:00
|
|
|
<HR>
|
|
|
|
|
|
|
|
<A NAME = "Morris"></A>
|
|
|
|
|
2013-06-28 03:57:07 +08:00
|
|
|
<P><B>(Morris)</B> Morris, Fox, Zhu, J Comp Physics, 136, 214-226 (1997).
|
2011-08-28 04:09:27 +08:00
|
|
|
</P>
|
|
|
|
</HTML>
|