Go to the documentation of this file.
29 #include "phasePair.H"
30 #include "surfaceInterpolate.H"
31 #include "BlendedInterfacialModel.H"
51 const bool registerObject
58 IOobject::groupName(typeName, pair.
name()),
59 pair.
phase1().mesh().time().timeName(),
80 return Cvm()*pair_.continuous().rho();
86 return pair_.dispersed()*Ki();
Defines the attributes of an object for which implicit objectRegistry management is supported,...
Description for mass transfer between a pair of phases. The direction of the mass transfer is from th...
virtual ~virtualMassModel()
Destructor.
A class for managing temporary objects.
const dimensionSet dimDensity
virtualMassModel(const dictionary &dict, const phasePair &pair, const bool registerObject)
Construct from a dictionary and a phase pair.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
bool writeData(Ostream &os) const
Pure virtual writeData function.
Dimension set for the base types.
virtual tmp< volScalarField > K() const
Return the virtual mass coefficient K.
virtual tmp< volScalarField > Ki() const
Return the phase-intensive virtual mass coefficient Ki.
defineBlendedInterfacialModelTypeNameAndDebug(massTransferModel, 0)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
static tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > interpolate(const GeometricField< Type, fvPatchField, volMesh > &tvf, const surfaceScalarField &faceFlux, Istream &schemeData)
Interpolate field onto faces using scheme given by Istream.
virtual tmp< surfaceScalarField > Kf() const
Return the virtual mass coefficient Kf.
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...
virtual word name() const
Pair name.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
bool good() const
Return true if next operation might succeed.
const phaseModel & phase1() const
Return phase 1.
defineTypeNameAndDebug(combustionModel, 0)
static const dimensionSet dimK
Coefficient dimensions.