Go to the documentation of this file.
32 #ifndef NoDevolatilisation_H
33 #define NoDevolatilisation_H
45 template<
class CloudType>
82 virtual bool active()
const;
virtual ~NoDevolatilisation()
Destructor.
NoDevolatilisation(const dictionary &, CloudType &owner)
Construct from dictionary.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Pre-declare SubField and related Field type.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
Templated devolatilisation model class.
Templated base class for dsmc cloud.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual bool active() const
Flag to indicate whether model activates devolatilisation model.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual autoPtr< DevolatilisationModel< CloudType > > clone() const
Construct and return a clone.
Dummy devolatilisation model for 'none'.
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.
TypeName("none")
Runtime type information.