Dummy devolatilisation model for 'none'. More...
#include <lagrangianIntermediate/NoDevolatilisation.H>
Dummy devolatilisation model for 'none'.
Definition at line 46 of file NoDevolatilisation.H.
Inheritance diagram for NoDevolatilisation< CloudType >:
Collaboration diagram for NoDevolatilisation< CloudType >: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. | |
Public Member Functions inherited from DevolatilisationModel< CloudType > | |
| 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 Public Member Functions inherited from DevolatilisationModel< CloudType > | |
| static autoPtr < DevolatilisationModel < CloudType > > | New (const dictionary &dict, CloudType &owner) |
| Selector. | |
Protected Attributes inherited from DevolatilisationModel< CloudType > | |
| 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.