Skip to content

Commit acefa7c

Browse files
gnorman7pcarruscag
andauthored
Update _docs_v7/Slope-Limiters-and-Shock-Resolution.md
Co-authored-by: Pedro Gomes <38071223+pcarruscag@users.noreply.github.com>
1 parent 89471a9 commit acefa7c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

_docs_v7/Slope-Limiters-and-Shock-Resolution.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@ The default limiter is `VENKATAKRISHNAN`.
121121
### Limiter Parameters and Further Details
122122

123123
The `VENKAT_LIMITER_COEFF` parameter is generally a small constant, defaulting to $$0.05$$, but its specific definition depends on the limiter being used.
124-
This is different than the small constant used to prevent division by zero, which is used in all these limiters.
125-
<!-- ^ I'm refering to: `static Type epsilon() {return std::numeric_limits<passivedouble>::epsilon();}` in CLimiterDetails.hpp -->
126124

127125
For the `VENKATAKRISHNAN`, `SHARP_EDGES`, and `WALL_DISTANCE` limiters, the `VENKAT_LIMITER_COEFF` parameter refers to $$K$$ in $$\epsilon^2=\left(K\bar{\Delta} \right)^3$$, where $$\bar{\Delta}$$ is an average grid size.
128126
The $$K$$ parameter defines a threshold, below which oscillations are not damped by the limiter, as described by [Venkatakrishnan](https://doi.org/10.1006/jcph.1995.1084).

0 commit comments

Comments
 (0)