Place holder for 'none' option. More...
#include <lagrangianIntermediate/NoDispersion.H>
Place holder for 'none' option.
Definition at line 47 of file NoDispersion.H.
Public Member Functions | |
TypeName ("none") | |
Runtime type information. | |
NoDispersion (const dictionary &dict, CloudType &owner) | |
Construct from components. | |
virtual | ~NoDispersion () |
Destructor. | |
virtual bool | active () const |
Flag to indicate whether model activates injection model. | |
virtual void | cacheFields (const bool store) |
Cache carrier fields. | |
virtual vector | update (const scalar dt, const label celli, const vector &U, const vector &Uc, vector &UTurb, scalar &tTurb) |
Update (disperse particles) | |
![]() | |
TypeName ("DispersionModel") | |
Runtime type information. | |
declareRunTimeSelectionTable (autoPtr, DispersionModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner)) | |
DispersionModel (CloudType &owner) | |
Construct null from owner. | |
DispersionModel (const dictionary &dict, CloudType &owner) | |
Construct from components. | |
virtual | ~DispersionModel () |
Destructor. | |
const CloudType & | owner () const |
Return the owner cloud object. | |
CloudType & | owner () |
Return the owner cloud object. | |
const dictionary & | dict () const |
Return the dictionary. |
Additional Inherited Members | |
![]() | |
static autoPtr < DispersionModel< CloudType > > | New (const dictionary &dict, CloudType &owner) |
Selector. |
NoDispersion | ( | const dictionary & | dict, |
CloudType & | owner | ||
) |
Construct from components.
Definition at line 32 of file NoDispersion.C.
|
virtual |
Destructor.
Definition at line 44 of file NoDispersion.C.
TypeName | ( | "none" | ) |
Runtime type information.
|
virtual |
Flag to indicate whether model activates injection model.
Implements DispersionModel< CloudType >.
Definition at line 51 of file NoDispersion.C.
|
virtual |
Cache carrier fields.
Implements DispersionModel< CloudType >.
Definition at line 58 of file NoDispersion.C.
|
virtual |
Update (disperse particles)
Implements DispersionModel< CloudType >.
Definition at line 66 of file NoDispersion.C.