26 #include "TomiyamaAnalytic.H" 27 #include "phasePair.H" 46 const dictionary&
dict,
47 const phasePair& pair,
48 const bool registerObject
51 dragModel(dict, pair, registerObject),
52 residualRe_(
"residualRe",
dimless, dict),
53 residualEo_(
"residualEo",
dimless, dict),
54 residualE_(
"residualE",
dimless, dict)
81 Eo*
pow(E, 2.0/3.0)/OmEsq
dimensioned< Type > max(const dimensioned< Type > &, const dimensioned< Type > &)
dimensionedSymmTensor sqr(const dimensionedVector &dv)
dimensionedScalar sqrt(const dimensionedScalar &ds)
virtual ~TomiyamaAnalytic()
Destructor.
dimensionedScalar asin(const dimensionedScalar &ds)
const phasePair & pair_
Phase pair.
Macros for easy insertion into run-time selection tables.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
tmp< volScalarField > Eo() const
Eotvos number.
TomiyamaAnalytic(const dictionary &dict, const phasePair &pair, const bool registerObject)
Construct from a dictionary and a phase pair.
volVectorField F(fluid.F())
tmp< volScalarField > Re() const
Reynolds number.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
virtual tmp< volScalarField > E() const
Aspect ratio.
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
const dimensionSet dimless(0, 0, 0, 0, 0, 0, 0)
virtual tmp< volScalarField > CdRe() const
Drag coefficient.
A class for managing temporary objects.