27 #include "phasePair.H" 34 namespace aspectRatioModels
51 const dictionary&
dict,
55 aspectRatioModel(dict, pair)
70 return scalar(1)/(scalar(1) + 0.163*
pow(
pair_.
Eo(), 0.757));
virtual ~Wellek()
Destructor.
const phasePair & pair_
Phase pair.
Macros for easy insertion into run-time selection tables.
tmp< volScalarField > Eo() const
Eotvos number.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
virtual tmp< volScalarField > E() const
Aspect ratio.
A class for managing temporary objects.
Wellek(const dictionary &dict, const phasePair &pair)
Construct from a dictionary and an ordered phase pair.