121#ifndef meltingEvaporationModels_interfaceOxideRate_H
122#define meltingEvaporationModels_interfaceOxideRate_H
124#include "InterfaceCompositionModel.H"
141template<
class Thermo,
class OtherThermo>
144 public InterfaceCompositionModel<Thermo, OtherThermo>
179 const phasePair&
pair
190 virtual tmp<volScalarField>
Kexp
196 virtual tmp<volScalarField>
KSp
203 virtual tmp<volScalarField>
KSu
InterfaceCompositionModel(const dictionary &dict, const phasePair &pair)
Construct from components.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
The interfaceOxideRate is a simple model to calculate the formation rate of oxide inclusions (mDotOxi...
virtual tmp< volScalarField > Kexp(const volScalarField &field)
Explicit total mass transfer coefficient.
virtual ~interfaceOxideRate()=default
Destructor.
TypeName("interfaceOxideRate")
Runtime type information.
virtual tmp< volScalarField > KSu(label modelVariable, const volScalarField &field)
Explicit mass transfer coefficient.
interfaceOxideRate(const dictionary &dict, const phasePair &pair)
Construct from components.
virtual const dimensionedScalar & Tactivate() const noexcept
Return solidus temperature of reducing agent.
virtual bool includeDivU() const noexcept
Add/subtract alpha*div(U) as a source term for alpha, substituting div(U) = mDot(1/rho1 - 1/rho2).
virtual tmp< volScalarField > KSp(label modelVariable, const volScalarField &field)
Implicit mass transfer coefficient.
const phasePair & pair() const
The phase pair.
modelVariable
Enumeration for variable based mass transfer models.
Description for mass transfer between a pair of phases. The direction of the mass transfer is from th...
A class for managing temporary objects.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.