Next: Generating Initial Data with
Up: IDBrillData
Previous: Abstract
Contents
The purpose of this thorn is to create (time symmetric) initial data
for a Brill wave spacetime. It does so by starting from a
three-metric of the form originally considered by Brill
![\begin{displaymath}
ds^2 = \Psi^4 \left[ e^{2q} \left( d\rho^2 + dz^2 \right)
+ \rho^2 d\phi^2 \right] =\Psi^4 \hat{ds}^{2},
\end{displaymath}](img483.png) |
(part341) |
where is a free function subject to certain regularity and
fall-off conditions,
and is a conformal
factor to be solved for.
Thorn IDBrillData provides three choices for the function:
an exponential form, (IDBrillData::q_function = "exp")
![\begin{displaymath}
q = a \; \frac{\rho^{2+b}}{r^2} e^{-\left( \frac{z}{\sigma_z...
...m}{1 + e \rho^m}
\cos^2 \left( n \phi + \phi_0 \right) \right]
\end{displaymath}](img486.png) |
(part342) |
a generalized form of the function first written down by Eppley
(IDBrillData::q_function = "eppley")
![\begin{displaymath}
q = a \left( \frac{\rho}{\sigma_\rho} \right)^b \frac{1}{1 +...
...m}{1 + e \rho^m}
\cos^2 \left( n \phi + \phi_0 \right) \right]
\end{displaymath}](img487.png) |
(part343) |
and the (default) Gundlach function which includes the Holz form
(IDBrillData::q_function = "gundlach")
![\begin{displaymath}
q = a \left( \frac{\rho}{\sigma_\rho} \right)^b e^{-\left[
\...
...m}{1 + e \rho^m}
\cos^2 \left( n \phi + \phi_0 \right) \right]
\end{displaymath}](img488.png) |
(part344) |
Substituting the metric into the Hamiltonian constraint gives an
elliptic equation for the conformal factor which is then
numerically solved for a given function :
 |
(part345) |
where the conformal Ricci scalar is found to be
 |
|
|
(part346) |
Assuming the initial data to be time symmetric means that the momentum
constraints are trivially satisfied.
In the case of axisymmetry (that is in the above expressions for
), the Hamiltonian constraint can be written as an elliptic
equation for with just the flat space Laplacian,
 |
(part347) |
If the initial data is chosen to be ADMBase::initial_data = "brilldata2D" then this elliptic equation
is solved rather than the equation above.
Next: Generating Initial Data with
Up: IDBrillData
Previous: Abstract
Contents
|