Go to the documentation of this file.
26 #include "constantVirtualMassCoefficient.H"
27 #include "phasePair.H"
34 namespace virtualMassModels
40 constantVirtualMassCoefficient,
52 const dictionary&
dict,
53 const phasePair& pair,
54 const bool registerObject
57 virtualMassModel(
dict, pair, registerObject),
74 const fvMesh&
mesh(this->pair_.phase1().mesh());
76 return tmp<volScalarField>
const dimensionSet dimless(0, 0, 0, 0, 0, 0, 0)
A class for managing temporary objects.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
constantVirtualMassCoefficient(const dictionary &dict, const phasePair &pair, const bool registerObject)
Construct from a dictionary and a phase pair.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Macros for easy insertion into run-time selection tables.
static word timeName(const scalar, const int precision=precision_)
Return time name of given scalar time.
const Time & time() const
Return the top-level database.
virtual ~constantVirtualMassCoefficient()
Destructor.
defineTypeNameAndDebug(combustionModel, 0)
virtual tmp< volScalarField > Cvm() const
Virtual mass coefficient.