Dummy devolatilisation model for 'none'. More...
Public Member Functions | |
TypeName ("none") | |
Runtime type information. More... | |
NoDevolatilisation (const dictionary &, CloudType &owner) | |
Construct from dictionary. More... | |
NoDevolatilisation (const NoDevolatilisation< CloudType > &dm) | |
Construct copy. More... | |
virtual autoPtr< DevolatilisationModel< CloudType > > | clone () const |
Construct and return a clone. More... | |
virtual | ~NoDevolatilisation () |
Destructor. More... | |
virtual bool | active () const |
Flag to indicate whether model activates devolatilisation model. More... | |
virtual void | calculate (const scalar dt, const scalar age, const scalar mass0, const scalar mass, const scalar T, const scalarField &YGasEff, const scalarField &YLiquidEff, const scalarField &YSolidEff, label &canCombust, scalarField &dMassDV) const |
Update model. More... | |
![]() | |
TypeName ("devolatilisationModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, DevolatilisationModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner)) | |
Declare runtime constructor selection table. More... | |
DevolatilisationModel (CloudType &owner) | |
Construct null from owner. More... | |
DevolatilisationModel (const dictionary &dict, CloudType &owner, const word &type) | |
Construct from dictionary. More... | |
DevolatilisationModel (const DevolatilisationModel< CloudType > &dm) | |
Construct copy. More... | |
virtual autoPtr< DevolatilisationModel< CloudType > > | clone () const=0 |
Construct and return a clone. More... | |
virtual | ~DevolatilisationModel () |
Destructor. More... | |
void | addToDevolatilisationMass (const scalar dMass) |
Add to devolatilisation mass. More... | |
virtual void | info (Ostream &os) |
Write injection info to stream. More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< DevolatilisationModel< CloudType > > | New (const dictionary &dict, CloudType &owner) |
Selector. More... | |
![]() | |
scalar | dMass_ |
Mass of lagrangian phase converted. More... | |
Dummy devolatilisation model for 'none'.
Definition at line 45 of file NoDevolatilisation.H.
NoDevolatilisation | ( | const dictionary & | , |
CloudType & | owner | ||
) |
Construct from dictionary.
Definition at line 32 of file NoDevolatilisation.C.
NoDevolatilisation | ( | const NoDevolatilisation< CloudType > & | dm | ) |
Construct copy.
Definition at line 43 of file NoDevolatilisation.C.
|
virtual |
Destructor.
Definition at line 54 of file NoDevolatilisation.C.
TypeName | ( | "none" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Definition at line 65 of file NoDevolatilisation.H.
|
virtual |
Flag to indicate whether model activates devolatilisation model.
Definition at line 61 of file NoDevolatilisation.C.
|
virtual |
Update model.
Implements DevolatilisationModel< CloudType >.
Definition at line 69 of file NoDevolatilisation.C.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.