aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation.tex
diff options
context:
space:
mode:
authorschnetter <schnetter@57fe0bb3-ccba-405f-9b23-de0201f165b7>2009-12-08 19:46:35 +0000
committerschnetter <schnetter@57fe0bb3-ccba-405f-9b23-de0201f165b7>2009-12-08 19:46:35 +0000
commit650e6b989e04b3f1a2908b5c170dd8610e036d71 (patch)
treecc4099cd2837553d3f9f33774199b5cb9555ae3d /doc/documentation.tex
parent14ffe105794fb00a3306852953986bcc39747e38 (diff)
Document units
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/HydroBase/trunk@19 57fe0bb3-ccba-405f-9b23-de0201f165b7
Diffstat (limited to 'doc/documentation.tex')
-rw-r--r--doc/documentation.tex37
1 files changed, 36 insertions, 1 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index cdf33f7..601a123 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -170,7 +170,42 @@ In this way the initiation of the primitive variables, methods to recover the co
variables, and basic atmosphere handling can be implemented in different thorns while allowing
a central access point for analysis thorns.
-\subsection{Acknowledgments}
+\section{Units}
+
+HydroBase uses a specific set of units, so that there are no
+misunderstandings between thorns. These units are derived from the
+conventions
+\begin{eqnarray}
+ M = M_\mathrm{sun} &;& c = G = 1
+\end{eqnarray}
+which are commonly used in astrophysics and in relativity.
+
+We assume the following definitions and constants of nature:
+\begin{eqnarray}
+ c & = & 299792458\, \mathrm{m/s}
+ \\
+ G & = & 6.67428\cdot 10^{-11}\, \mathrm{m^3/kg/s^2}
+ \\
+ \mu_0 & = & 4 \pi 10^{-7}\, \mathrm{N/A^2}
+ \\
+ \epsilon_0 & = & \frac{1}{\mu_0 c^2}
+ \\
+ M_\mathrm{sun} & = & 1.98892\cdot10^{30}\, \mathrm{kg}
+\end{eqnarray}
+
+This corresponds to the following units for mass, length, time, and
+magnetic field:
+\begin{eqnarray}
+ [M] & = & M_\mathrm{sun}
+ \\{}
+ [L] & = & [M]\; G/c^2
+ \\{}
+ [T] & = & [L]\; / c
+ \\{}
+ [B] & = & 1/[L]\; / \sqrt{\epsilon_0 G / c^2}
+\end{eqnarray}
+
+\section{Acknowledgments}
This thorn was produced by Tanja Bode, Roland Haas, Frank Löffler, and Erik Schnetter.