Go to the documentation of this file.
26 #include "isothermalDiameter.H"
33 namespace diameterModels
51 const dictionary&
dict,
52 const phaseModel& phase
55 diameterModel(
dict, phase),
76 return d0_*
pow(p0_/
p, 1.0/3.0);
const dimensionSet dimPressure
const dimensionSet dimLength(0, 1, 0, 0, 0, 0, 0)
A class for managing temporary objects.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
GeometricField< scalar, fvPatchField, volMesh > volScalarField
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
virtual ~isothermal()
Destructor.
Macros for easy insertion into run-time selection tables.
Isothermal dispersed-phase particle diameter model.
tmp< volScalarField > d() const
Return the phase mean diameter field.
isothermal(const dictionary &dict, const phaseModel &phase)
Construct from components.
defineTypeNameAndDebug(combustionModel, 0)