next up previous contents
Next: Implementation of the code Up: Simple stellar models and Previous: Simple stellar models and   Contents


The TOV equations

Static, spherically symmetric perfect fluid models in general relativity, and thus models of stars, are described by the Tolman-Oppenheimer-Volkoff equation.

The equations for a TOV star [4,5] are usually given in Schwarzschild coordinates. For a textbook discussion see Chapter (6.2) in the book by Wald [6]. The notation for the fluid quantities follows [7]. Here we are assuming a perfect fluid matter model, i.e. that the stress energy tensor is given by

\begin{displaymath}
T^{\mu\nu} = (\mu + P)u^{\mu}u^{\nu} + Pg^{\mu\nu},
\end{displaymath} (22)

where $\mu$ is the total energy, $P$ the pressure and $u^{\mu}$ is the fluid four velocity. Regarding equations of state, we will focus on the simple family of polytropic equations of state. Polytropes are self-gravitating gaseous spheres that are very usefull as a crude approximation of more realistic stellar models in astrophysics and one can go far using it. More realistic models incorporate diverse equations of state, for nuclear matter for example, or quark-gluon plasma state, etc.
\begin{displaymath}
P = C\rho^\lambda
\end{displaymath} (23)

Where $\rho$ is the rest-mass density $\rho$. for $\lambda=1.66$ corresponds to an adiabatic star supported by pressure of non-relativistic gas, and the $\lambda =1.33$ case corresponds to an adiabatic star supported by pressure of ultra-relativistic gas.

The metric in Schwarzschild coordinates is given by

\begin{displaymath}
ds^2 = -e^{2\phi(r)} \, dt^2 + (1 - \frac{2 G m(r)}{r c^2})^{-1} \, dr^2
+ r^2 \, d\Omega^2.
\end{displaymath} (24)

Here $m(r)$ is the gravitational mass inside the sphere of radius $r$, and $\phi$ is the logarithm of the lapse and can also be interpreted as the Newtonian gravitational potential.

In the exterior vacuum region we have

$\displaystyle P$ $\textstyle =$ $\displaystyle 0,$ (25)
$\displaystyle m$ $\textstyle =$ $\displaystyle M,$ (26)
$\displaystyle \phi$ $\textstyle =$ $\displaystyle \frac{1}{2} \log(1 - 2 G M / r c^2).$ (27)

This allows us to match $\phi$ at the surface of the star. Note that for numerical hydrodynamical evolutions, the pressure is often set to a small nonzero value ('atmosphere') in the exterior for technical reasons.

The Einstein equations then imply the TOV system of ODEs (for a derivation see e.g. [6] or go ahead and try yourself whenever you have time):

$\displaystyle \frac{dP}{dr}$ $\textstyle =$ $\displaystyle - G (\rho + P/c^2) \frac{m + 4\pi r^3 P/c^2}{r(r - 2 G m /c^2)},$ (28)
$\displaystyle \frac{dm}{dr}$ $\textstyle =$ $\displaystyle 4 \pi r^2 \rho,$ (29)
$\displaystyle \frac{d\phi}{dr}$ $\textstyle =$ $\displaystyle \frac{m + 4\pi r^3 P}{r(r - 2 G m / c^2)}.$ (30)

Note that the last equation decouples from the first two! The initial data at $r = 0$ is (for the numerical integration) $P_0 = C\rho_c^{\lambda}$, $m_0 = 0$, $\phi_0 = 0$. Note that the equation is singular at $r = 0$, this may require some attention in the numerical code!

We will choose geometric units where $G=c=1$4. Rewriting our metric and our equations in geometric units we have,

\begin{displaymath}
ds^2 = -e^{2\phi(r)} \, dt^2 + (1 - \frac{2 m(r)}{r})^{-1} \, dr^2
+ r^2 \, d\Omega^2.
\end{displaymath} (31)

$\phi$ acts as a relativistic analog of the newtonian gravitational potential. So the equations we are going to use to describe the hydrostatic equilibrium inside our compact object is,
$\displaystyle \frac{dP}{dr}$ $\textstyle =$ $\displaystyle -(P+\rho)\frac{d\phi}{dr}$ (32)
$\displaystyle \frac{dm}{dr}$ $\textstyle =$ $\displaystyle 4 \pi r^2 \rho,$ (33)
$\displaystyle \frac{d\phi}{dr}$ $\textstyle =$ $\displaystyle \frac{m + 4\pi r^3 P}{r(r - 2 m)}.$ (34)

where $\rho (r)$ and $P(r)$ are the total energy density and pressure of the fluid star, respectively. These quantities are measured in the rest frame.

An equivalent form of the TOV equations is obtained substituting (35) into (34),

\begin{displaymath}
\frac{dP}{dr} = -(P+\rho) \frac{m + 4\pi r^3 P}{r(r - 2 m)}
\end{displaymath} (35)

as we saw before.


next up previous contents
Next: Implementation of the code Up: Simple stellar models and Previous: Simple stellar models and   Contents
Benjamin Gutierrez 2005-07-23