aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authormiller <miller@54f01db8-623e-4a4a-80be-c8eacd6477fb>1999-12-22 19:27:01 +0000
committermiller <miller@54f01db8-623e-4a4a-80be-c8eacd6477fb>1999-12-22 19:27:01 +0000
commitee648d2eaaba5d88df19fe9223105c178f6950ad (patch)
tree83338f7cc4b8dd92b1fbe8a6e332f16cf6934f24 /interface.ccl
parentf33073e10b545008dc559ca4d2458790062aca06 (diff)
An thorn implementing the ideal fluid equation of state:
P = (gamma-1)*rho*eps Mark git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEOS/EOS_IdealFluid/trunk@2 54f01db8-623e-4a4a-80be-c8eacd6477fb
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl15
1 files changed, 15 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
new file mode 100644
index 0000000..e8830c8
--- /dev/null
+++ b/interface.ccl
@@ -0,0 +1,15 @@
+# Interface definition for thorn EOS_Ideal_Fluid
+# $Header$
+
+implements: EOS_Ideal_Fluid
+inherits: EOS_Base
+
+USES INCLUDE: EOS_Base.h
+USES INCLUDE: EOS_Base.inc
+
+private:
+
+# This is here for obsure reasons.
+INT dummy
+
+