Go to the documentation of this file.
33 #ifndef ConstantRateDevolatilisation_H
34 #define ConstantRateDevolatilisation_H
46 template<
class CloudType>
73 TypeName(
"constantRateDevolatilisation");
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.
virtual autoPtr< DevolatilisationModel< CloudType > > clone() const
Construct and return a clone.
List< label > volatileToGasMap_
Mapping between local and cloud gaseous species.
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....
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
TypeName("constantRateDevolatilisation")
Runtime type information.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
List< scalar > YVolatile0_
List of initial volatile mass fractions.
Constant rate devolatisation model.
List< Tuple2< word, scalar > > volatileData_
List of volatile data - (name A0)
const scalar residualCoeff_
Volatile residual coefficient (0-1)
ConstantRateDevolatilisation(const dictionary &dict, CloudType &owner)
Construct from dictionary.
virtual ~ConstantRateDevolatilisation()
Destructor.