Go to the documentation of this file.
121 #ifndef meltingEvaporationModels_interfaceOxideRate_H
122 #define meltingEvaporationModels_interfaceOxideRate_H
124 #include "InterfaceCompositionModel.H"
134 namespace meltingEvaporationModels
141 template<
class Thermo,
class OtherThermo>
142 class interfaceOxideRate
144 public InterfaceCompositionModel<Thermo, OtherThermo>
178 const dictionary&
dict,
179 const phasePair&
pair
190 virtual tmp<volScalarField>
Kexp
196 virtual tmp<volScalarField>
KSp
203 virtual tmp<volScalarField>
KSu
virtual ~interfaceOxideRate()=default
TypeName("interfaceOxideRate")
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)
A class for managing temporary objects.
const phasePair & pair() const
interfaceOxideRate(const dictionary &dict, const phasePair &pair)
virtual bool includeDivU() const noexcept
The interfaceOxideRate is a simple model to calculate the formation rate of oxide inclusions (mDotOxi...
virtual tmp< volScalarField > Kexp(const volScalarField &field)
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 const dimensionedScalar & Tactivate() const noexcept
virtual tmp< volScalarField > KSp(label modelVariable, const volScalarField &field)
Generic GeometricField class.