Go to the documentation of this file.
68 <<
"coefficient = " << k_
69 <<
" should be >= 0 and <= 1"
75 k_ =
max(k_/2.0, SMALL);
93 scalar gradf = (phiN - phiP)/magd;
100 gradcf = dHat & gradcP;
105 gradcf = dHat & gradcN;
112 scalar phict = 1 - 0.5*gradf/gradcf;
Class with operator() which returns the weighting factors for the Gamma differencing scheme....
label min(const labelHashSet &set, label minValue=labelMax)
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
tmp< DimensionedField< scalar, GeoMesh > > stabilise(const DimensionedField< scalar, GeoMesh > &dsf, const dimensioned< scalar > &ds)
label max(const labelHashSet &set, label maxValue=labelMin)
errorManipArg< error, int > exit(error &err, const int errNo=1)
dimensioned< typename typeOfMag< Type >::type > mag(const dimensioned< Type > &dt)
scalar weight(scalar cdWeight, scalar faceFlux, scalar phiP, scalar phiN, const vector &gradcP, const vector &gradcN, const vector &d) const
#define FatalIOErrorInFunction(ios)
tmp< areaScalarField > limiter(const areaScalarField &phi)