Reversing the wall-normal component of the particle velocity. More...
Public Member Functions | |
TypeName ("SpecularReflection") | |
Runtime type information. More... | |
SpecularReflection (const dictionary &dict, CloudType &cloud) | |
Construct from dictionary. More... | |
virtual | ~SpecularReflection () |
Destructor. More... | |
virtual void | correct (typename CloudType::parcelType &p) |
Apply wall correction. More... | |
Public Member Functions inherited from WallInteractionModel< CloudType > | |
TypeName ("WallInteractionModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, WallInteractionModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner)) | |
Declare runtime constructor selection table. More... | |
WallInteractionModel (CloudType &owner) | |
Construct null from owner. More... | |
WallInteractionModel (const dictionary &dict, CloudType &owner, const word &type) | |
Construct from components. More... | |
virtual | ~WallInteractionModel () |
Destructor. More... | |
const CloudType & | owner () const |
Return the owner cloud object. More... | |
CloudType & | owner () |
Return non-const access to the owner cloud object. More... | |
const dictionary & | dict () const |
Return the dictionary. More... | |
const dictionary & | coeffDict () const |
Return the coefficients dictionary. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from WallInteractionModel< CloudType > | |
static autoPtr< WallInteractionModel< CloudType > > | New (const dictionary &dict, CloudType &owner) |
Selector. More... | |
Reversing the wall-normal component of the particle velocity.
Definition at line 45 of file SpecularReflection.H.
SpecularReflection | ( | const dictionary & | dict, |
CloudType & | cloud | ||
) |
Construct from dictionary.
Definition at line 34 of file SpecularReflection.C.
|
virtual |
Destructor.
Definition at line 46 of file SpecularReflection.C.
References SpecularReflection< CloudType >::correct().
TypeName | ( | "SpecularReflection< CloudType >" | ) |
Runtime type information.
|
virtual |
Apply wall correction.
Implements WallInteractionModel< CloudType >.
Definition at line 54 of file SpecularReflection.C.
Referenced by SpecularReflection< CloudType >::~SpecularReflection().