Go to the documentation of this file.
40 #ifndef faceLimitedGrad_H
41 #define faceLimitedGrad_H
77 const scalar maxDelta,
78 const scalar minDelta,
79 const scalar extrapolate
105 if (k_ < 0 || k_ > 1)
109 "faceLimitedGrad(const fvMesh&, Istream& schemeData)",
111 ) <<
"coefficient = " << k_
112 <<
" should be >= 0 and <= 1"