Templated wall interaction model class. More...
Public Member Functions | |
TypeName ("WallInteractionModel") | |
declareRunTimeSelectionTable (autoPtr, WallInteractionModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner)) | |
WallInteractionModel (CloudType &owner) | |
WallInteractionModel (const dictionary &dict, CloudType &owner, const word &type) | |
virtual | ~WallInteractionModel () |
const CloudType & | owner () const |
CloudType & | owner () |
const dictionary & | dict () const |
const dictionary & | coeffDict () const |
virtual void | correct (typename CloudType::parcelType &p)=0 |
Static Public Member Functions | |
static autoPtr< WallInteractionModel< CloudType > > | New (const dictionary &dict, CloudType &owner) |
Templated wall interaction model class.
Definition at line 57 of file DSMCCloud.H.
WallInteractionModel | ( | CloudType & | owner | ) |
Definition at line 27 of file WallInteractionModel.C.
WallInteractionModel | ( | const dictionary & | dict, |
CloudType & | owner, | ||
const word & | type | ||
) |
Definition at line 37 of file WallInteractionModel.C.
|
virtual |
Definition at line 52 of file WallInteractionModel.C.
TypeName | ( | "WallInteractionModel" | ) |
declareRunTimeSelectionTable | ( | autoPtr | , |
WallInteractionModel | , | ||
dictionary | , | ||
(const dictionary &dict, CloudType &owner) | , | ||
(dict, owner) | |||
) |
|
static |
Definition at line 29 of file WallInteractionModelNew.C.
const CloudType & owner | ( | ) | const |
Definition at line 59 of file WallInteractionModel.C.
CloudType & owner | ( | ) |
Definition at line 66 of file WallInteractionModel.C.
const Foam::dictionary & dict | ( | ) | const |
Definition at line 73 of file WallInteractionModel.C.
const Foam::dictionary & coeffDict | ( | ) | const |
Definition at line 81 of file WallInteractionModel.C.
|
pure virtual |
Implemented in MixedDiffuseSpecular< CloudType >, MaxwellianThermal< CloudType >, and SpecularReflection< CloudType >.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.