Templated inflow boundary model class. More...
#include <dsmc/InflowBoundaryModel.H>
Templated inflow boundary model class.
Definition at line 54 of file InflowBoundaryModel.H.
Public Member Functions | |
TypeName ("InflowBoundaryModel") | |
Runtime type information.
| |
declareRunTimeSelectionTable (autoPtr, InflowBoundaryModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner)) | |
Declare runtime constructor selection table.
| |
InflowBoundaryModel (const dictionary &dict, CloudType &owner, const word &type) | |
Construct from dictionary.
| |
virtual | ~InflowBoundaryModel () |
Destructor.
| |
const CloudType & | owner () const |
Return const access the owner cloud object.
| |
CloudType & | owner () |
Return non-const access the owner cloud object for manipulation.
| |
const dictionary & | dict () const |
Return the owner cloud dictionary.
| |
const dictionary & | coeffDict () const |
Return the coefficients dictionary.
| |
virtual void | inflow ()=0 |
Introduce particles.
| |
Static Public Member Functions | |
static autoPtr < InflowBoundaryModel < CloudType > > | New (const dictionary &dict, CloudType &owner) |
Selector.
|
InflowBoundaryModel | ( | const dictionary & | dict, |
CloudType & | owner, | ||
const word & | type | ||
) |
Construct from dictionary.
Definition at line 32 of file InflowBoundaryModel.C.
~InflowBoundaryModel | ( | ) | [virtual]
|
Destructor.
Definition at line 47 of file InflowBoundaryModel.C.
TypeName | ( | "InflowBoundaryModel< CloudType >" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
InflowBoundaryModel< CloudType > | , | ||
dictionary | , | ||
(const dictionary &dict, CloudType &owner) | , | ||
(dict, owner) | |||
) |
Declare runtime constructor selection table.
Foam::autoPtr< Foam::InflowBoundaryModel< CloudType > > New | ( | const dictionary & | dict, |
CloudType & | owner | ||
) | [static]
|
Selector.
Definition at line 33 of file NewInflowBoundaryModel.C.
References Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorIn, Foam::Info, dictionary::lookup(), and Foam::nl.
const CloudType & owner | ( | ) | const [inline]
|
Return const access the owner cloud object.
Definition at line 54 of file InflowBoundaryModel.C.
CloudType & owner | ( | ) | [inline]
|
Return non-const access the owner cloud object for manipulation.
Definition at line 61 of file InflowBoundaryModel.C.
const Foam::dictionary & dict | ( | ) | const [inline]
|
Return the owner cloud dictionary.
Definition at line 68 of file InflowBoundaryModel.C.
const Foam::dictionary & coeffDict | ( | ) | const [inline]
|
Return the coefficients dictionary.
Definition at line 75 of file InflowBoundaryModel.C.
virtual void inflow | ( | ) | [pure virtual]
|
Introduce particles.
Implemented in FreeStream< CloudType >, and NoInflow< CloudType >.