From f7ba48cd52e5ba7243700c04f09c99a439dfdf24 Mon Sep 17 00:00:00 2001 From: knarf Date: Tue, 12 Jan 2010 20:51:22 +0000 Subject: move development of EOS_Polytrope and EOS_Hybrid from Whisky to Cactus git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEOS/EOS_Polytrope/trunk@2 e0339e42-4067-4b95-aae0-d9cd08a24254 --- param.ccl | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 param.ccl (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl new file mode 100644 index 0000000..4c2d617 --- /dev/null +++ b/param.ccl @@ -0,0 +1,23 @@ +# Parameter definitions for thorn EOS_Polytrope +# $Header$ + +restricted: + +REAL eos_gamma "Adiabatic Index for Ideal Fluid" +{ + : :: "" +} 2.0 + +REAL eos_k "Polytropic constant" STEERABLE=ALWAYS +{ + : :: "" +} 80.0 + +BOOLEAN use_cgs "Use the CGS units" +{ +} "no" + +REAL gamma_ini "Polytropic Gamma used for the initial model (e.g., by RNSID)" +{ + : :: "" +} 2.0 -- cgit v1.2.3