Go to the documentation of this file.
40 #ifndef faceAreaWeightModel_H
41 #define faceAreaWeightModel_H
virtual scalar faceAreaWeight(scalar faceAreaFraction) const =0
faceAreaWeightModel(const faceAreaWeightModel &)=delete
const dictionary & coeffDict() const
A class for handling words, derived from Foam::string.
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)
TypeName("faceAreaWeightModel")
virtual ~faceAreaWeightModel()=default
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Macros to ease declaration of run-time selection tables.
fileName::Type type(const fileName &name, const bool followLink=true)
void operator=(const faceAreaWeightModel &)=delete