Dummy devolatilisation model for 'none'. More...
#include <lagrangianIntermediate/NoDevolatilisation.H>
Dummy devolatilisation model for 'none'.
Definition at line 46 of file NoDevolatilisation.H.
Public Member Functions | |
TypeName ("none") | |
Runtime type information. | |
NoDevolatilisation (const dictionary &, CloudType &owner) | |
Construct from dictionary. | |
virtual | ~NoDevolatilisation () |
Destructor. | |
virtual bool | active () const |
Flag to indicate whether model activates devolatilisation model. | |
virtual scalar | calculate (const scalar, const scalar, const scalar, const scalar, const scalar, const scalar, bool &) const |
Update model. | |
![]() | |
TypeName ("DevolatilisationModel") | |
Runtime type information. | |
declareRunTimeSelectionTable (autoPtr, DevolatilisationModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner)) | |
Declare runtime constructor selection table. | |
DevolatilisationModel (CloudType &owner) | |
Construct null from owner. | |
DevolatilisationModel (const dictionary &dict, CloudType &owner, const word &type) | |
Construct from dictionary. | |
virtual | ~DevolatilisationModel () |
Destructor. | |
const CloudType & | owner () const |
Return the owner cloud object. | |
const dictionary & | dict () const |
Return the cloud dictionary. | |
const dictionary & | coeffDict () const |
Return the coefficient dictionary. |
Additional Inherited Members | |
![]() | |
static autoPtr < DevolatilisationModel < CloudType > > | New (const dictionary &dict, CloudType &owner) |
Selector. | |
![]() | |
const dictionary & | dict_ |
The cloud dictionary. | |
CloudType & | owner_ |
Reference to the owner cloud class. | |
const dictionary | coeffDict_ |
The coefficient dictionary. |
NoDevolatilisation | ( | const dictionary & | , |
CloudType & | owner | ||
) |
Construct from dictionary.
Definition at line 32 of file NoDevolatilisation.C.
|
virtual |
Destructor.
Definition at line 44 of file NoDevolatilisation.C.
TypeName | ( | "none" | ) |
Runtime type information.
|
virtual |
Flag to indicate whether model activates devolatilisation model.
Implements DevolatilisationModel< CloudType >.
Definition at line 51 of file NoDevolatilisation.C.
|
virtual |
Update model.
Implements DevolatilisationModel< CloudType >.
Definition at line 59 of file NoDevolatilisation.C.