48 const dictionary& faceAreaWeightDict
51 faceAreaWeightModel(typeName, faceAreaWeightDict),
61 if (faceAreaFraction < lAF_)
65 else if (faceAreaFraction < uAF_)
67 return faceAreaFraction/((uAF_ - lAF_)) - lAF_/(uAF_ - lAF_);
piecewiseLinearRamp(const dictionary &faceAreaWeightDict)
Construct from components.
Macros for easy insertion into run-time selection tables.
stressControl lookup("compactNormalStress") >> compactNormalStress
bool readScalar(const char *buf, doubleScalar &s)
Read whole of buf as a scalar. Return true if succesful.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
virtual scalar faceAreaWeight(scalar faceAreaFraction) const
Return the faceAreaWeight.