Templated wall interaction class. More...
#include <WallModel.H>

Public Member Functions | |
| TypeName ("wallModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, WallModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner)) | |
| Declare runtime constructor selection table. | |
| WallModel (const dictionary &dict, CloudType &owner, const word &type) | |
| Construct from components. | |
| virtual | ~WallModel () |
| 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 scalar | pREff (const typename CloudType::parcelType &p) const =0 |
| Return the effective radius for a particle for the model. | |
| virtual bool | controlsTimestep () const =0 |
| Whether the WallModel has a timestep limit that will. | |
| virtual label | nSubCycles () const =0 |
| For WallModels that control the timestep, calculate the. | |
| virtual void | evaluateWall (typename CloudType::parcelType &p, const List< point > &flatSitePoints, const List< WallSiteData< vector > > &flatSiteData, const List< point > &sharpSitePoints, const List< WallSiteData< vector > > &sharpSiteData) const =0 |
| Calculate the wall interaction for a parcel. | |
Static Public Member Functions | |
| static autoPtr< WallModel< CloudType > > | New (const dictionary &dict, CloudType &owner) |
| Selector. | |
Templated wall interaction class.
Definition at line 51 of file WallModel.H.
| WallModel | ( | const dictionary & | dict, |
| CloudType & | owner, | ||
| const word & | type ) |
Construct from components.
Definition at line 26 of file WallModel.C.
References dict(), and owner().
Referenced by declareRunTimeSelectionTable(), WallLocalSpringSliderDashpot< CloudType >::WallLocalSpringSliderDashpot(), and WallSpringSliderDashpot< CloudType >::WallSpringSliderDashpot().


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

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

Return the owner cloud object.
Definition at line 50 of file WallModel.C.
Referenced by declareRunTimeSelectionTable(), New(), WallLocalSpringSliderDashpot< CloudType >::nSubCycles(), WallSpringSliderDashpot< CloudType >::nSubCycles(), WallLocalSpringSliderDashpot< CloudType >::WallLocalSpringSliderDashpot(), WallModel(), and WallSpringSliderDashpot< CloudType >::WallSpringSliderDashpot().

Return non-const access to the owner cloud object.
Definition at line 58 of file WallModel.C.
| const Foam::dictionary & dict | ( | ) | const |
Return the dictionary.
Definition at line 65 of file WallModel.C.
Referenced by declareRunTimeSelectionTable(), New(), WallLocalSpringSliderDashpot< CloudType >::TypeName(), WallSpringSliderDashpot< CloudType >::TypeName(), WallLocalSpringSliderDashpot< CloudType >::WallLocalSpringSliderDashpot(), WallModel(), and WallSpringSliderDashpot< CloudType >::WallSpringSliderDashpot().

| const Foam::dictionary & coeffDict | ( | ) | const |
Return the coefficients dictionary.
Definition at line 73 of file WallModel.C.
Referenced by WallLocalSpringSliderDashpot< CloudType >::WallLocalSpringSliderDashpot(), and WallSpringSliderDashpot< CloudType >::WallSpringSliderDashpot().

|
pure virtual |
Return the effective radius for a particle for the model.
Implemented in WallLocalSpringSliderDashpot< CloudType >, and WallSpringSliderDashpot< CloudType >.
References p.
|
pure virtual |
Whether the WallModel has a timestep limit that will.
require subCycling
Implemented in WallLocalSpringSliderDashpot< CloudType >, and WallSpringSliderDashpot< CloudType >.
|
pure virtual |
For WallModels that control the timestep, calculate the.
number of subCycles needed to satisfy the minimum allowable timestep
Implemented in WallLocalSpringSliderDashpot< CloudType >, and WallSpringSliderDashpot< CloudType >.
|
pure virtual |
Calculate the wall interaction for a parcel.
Implemented in WallLocalSpringSliderDashpot< CloudType >, and WallSpringSliderDashpot< CloudType >.
References p.