Reversing the wall-normal component of the particle velocity. More...
#include <dsmc/SpecularReflection.H>
Reversing the wall-normal component of the particle velocity.
Definition at line 46 of file SpecularReflection.H.
Public Member Functions | |
TypeName ("SpecularReflection") | |
Runtime type information. | |
SpecularReflection (const dictionary &dict, CloudType &cloud) | |
Construct from dictionary. | |
virtual | ~SpecularReflection () |
virtual void | correct (const wallPolyPatch &wpp, const label faceId, vector &U, scalar &Ei, label typeId) |
Apply wall correction. | |
![]() | |
TypeName ("WallInteractionModel") | |
Runtime type information. | |
declareRunTimeSelectionTable (autoPtr, WallInteractionModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner)) | |
Declare runtime constructor selection table. | |
WallInteractionModel (const dictionary &dict, CloudType &owner, const word &type) | |
Construct from components. | |
virtual | ~WallInteractionModel () |
const CloudType & | owner () const |
Return the owner cloud object. | |
CloudType & | owner () |
Return non-const access to the owner cloud object. | |
const dictionary & | dict () const |
Return the dictionary. | |
const dictionary & | coeffDict () const |
Return the coefficients dictionary. |
Additional Inherited Members | |
![]() | |
static autoPtr < WallInteractionModel < CloudType > > | New (const dictionary &dict, CloudType &owner) |
Selector. |
SpecularReflection | ( | const dictionary & | dict, |
CloudType & | cloud | ||
) |
Construct from dictionary.
Definition at line 34 of file SpecularReflection.C.
|
virtual |
Definition at line 46 of file SpecularReflection.C.
TypeName | ( | "SpecularReflection< CloudType >" | ) |
Runtime type information.
|
virtual |
Apply wall correction.
Implements WallInteractionModel< CloudType >.
Definition at line 54 of file SpecularReflection.C.
References polyPatch::faceAreas(), Foam::mag(), and polyPatch::whichFace().