Go to the documentation of this file.
74 #ifndef meltingEvaporationModels_interfaceHeatResistance_H
75 #define meltingEvaporationModels_interfaceHeatResistance_H
77 #include "InterfaceCompositionModel.H"
87 namespace meltingEvaporationModels
94 template<
class Thermo,
class OtherThermo>
97 public InterfaceCompositionModel<Thermo, OtherThermo>
134 TypeName(
"interfaceHeatResistance");
196 # include "interfaceHeatResistance.C"
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...
A class for managing temporary objects.
const phasePair & pair() const
virtual const dimensionedScalar & Tactivate() const noexcept
virtual bool includeDivU() const noexcept
virtual tmp< volScalarField > KSp(label modelVariable, const volScalarField &field)
Interface Heat Resistance type of condensation/saturation model using spread source distribution foll...
virtual tmp< volScalarField > KSu(label modelVariable, const volScalarField &field)
TypeName("interfaceHeatResistance")
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.
interfaceHeatResistance(const dictionary &dict, const phasePair &pair)
virtual ~interfaceHeatResistance()=default
Interface Heat Resistance type of condensation/saturation model using spread source distribution foll...
virtual tmp< volScalarField > Kexp(const volScalarField &field)
Generic GeometricField class.