Go to the documentation of this file.
49 namespace interfaceCompositionModels
56 template<
class Thermo,
class OtherThermo>
109 const word& speciesName,
116 const word& speciesName,
TypeName("Saturated")
Runtime type information.
virtual tmp< volScalarField > Yf(const word &speciesName, const volScalarField &Tf) const
The interface species fraction.
Base class for interface composition models, templated on the two thermodynamic models either side of...
virtual tmp< volScalarField > YfPrime(const word &speciesName, const volScalarField &Tf) const
The interface species fraction derivative w.r.t. temperature.
label saturatedIndex_
Saturated species index.
A class for handling words, derived from string.
A class for managing temporary objects.
virtual void update(const volScalarField &Tf)
Update the composition.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Saturated(const dictionary &dict, const phasePair &pair)
Construct from components.
A list of keyword definitions, which are a keyword followed by any number of values (e....
tmp< volScalarField > wRatioByP() const
Constant of propotionality between partial pressure and mass.
word saturatedName_
Saturated species name.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Generic GeometricField class.
virtual ~Saturated()
Destructor.
autoPtr< saturationModel > saturationModel_
Saturation pressure model.