Not inserting any particles. More...
#include <dsmc/NoInflow.H>
Not inserting any particles.
Definition at line 46 of file NoInflow.H.
Public Member Functions | |
TypeName ("NoInflow") | |
Runtime type information. | |
NoInflow (const dictionary &dict, CloudType &cloud) | |
Construct from dictionary. | |
virtual | ~NoInflow () |
virtual void | inflow () |
Introduce particles (none in this case) | |
![]() | |
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. |
Additional Inherited Members | |
![]() | |
static autoPtr < InflowBoundaryModel < CloudType > > | New (const dictionary &dict, CloudType &owner) |
Selector. |
NoInflow | ( | const dictionary & | dict, |
CloudType & | cloud | ||
) |
Construct from dictionary.
Definition at line 32 of file NoInflow.C.
|
virtual |
Definition at line 44 of file NoInflow.C.
TypeName | ( | "NoInflow< CloudType >" | ) |
Runtime type information.
|
virtual |
Introduce particles (none in this case)
Implements InflowBoundaryModel< CloudType >.
Definition at line 51 of file NoInflow.C.