Changes between Version 14 and Version 15 of SelfGravityDevel
- Timestamp:
- 03/05/12 13:52:23 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SelfGravityDevel
v14 v15 34 34 \end{equation} 35 35 }}} 36 Use spherical coordinates, the Poisson equation for the density distribution [[latex(\ref{eq:uniDensity})]] can be written as 36 37 38 {{{ 39 #!latex 40 \begin{equation}\label{eq:poissonSphCoord} 41 \frac{1}{r^{2}}\frac{\partial }{\partial r}\left(r^{2}\frac{\partial\phi}{\partial r} \right)=4\pi G\rho 42 \end{equation} 43 }}} 44 45 Or 46 {{{ 47 #!latex 48 \begin{equation}\label{eq:poissonSphCoord1} 49 \frac{\partial ^{2}\phi }{\partial r^{2}}+\frac{2}{r}\frac{\partial\phi}{\partial r}=4\pi G\rho 50 \end{equation} 51 52 }}} 37 53 == Implementation == 38 54