aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorcott <cott@8e189c6b-2ab8-4400-aa02-70a9cfce18b9>2010-06-29 14:59:02 +0000
committercott <cott@8e189c6b-2ab8-4400-aa02-70a9cfce18b9>2010-06-29 14:59:02 +0000
commit8b44bae2014fefc6baca909e7c363c877fb5e359 (patch)
tree4a8a7437badbaa4559717db00bcb277b91937940 /param.ccl
* EOS_Omni thorn:
Initial implementation providing a polytrope and a gamma-law EOS for testing. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEOS/EOS_Omni/EOS_Omni@1 8e189c6b-2ab8-4400-aa02-70a9cfce18b9
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl26
1 files changed, 26 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100644
index 0000000..6b8acf7
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,26 @@
+# Parameter definitions for thorn EOS_Omni
+
+
+restricted:
+
+# poly EOS
+CCTK_REAL poly_gamma "Adiabatic Index for poly EOS"
+{
+ : :: ""
+} 2.0
+
+REAL poly_k "Polytropic constant in c=G=Msun=1"
+{
+ : :: ""
+} 100.0
+
+# gamma-law EOS
+CCTK_REAL gl_gamma "Adiabatic Index for gamma-law EOS"
+{
+ : :: ""
+} 2.0
+
+REAL gl_k "Polytropic constant in c=G=Msun=1 for gamma-law EOS"
+{
+ : :: ""
+} 100.0