aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 0ce2894..75f26c2 100644
--- a/param.ccl
+++ b/param.ccl
@@ -218,6 +218,11 @@ real enhanced_ppm_C3 "Parameter for enhancecd ppm limiter. Default from McCorquo
0:* :: "must be greater than 0."
} 0.1
+real enhanced_ppm_C4 "Parameter for enhancecd ppm limiter. This is for the additional velocity limiter" STEERABLE=ALWAYS
+{
+ 0:1 :: "must be greater than or equal to 0, and not larger than 1"
+} 0.0
+
int eno_order "The order of accuracy of the ENO reconstruction"
{