#include <noWallDamping.H>


Public Member Functions | |
| TypeName ("none") | |
| Runtime type information. | |
| noWallDamping (const dictionary &dict, const phasePair &pair) | |
| Construct from components. | |
| virtual | ~noWallDamping () |
| Destructor. | |
| virtual tmp< volScalarField > | damp (const tmp< volScalarField > &) const |
| Return damped coefficient. | |
| virtual tmp< volVectorField > | damp (const tmp< volVectorField > &) const |
| Return damped force. | |
| virtual tmp< surfaceScalarField > | damp (const tmp< surfaceScalarField > &) const |
| Return damped face force. | |
| Public Member Functions inherited from wallDampingModel | |
| TypeName ("wallDampingModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, wallDampingModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair)) | |
| wallDampingModel (const dictionary &dict, const phasePair &pair) | |
| Construct from components. | |
| virtual | ~wallDampingModel ()=default |
| Destructor. | |
| Public Member Functions inherited from wallDependentModel | |
| wallDependentModel (const fvMesh &mesh) | |
| Construct from a mesh. | |
| virtual | ~wallDependentModel () |
| Destructor. | |
| const volScalarField & | yWall () const |
| const volVectorField & | nWall () const |
| wallDependentModel (const fvMesh &mesh) | |
| Construct from a mesh. | |
| virtual | ~wallDependentModel () |
| Destructor. | |
| 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. | |
| Protected Attributes inherited from wallDampingModel | |
| const phasePair & | pair_ |
| Phase pair. | |
| noWallDamping | ( | const dictionary & | dict, |
| const phasePair & | pair ) |
Construct from components.
Definition at line 44 of file noWallDamping.C.
References dict, and wallDampingModel::wallDampingModel().

|
virtual |
Destructor.
Definition at line 56 of file noWallDamping.C.
| TypeName | ( | "none" | ) |
Runtime type information.
References dict.
|
virtual |
Return damped coefficient.
Implements wallDampingModel.
Definition at line 63 of file noWallDamping.C.
|
virtual |
Return damped force.
Implements wallDampingModel.
Definition at line 73 of file noWallDamping.C.
References F().

|
virtual |
Return damped face force.
Implements wallDampingModel.
Definition at line 83 of file noWallDamping.C.
References Ff().
