Commit b585c6d0 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6844 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 221bfc62
Loading
Loading
Loading
Loading
+911 B
Loading image diff...
+9 −0
Original line number Diff line number Diff line
\documentclass[12pt]{article}

\begin{document}

$$
  p = (\gamma - 1) \rho e
$$

\end{document}
+1.43 KiB
Loading image diff...
+9 −0
Original line number Diff line number Diff line
\documentclass[12pt]{article}

\begin{document}

$$
  p = B [(\frac{\rho}{\rho_0})^{\gamma} - 1]
$$

\end{document}
+2 −4
Original line number Diff line number Diff line
@@ -25,10 +25,8 @@ pair_coeff * * 1.0 2.4
<P>The sph/idealgas style computes pressure forces between particles
according to the ideal gas equation of state:
</P>
<P>\begin<I>equation</I>
p = (\gamma - 1) \rho e,
\end<I>equation</I>
</P>
<CENTER><IMG SRC = "Eqs/pair_sph_ideal.jpg">
</CENTER>
<P>where gamma = 1.4 is the heat capacity ratio, rho is the local
density, and e is the internal energy per unit mass.  This pair style
also computes Monaghan's artificial viscosity to prevent particles
Loading