Wall interaction setting microscopic velocity to a random one drawn from a Maxwellian distribution corresponding to a specified temperature. More...
#include <dsmc/MaxwellianThermal.H>
Wall interaction setting microscopic velocity to a random one drawn from a Maxwellian distribution corresponding to a specified temperature.
Definition at line 47 of file MaxwellianThermal.H.
Public Member Functions | |
TypeName ("MaxwellianThermal") | |
Runtime type information. | |
MaxwellianThermal (const dictionary &dict, CloudType &cloud) | |
Construct from dictionary. | |
virtual | ~MaxwellianThermal () |
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. |
MaxwellianThermal | ( | const dictionary & | dict, |
CloudType & | cloud | ||
) |
Construct from dictionary.
Definition at line 32 of file MaxwellianThermal.C.
|
virtual |
Definition at line 44 of file MaxwellianThermal.C.
TypeName | ( | "MaxwellianThermal< CloudType >" | ) |
Runtime type information.
|
virtual |
Apply wall correction.
Implements WallInteractionModel< CloudType >.
Definition at line 52 of file MaxwellianThermal.C.
References polyPatch::faceAreas(), patchIdentifier::index(), Foam::log(), Foam::mag(), Foam::max(), Foam::sqrt(), T, polyPatch::whichFace(), Vector< Cmpt >::x(), Vector< Cmpt >::y(), and Vector< Cmpt >::z().