

Public Member Functions | |
| TypeName ("linear") | |
| Runtime type information. More... | |
| linear (const dictionary &dict, const phasePair &pair) | |
| Construct from components. More... | |
| virtual | ~linear () |
| Destructor. More... | |
Public Member Functions inherited from interpolated | |
| TypeName ("interpolated") | |
| Runtime type information. More... | |
| interpolated (const dictionary &dict, const phasePair &pair) | |
| Construct from components. More... | |
| virtual | ~interpolated () |
| 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 |
Protected Member Functions | |
| virtual tmp< volScalarField > | limiter () const |
| Return the force limiter field. More... | |
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... | |
Definition at line 52 of file linearWallDamping.H.
| linear | ( | const dictionary & | dict, |
| const phasePair & | pair | ||
| ) |
Construct from components.
|
virtual |
Destructor.
|
protectedvirtual |
Return the force limiter field.
Implements interpolated.
| TypeName | ( | "linear" | ) |
Runtime type information.
1.8.13