Go to the documentation of this file.
38 #ifndef faceAreaWeightModel_H
39 #define faceAreaWeightModel_H
virtual scalar faceAreaWeight(scalar faceAreaFraction) const =0
Return the current faceAreaWeight coefficient.
const dictionary & coeffDict() const
Const access to the coeffs dictionary.
A class for handling words, derived from string.
void operator=(const faceAreaWeightModel &)
Disallow default bitwise assignment.
declareRunTimeSelectionTable(autoPtr, faceAreaWeightModel, dictionary,(const dictionary &faceAreaWeightDict),(faceAreaWeightDict))
Abstract base class for providing faceAreaWeight values to the cell motion controller based on an arg...
static autoPtr< faceAreaWeightModel > New(const dictionary &faceAreaWeightDict)
Return a reference to the selected faceAreaWeightModel.
TypeName("faceAreaWeightModel")
Runtime type information.
dictionary coeffDict_
Method coeffs dictionary.
virtual ~faceAreaWeightModel()
Destructor.
A list of keyword definitions, which are a keyword followed by any number of values (e....
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Macros to ease declaration of run-time selection tables.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
faceAreaWeightModel(const faceAreaWeightModel &)
Disallow default bitwise copy construct.