36 #ifndef multicomponentPhaseChange_H
37 #define multicomponentPhaseChange_H
65 bool energySemiImplicit_;
77 TypeName(
"multicomponentPhaseChange");
86 const word& modelType,
Generic GeometricField class.
A list of keyword definitions, which are a keyword followed by any number of values (e....
A special matrix type and solver, designed for finite volume solutions of scalar equations....
Mesh data needed to do the Finite Volume discretisation.
const fvMesh & mesh() const
Return const access to the mesh database.
const word & name() const
Return const access to the source name.
tmp< volScalarField::Internal > rho(const label i) const
Return the density.
Base class for phase change models in which multiple components may change phase. This can only be ap...
multicomponentPhaseChange(const word &name, const word &modelType, const fvMesh &mesh, const dictionary &dict, const Pair< bool > &fluidThermosRequired)
Construct from explicit source name and mesh.
TypeName("multicomponentPhaseChange")
Runtime type information.
virtual tmp< DimensionedField< scalar, volMesh > > mDot() const
Return the total mass transfer rate.
virtual bool read(const dictionary &dict)
Read source dictionary.
void addSup(const volScalarField &alpha, const volScalarField &rho, const volScalarField &heOrYi, fvMatrix< scalar > &eqn) const
Override the energy equation to add the phase change heat, or.
const hashedWordList & species() const
Return the names of the changing species.
Base class for phase change models.
A wordList with hashed indices for faster lookup by name.
A class for managing temporary objects.
A class for handling words, derived from string.
volScalarField alpha(IOobject("alpha", runTime.name(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.