git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13836 f3b2605a-c512-4ea7-a41b-209d697bcdaa
62 lines
1.9 KiB
HTML
62 lines
1.9 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>pair_style smd/tri_surface command
|
|
</H3>
|
|
<P><B>Syntax:</B>
|
|
</P>
|
|
<PRE>pair_style smd/tri_surface scale_factor
|
|
</PRE>
|
|
<P><B>Examples:</B>
|
|
</P>
|
|
<P>pair_style smd/tri_surface 1.0
|
|
pair_coeff 1 1 <contact_stiffness>
|
|
</P>
|
|
<P><B>Description:</B>
|
|
</P>
|
|
<P>The <I>smd/tri_surface</I> style calculates contact forces between SPH particles and a rigid wall boundary defined via the
|
|
<A HREF = "fix_smd_wall_surface.html">smd/wall_surface</A> fix.
|
|
</P>
|
|
<P>The contact forces are calculated using a Hertz potential, which evaluates the overlap between a particle
|
|
(whose spatial extents are defined via its contact radius) and the triangle.
|
|
The effect is that a particle cannot penetrate into the triangular surface.
|
|
The parameter <contact_stiffness> has units of pressure and should equal roughly one half
|
|
of the Young's modulus (or bulk modulus in the case of fluids) of the material model associated with the SPH particle
|
|
</P>
|
|
<P>The parameter <I>scale_factor</I> can be used to scale the particles' contact radii. This can be useful to control how close
|
|
particles can approach the triangulated surface. Usually, <I>scale_factor</I>=1.0.
|
|
</P>
|
|
<HR>
|
|
|
|
<P><B>Mixing, shift, table, tail correction, restart, rRESPA info</B>:
|
|
</P>
|
|
<P>No mixing is performed automatically.
|
|
Currently, no part of USER-SMD supports restarting nor minimization.
|
|
rRESPA does not apply to this pair style.
|
|
</P>
|
|
<HR>
|
|
|
|
<P><B>Restrictions:</B>
|
|
</P>
|
|
<P>This fix is part of the USER-SMD 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.
|
|
</P>
|
|
<P><B>Related commands:</B>
|
|
</P>
|
|
<P><A HREF = "pair_coeff.html">pair_coeff</A>
|
|
</P>
|
|
<P><B>Default:</B> none
|
|
</P>
|
|
<HR>
|
|
|
|
</HTML>
|