26 #include "LegendreMagnaudet.H" 27 #include "phasePair.H" 47 const dictionary&
dict,
51 liftModel(dict, pair),
52 residualRe_(
"residualRe",
dimless, dict)
94 return sqrt(ClLowSqr + ClHighSqr);
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh >> grad(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
dimensioned< Type > max(const dimensioned< Type > &, const dimensioned< Type > &)
const phasePair & pair_
Phase pair.
dimensionedSymmTensor sqr(const dimensionedVector &dv)
dimensionedScalar sqrt(const dimensionedScalar &ds)
tmp< volScalarField > d() const
Macros for easy insertion into run-time selection tables.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
virtual tmp< volScalarField > Cl() const
Lift coefficient.
const volVectorField & U() const
virtual const phaseModel & continuous() const
Continuous phase.
Calculate the gradient of the given field.
virtual ~LegendreMagnaudet()
Destructor.
tmp< volScalarField > Re() const
Reynolds number.
virtual const phaseModel & dispersed() const
Dispersed phase.
const dimensionedScalar & nu() const
Return the laminar viscosity.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
dimensionedScalar pow3(const dimensionedScalar &ds)
const dimensionSet dimless(0, 0, 0, 0, 0, 0, 0)
dimensionedScalar pow4(const dimensionedScalar &ds)
dimensioned< scalar > mag(const dimensioned< Type > &)
A class for managing temporary objects.
scalarField Re(const UList< complex > &cf)
LegendreMagnaudet(const dictionary &dict, const phasePair &pair)
Construct from a dictionary and a phase pair.