

Public Member Functions | |
| TypeName ("sine") | |
| Runtime type information. More... | |
| sine (const dictionary &dict, const phaseInterface &interface) | |
| Construct from a dictionary and an interface. More... | |
| virtual | ~sine () |
| Destructor. More... | |
Public Member Functions inherited from wallDampingModel | |
| TypeName ("wallDampingModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, wallDampingModel, dictionary,(const dictionary &dict, const phaseInterface &interface),(dict, interface)) | |
| wallDampingModel (const dictionary &dict, const phaseInterface &interface) | |
| Construct from a dictionary and an interface. More... | |
| virtual | ~wallDampingModel () |
| Destructor. More... | |
| virtual tmp< volScalarField > | damping () const |
| Return damped coefficient. More... | |
| virtual tmp< surfaceScalarField > | dampingf () const |
| Return damped face coefficient. More... | |
Public Member Functions inherited from wallDependentModel | |
| wallDependentModel (const fvMesh &mesh) | |
| Construct from a mesh. More... | |
| wallDependentModel (const wallDependentModel &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~wallDependentModel () |
| Destructor. More... | |
| const volScalarField & | yWall () const |
| Return the wall distance, creating and storing it if necessary. More... | |
| const volVectorField & | nWall () const |
| Return the wall normal, creating and storing it if necessary. More... | |
| void | operator= (const wallDependentModel &)=delete |
| Disallow default bitwise assignment. More... | |
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 phaseInterface &interface) |
Protected Attributes inherited from wallDampingModel | |
| const dispersedPhaseInterface | interface_ |
| Interface. More... | |
| const dimensionedScalar | Cd_ |
| Diameter coefficient. More... | |
| const dimensionedScalar | zeroWallDist_ |
| Distance from wall below which the field is damped to zero. More... | |
| const Switch | zeroInNearWallCells_ |
| Set the value to zero in wall-adjacent cells. More... | |
| sine | ( | const dictionary & | dict, |
| const phaseInterface & | interface | ||
| ) |
Construct from a dictionary and an interface.
Definition at line 66 of file sineWallDamping.C.
|
virtual |
Destructor.
Definition at line 78 of file sineWallDamping.C.
|
protectedvirtual |
Return the force limiter field.
Implements wallDampingModel.
Definition at line 49 of file sineWallDamping.C.
References wallDampingModel::Cd_, phaseModel::d(), Foam::dimLength, dispersedPhaseInterface::dispersed(), wallDampingModel::interface_, Foam::max(), Foam::min(), Foam::constant::mathematical::piByTwo(), Foam::sin(), wallDependentModel::yWall(), and wallDampingModel::zeroWallDist_.

| TypeName | ( | "sine" | ) |
Runtime type information.