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