Templated wall interaction model class. More...
#include <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 (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. | |
| virtual void | correct (typename CloudType::parcelType &p)=0 |
| Apply wall correction. | |
Static Public Member Functions | |
| static autoPtr< WallInteractionModel< CloudType > > | New (const dictionary &dict, CloudType &owner) |
| Selector. | |
Templated wall interaction model class.
Definition at line 50 of file WallInteractionModel.H.
Construct null from owner.
Definition at line 27 of file WallInteractionModel.C.
References owner().
Referenced by declareRunTimeSelectionTable(), MaxwellianThermal< CloudType >::MaxwellianThermal(), MixedDiffuseSpecular< CloudType >::MixedDiffuseSpecular(), and SpecularReflection< CloudType >::SpecularReflection().


| WallInteractionModel | ( | const dictionary & | dict, |
| CloudType & | owner, | ||
| const word & | type ) |
Construct from components.
Definition at line 36 of file WallInteractionModel.C.
References dict(), and owner().

|
virtual |
Destructor.
Definition at line 52 of file WallInteractionModel.C.
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| WallInteractionModel< CloudType > | , | ||
| dictionary | , | ||
| (const dictionary &dict, CloudType &owner) | , | ||
| (dict, owner) | ) |
Declare runtime constructor selection table.
References dict(), owner(), and WallInteractionModel().

|
static |
Selector.
Definition at line 28 of file WallInteractionModelNew.C.
References dict(), Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInLookup, Foam::Info, and owner().

Return the owner cloud object.
Definition at line 59 of file WallInteractionModel.C.
Referenced by MaxwellianThermal< CloudType >::correct(), MixedDiffuseSpecular< CloudType >::correct(), declareRunTimeSelectionTable(), New(), WallInteractionModel(), and WallInteractionModel().

Return non-const access to the owner cloud object.
Definition at line 66 of file WallInteractionModel.C.
| const Foam::dictionary & dict | ( | ) | const |
Return the dictionary.
Definition at line 73 of file WallInteractionModel.C.
Referenced by declareRunTimeSelectionTable(), MaxwellianThermal< CloudType >::MaxwellianThermal(), MixedDiffuseSpecular< CloudType >::MixedDiffuseSpecular(), New(), SpecularReflection< CloudType >::SpecularReflection(), MaxwellianThermal< CloudType >::TypeName(), MixedDiffuseSpecular< CloudType >::TypeName(), SpecularReflection< CloudType >::TypeName(), and WallInteractionModel().

| const Foam::dictionary & coeffDict | ( | ) | const |
Return the coefficients dictionary.
Definition at line 81 of file WallInteractionModel.C.
Referenced by MixedDiffuseSpecular< CloudType >::MixedDiffuseSpecular().

|
pure virtual |
Apply wall correction.
Implemented in MaxwellianThermal< CloudType >, MixedDiffuseSpecular< CloudType >, and SpecularReflection< CloudType >.
References p.