#include <wallDampingModel.H>


Public Member Functions | |
| 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. | |
| virtual tmp< volScalarField > | damp (const tmp< volScalarField > &) const =0 |
| Return damped coefficient. | |
| virtual tmp< volVectorField > | damp (const tmp< volVectorField > &) const =0 |
| Return damped force. | |
| virtual tmp< surfaceScalarField > | damp (const tmp< surfaceScalarField > &) const =0 |
| Return damped face force. | |
| 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 |
Static Public Member Functions | |
| static autoPtr< wallDampingModel > | New (const dictionary &dict, const phasePair &pair) |
Static Public Attributes | |
| static const dimensionSet | dimF |
| Coefficient dimensions. | |
Protected Attributes | |
| const phasePair & | pair_ |
| Phase pair. | |
Definition at line 52 of file wallDampingModel.H.
| wallDampingModel | ( | const dictionary & | dict, |
| const phasePair & | pair ) |
Construct from components.
Definition at line 38 of file wallDampingModel.C.
References dict, mesh, pair_, and phase1.
Referenced by declareRunTimeSelectionTable(), interpolated::interpolated(), and noWallDamping::noWallDamping().

|
virtualdefault |
Destructor.
References dict.
| TypeName | ( | "wallDampingModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| wallDampingModel | , | ||
| dictionary | , | ||
| (const dictionary &dict, const phasePair &pair) | , | ||
| (dict, pair) | ) |
|
static |
Definition at line 52 of file wallDampingModel.C.
References Foam::abort(), dict, Foam::endl(), Foam::FatalIOError, FatalIOErrorInLookup, and Foam::Info.

|
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 63 of file wallDampingModel.H.
Referenced by cosine::limiter(), linear::limiter(), sine::limiter(), and wallDampingModel().
|
static |
Coefficient dimensions.
Definition at line 94 of file wallDampingModel.H.