Go to the documentation of this file.
115 #ifndef meltingEvaporationModels_kineticGasEvaporation_H
116 #define meltingEvaporationModels_kineticGasEvaporation_H
118 #include "InterfaceCompositionModel.H"
128 namespace meltingEvaporationModels
135 template<
class Thermo,
class OtherThermo>
136 class kineticGasEvaporation
138 public InterfaceCompositionModel<Thermo, OtherThermo>
181 const dictionary&
dict,
182 const phasePair&
pair
193 virtual tmp<volScalarField>
Kexp
199 virtual tmp<volScalarField>
KSp
Description for mass transfer between a pair of phases. The direction of the mass transfer is from th...
Base class for interface composition models, templated on the two thermodynamic models either side of...
virtual tmp< volScalarField > KSu(label modelVariable, const volScalarField &field)
Considering the Hertz Knudsen formula, which gives the evaporation-condensation flux based on the kin...
virtual const dimensionedScalar & Tactivate() const noexcept
TypeName("kineticGasEvaporation")
A class for managing temporary objects.
kineticGasEvaporation(const dictionary &dict, const phasePair &pair)
const phasePair & pair() const
virtual bool includeDivU() const noexcept
virtual ~kineticGasEvaporation()=default
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Generic dimensioned Type class.
virtual tmp< volScalarField > KSp(label modelVariable, const volScalarField &field)
virtual tmp< volScalarField > Kexp(const volScalarField &field)
Generic GeometricField class.