35 #ifndef wallDampingModel_H 36 #define wallDampingModel_H 40 #include "wallDependentModel.H" declareRunTimeSelectionTable(autoPtr, wallDampingModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual tmp< volScalarField > damp(const tmp< volScalarField > &) const =0
Return damped coefficient.
static const dimensionSet dimF
Coefficient dimensions.
Dimension set for the base types.
virtual ~wallDampingModel()
Destructor.
TypeName("wallDampingModel")
Runtime type information.
static autoPtr< wallDampingModel > New(const dictionary &dict, const phasePair &pair)
wallDampingModel(const dictionary &dict, const phasePair &pair)
Construct from components.
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.
A class for managing temporary objects.
const phasePair & pair_
Phase pair.
A class which provides on-demand creation and caching of wall distance and wall normal fields for use...