Go to the documentation of this file.
26 #include "constantAspectRatio.H"
27 #include "phasePair.H"
34 namespace aspectRatioModels
51 const dictionary&
dict,
55 aspectRatioModel(
dict, pair),
71 const fvMesh&
mesh(this->pair_.phase1().mesh());
80 aspectRatioModel::typeName +
":E",
const dimensionSet dimless(0, 0, 0, 0, 0, 0, 0)
A class for managing temporary objects.
Constant value aspect ratio model.
virtual ~constantAspectRatio()
Destructor.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
constantAspectRatio(const dictionary &dict, const phasePair &pair)
Construct from a dictionary and an ordered phase pair.
virtual tmp< volScalarField > E() const
Aspect ratio.
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.
defineTypeNameAndDebug(combustionModel, 0)