Public Member Functions | |
TypeName ("wallDampingModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, wallDampingModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair)) | |
wallDampingModel (const dictionary &dict, const phasePair &pair) | |
Construct from components. More... | |
virtual | ~wallDampingModel () |
Destructor. More... | |
virtual tmp< volScalarField > | damp (const tmp< volScalarField > &) const =0 |
Return damped coefficient. More... | |
virtual tmp< volVectorField > | damp (const tmp< volVectorField > &) const =0 |
Return damped force. More... | |
virtual tmp< surfaceScalarField > | damp (const tmp< surfaceScalarField > &) const =0 |
Return damped face force. More... | |
Public Member Functions inherited from wallDependentModel | |
wallDependentModel (const fvMesh &mesh) | |
Construct from a mesh. More... | |
virtual | ~wallDependentModel () |
Destructor. More... | |
const volScalarField & | yWall () const |
const volVectorField & | nWall () const |
wallDependentModel (const fvMesh &mesh) | |
Construct from a mesh. More... | |
virtual | ~wallDependentModel () |
Destructor. More... | |
const volScalarField & | yWall () const |
const volVectorField & | nWall () const |
Static Public Member Functions | |
static autoPtr< wallDampingModel > | New (const dictionary &dict, const phasePair &pair) |
Static Public Attributes | |
static const dimensionSet | dimF |
Coefficient dimensions. More... | |
Protected Attributes | |
const phasePair & | pair_ |
Phase pair. More... | |
Definition at line 53 of file wallDampingModel.H.
wallDampingModel | ( | const dictionary & | dict, |
const phasePair & | pair | ||
) |
Construct from components.
|
virtual |
Destructor.
TypeName | ( | "wallDampingModel" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
wallDampingModel | , | ||
dictionary | , | ||
(const dictionary &dict, const phasePair &pair) | , | ||
(dict, pair) | |||
) |
|
static |
|
pure virtual |
Return damped coefficient.
Implemented in interpolated, and noWallDamping.
|
pure virtual |
Return damped force.
Implemented in interpolated, and noWallDamping.
|
pure virtual |
Return damped face force.
Implemented in interpolated, and noWallDamping.
|
protected |
Phase pair.
Definition at line 62 of file wallDampingModel.H.
|
static |
Coefficient dimensions.
Definition at line 89 of file wallDampingModel.H.