Wall interaction setting microscopic velocity to a random one drawn from a Maxwellian distribution corresponding to a specified temperature. More...
#include <MaxwellianThermal.H>


Public Member Functions | |
| TypeName ("MaxwellianThermal") | |
| Runtime type information. | |
| MaxwellianThermal (const dictionary &dict, CloudType &cloud) | |
| Construct from dictionary. | |
| virtual | ~MaxwellianThermal () |
| Destructor. | |
| virtual void | correct (typename CloudType::parcelType &p) |
| Apply wall correction. | |
| Public Member Functions inherited from WallInteractionModel< CloudType > | |
| TypeName ("WallInteractionModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, WallInteractionModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner)) | |
| Declare runtime constructor selection table. | |
| WallInteractionModel (CloudType &owner) | |
| Construct null from owner. | |
| WallInteractionModel (const dictionary &dict, CloudType &owner, const word &type) | |
| Construct from components. | |
| virtual | ~WallInteractionModel () |
| Destructor. | |
| 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 Public Member Functions inherited from WallInteractionModel< CloudType > | |
| static autoPtr< WallInteractionModel< CloudType > > | New (const dictionary &dict, CloudType &owner) |
| Selector. | |
Wall interaction setting microscopic velocity to a random one drawn from a Maxwellian distribution corresponding to a specified temperature.
Definition at line 43 of file MaxwellianThermal.H.
| MaxwellianThermal | ( | const dictionary & | dict, |
| CloudType & | cloud ) |
Construct from dictionary.
Definition at line 29 of file MaxwellianThermal.C.
References WallInteractionModel< CloudType >::dict(), and WallInteractionModel< CloudType >::WallInteractionModel().

|
virtual |
Destructor.
Definition at line 42 of file MaxwellianThermal.C.
Runtime type information.
References WallInteractionModel< CloudType >::dict(), and p.

|
virtual |
Apply wall correction.
Implements WallInteractionModel< CloudType >.
Definition at line 49 of file MaxwellianThermal.C.
References Foam::constant::physicoChemical::k, Foam::log(), Foam::mag(), Foam::max(), WallInteractionModel< CloudType >::owner(), p, rndGen, Foam::sqrt(), Foam::T(), U, and polyPatch::whichFace().
