Public Member Functions | |
TypeName ("none") | |
Runtime type information. More... | |
noWallDamping (const dictionary &dict, const phasePair &pair) | |
Construct from components. More... | |
virtual | ~noWallDamping () |
Destructor. More... | |
virtual tmp< volScalarField > | damp (const tmp< volScalarField > &) const |
Return damped coefficient. More... | |
virtual tmp< volVectorField > | damp (const tmp< volVectorField > &) const |
Return damped force. More... | |
virtual tmp< surfaceScalarField > | damp (const tmp< surfaceScalarField > &) const |
Return damped face force. More... | |
Public Member Functions inherited from wallDampingModel | |
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... | |
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 |
Additional Inherited Members | |
Static Public Member Functions inherited from wallDampingModel | |
static autoPtr< wallDampingModel > | New (const dictionary &dict, const phasePair &pair) |
Static Public Attributes inherited from wallDampingModel | |
static const dimensionSet | dimF |
Coefficient dimensions. More... | |
Protected Attributes inherited from wallDampingModel | |
const phasePair & | pair_ |
Phase pair. More... | |
noWallDamping | ( | const dictionary & | dict, |
const phasePair & | pair | ||
) |
Construct from components.
|
virtual |
Destructor.
TypeName | ( | "none" | ) |
Runtime type information.
|
virtual |
Return damped coefficient.
Implements wallDampingModel.
|
virtual |
Return damped force.
Implements wallDampingModel.
|
virtual |
Return damped face force.
Implements wallDampingModel.