Go to the documentation of this file.
28 #include "constantAspectRatio.H"
29 #include "phasePair.H"
36 namespace aspectRatioModels
53 const dictionary&
dict,
57 aspectRatioModel(
dict, pair),
73 const fvMesh&
mesh(this->pair_.phase1().mesh());
80 mesh.time().timeName(),
const dimensionSet dimless(0, 0, 0, 0, 0, 0, 0)
Dimensionless.
A class for managing temporary objects.
constantAspectRatio(const dictionary &dict, const phasePair &pair)
Construct from a dictionary and an ordered phase pair.
addToRunTimeSelectionTable(aspectRatioModel, constantAspectRatio, dictionary)
virtual ~constantAspectRatio()
Destructor.
defineTypeNameAndDebug(constantAspectRatio, 0)
virtual tmp< volScalarField > E() const
Aspect ratio.
Macros for easy insertion into run-time selection tables.
static tmp< T > New(Args &&... args)
Construct tmp of T with forwarding arguments.