aboutsummaryrefslogtreecommitdiff
path: root/Examples/Burgers/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/Burgers/param.ccl')
-rw-r--r--Examples/Burgers/param.ccl216
1 files changed, 216 insertions, 0 deletions
diff --git a/Examples/Burgers/param.ccl b/Examples/Burgers/param.ccl
new file mode 100644
index 0000000..a94fb3d
--- /dev/null
+++ b/Examples/Burgers/param.ccl
@@ -0,0 +1,216 @@
+# File produced by Kranc
+
+
+shares: GenericFD
+
+
+
+shares: MethodOfLines
+
+USES CCTK_INT MoL_Num_Evolved_Vars
+
+restricted:
+CCTK_INT verbose "verbose" STEERABLE=ALWAYS
+{
+ *:* :: ""
+} 0
+
+restricted:
+CCTK_REAL sigma "sigma"
+{
+ "*:*" :: ""
+} 0
+
+restricted:
+CCTK_REAL v0 "v0"
+{
+ "*:*" :: ""
+} 0
+
+restricted:
+CCTK_REAL amp "amp"
+{
+ "*:*" :: ""
+} 0
+
+restricted:
+CCTK_REAL uL0 "uL0"
+{
+ "*:*" :: ""
+} 0
+
+restricted:
+CCTK_REAL uR0 "uR0"
+{
+ "*:*" :: ""
+} 0
+
+restricted:
+CCTK_REAL alpha "alpha"
+{
+ "*:*" :: ""
+} 0
+
+restricted:
+CCTK_REAL hlleAlpha "hlleAlpha"
+{
+ "*:*" :: ""
+} 0
+
+private:
+KEYWORD initial_data "initial_data"
+{
+ "sine" :: "sine"
+ "shock" :: "shock"
+} "sine"
+
+restricted:
+CCTK_INT Burgers_MaxNumEvolvedVars "Number of evolved variables used by this thorn" ACCUMULATOR-BASE=MethodofLines::MoL_Num_Evolved_Vars STEERABLE=RECOVER
+{
+ 1:1 :: "Number of evolved variables used by this thorn"
+} 1
+
+restricted:
+CCTK_INT timelevels "Number of active timelevels" STEERABLE=RECOVER
+{
+ 0:3 :: ""
+} 3
+
+restricted:
+CCTK_INT rhs_timelevels "Number of active RHS timelevels" STEERABLE=RECOVER
+{
+ 0:3 :: ""
+} 1
+
+restricted:
+CCTK_INT burgers_initial_sine_calc_every "burgers_initial_sine_calc_every" STEERABLE=ALWAYS
+{
+ *:* :: ""
+} 1
+
+restricted:
+CCTK_INT burgers_initial_shock_calc_every "burgers_initial_shock_calc_every" STEERABLE=ALWAYS
+{
+ *:* :: ""
+} 1
+
+restricted:
+CCTK_INT burgers_zero_rhs_calc_every "burgers_zero_rhs_calc_every" STEERABLE=ALWAYS
+{
+ *:* :: ""
+} 1
+
+restricted:
+CCTK_INT burgers_reconstruct_1_calc_every "burgers_reconstruct_1_calc_every" STEERABLE=ALWAYS
+{
+ *:* :: ""
+} 1
+
+restricted:
+CCTK_INT burgers_flux_1_calc_every "burgers_flux_1_calc_every" STEERABLE=ALWAYS
+{
+ *:* :: ""
+} 1
+
+restricted:
+CCTK_INT burgers_rhs_1_calc_every "burgers_rhs_1_calc_every" STEERABLE=ALWAYS
+{
+ *:* :: ""
+} 1
+
+restricted:
+CCTK_INT burgers_initial_sine_calc_offset "burgers_initial_sine_calc_offset" STEERABLE=ALWAYS
+{
+ *:* :: ""
+} 0
+
+restricted:
+CCTK_INT burgers_initial_shock_calc_offset "burgers_initial_shock_calc_offset" STEERABLE=ALWAYS
+{
+ *:* :: ""
+} 0
+
+restricted:
+CCTK_INT burgers_zero_rhs_calc_offset "burgers_zero_rhs_calc_offset" STEERABLE=ALWAYS
+{
+ *:* :: ""
+} 0
+
+restricted:
+CCTK_INT burgers_reconstruct_1_calc_offset "burgers_reconstruct_1_calc_offset" STEERABLE=ALWAYS
+{
+ *:* :: ""
+} 0
+
+restricted:
+CCTK_INT burgers_flux_1_calc_offset "burgers_flux_1_calc_offset" STEERABLE=ALWAYS
+{
+ *:* :: ""
+} 0
+
+restricted:
+CCTK_INT burgers_rhs_1_calc_offset "burgers_rhs_1_calc_offset" STEERABLE=ALWAYS
+{
+ *:* :: ""
+} 0
+
+private:
+KEYWORD u_bound "Boundary condition to implement" STEERABLE=ALWAYS
+{
+ "flat" :: "Flat boundary condition"
+ "none" :: "No boundary condition"
+ "static" :: "Boundaries held fixed"
+ "radiative" :: "Radiation boundary condition"
+ "scalar" :: "Dirichlet boundary condition"
+ "newrad" :: "Improved radiative boundary condition"
+ "skip" :: "skip boundary condition code"
+} "skip"
+
+private:
+KEYWORD u_group_bound "Boundary condition to implement" STEERABLE=ALWAYS
+{
+ "flat" :: "Flat boundary condition"
+ "none" :: "No boundary condition"
+ "static" :: "Boundaries held fixed"
+ "radiative" :: "Radiation boundary condition"
+ "scalar" :: "Dirichlet boundary condition"
+ "newrad" :: "Improved radiative boundary condition"
+ "skip" :: "skip boundary condition code"
+} "none"
+
+private:
+CCTK_REAL u_bound_speed "characteristic speed at boundary" STEERABLE=ALWAYS
+{
+ "0:*" :: "outgoing characteristic speed > 0"
+} 1.
+
+private:
+CCTK_REAL u_group_bound_speed "characteristic speed at boundary" STEERABLE=ALWAYS
+{
+ "0:*" :: "outgoing characteristic speed > 0"
+} 1.
+
+private:
+CCTK_REAL u_bound_limit "limit value for r -> infinity" STEERABLE=ALWAYS
+{
+ "*:*" :: "value of limit value is unrestricted"
+} 0.
+
+private:
+CCTK_REAL u_group_bound_limit "limit value for r -> infinity" STEERABLE=ALWAYS
+{
+ "*:*" :: "value of limit value is unrestricted"
+} 0.
+
+private:
+CCTK_REAL u_bound_scalar "Dirichlet boundary value" STEERABLE=ALWAYS
+{
+ "*:*" :: "unrestricted"
+} 0.
+
+private:
+CCTK_REAL u_group_bound_scalar "Dirichlet boundary value" STEERABLE=ALWAYS
+{
+ "*:*" :: "unrestricted"
+} 0.
+