Templated wall interaction model class. More...
#include <dsmc/WallInteractionModel.H>
Templated wall interaction model class.
Definition at line 53 of file WallInteractionModel.H.
Public Member Functions | |
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.
| |
virtual void | correct (const wallPolyPatch &wpp, const label faceId, vector &U, scalar &Ei, label typeId)=0 |
Apply wall correction.
| |
Static Public Member Functions | |
static autoPtr < WallInteractionModel < CloudType > > | New (const dictionary &dict, CloudType &owner) |
Selector.
|
WallInteractionModel | ( | const dictionary & | dict, |
CloudType & | owner, | ||
const word & | type | ||
) |
Construct from components.
Definition at line 32 of file WallInteractionModel.C.
~WallInteractionModel | ( | ) | [virtual]
|
Definition at line 47 of file WallInteractionModel.C.
TypeName | ( | "WallInteractionModel< CloudType >" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
WallInteractionModel< CloudType > | , | ||
dictionary | , | ||
(const dictionary &dict, CloudType &owner) | , | ||
(dict, owner) | |||
) |
Declare runtime constructor selection table.
Foam::autoPtr< Foam::WallInteractionModel< CloudType > > New | ( | const dictionary & | dict, |
CloudType & | owner | ||
) | [static]
|
Selector.
Definition at line 33 of file NewWallInteractionModel.C.
References Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorIn, Foam::Info, dictionary::lookup(), and Foam::nl.
const CloudType & owner | ( | ) | const |
Return the owner cloud object.
Definition at line 54 of file WallInteractionModel.C.
CloudType & owner | ( | ) |
Return non-const access to the owner cloud object.
Definition at line 61 of file WallInteractionModel.C.
const Foam::dictionary & dict | ( | ) | const |
Return the dictionary.
Definition at line 68 of file WallInteractionModel.C.
const Foam::dictionary & coeffDict | ( | ) | const |
Return the coefficients dictionary.
Definition at line 76 of file WallInteractionModel.C.
virtual void correct | ( | const wallPolyPatch & | wpp, |
const label | faceId, | ||
vector & | U, | ||
scalar & | Ei, | ||
label | typeId | ||
) | [pure virtual]
|
Apply wall correction.
Implemented in MaxwellianThermal< CloudType >, MixedDiffuseSpecular< CloudType >, and SpecularReflection< CloudType >.