Go to the documentation of this file.
92 #ifndef meltingEvaporationModels_Lee_H
93 #define meltingEvaporationModels_Lee_H
95 #include "InterfaceCompositionModel.H"
101 namespace meltingEvaporationModels
108 template<
class Thermo,
class OtherThermo>
111 public InterfaceCompositionModel<Thermo, OtherThermo>
142 virtual ~Lee() =
default;
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 tmp< volScalarField > KSp(label modelVariable, const volScalarField &field)
virtual bool includeDivU() const noexcept
virtual tmp< volScalarField > Kexp(const volScalarField &field)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
Mass transfer Lee model. Simple model driven by field value difference as:
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
virtual tmp< volScalarField > KSu(label modelVariable, const volScalarField &field)
Generic dimensioned Type class.
Lee(const dictionary &dict, const phasePair &pair)
Generic GeometricField class.
virtual const dimensionedScalar & Tactivate() const noexcept