Go to the documentation of this file.
26 #include "isothermalDiameter.H"
33 namespace diameterModels
51 const dictionary& diameterProperties,
52 const phaseModel& phase
55 diameterModel(diameterProperties, phase),
56 d0_(
"d0",
dimLength, diameterProperties_),
76 return d0_*
pow(p0_/
p, 1.0/3.0);
84 diameterProperties_.lookup(
"d0") >> d0_;
85 diameterProperties_.lookup(
"p0") >> p0_;
const dimensionSet dimPressure
const dimensionSet dimLength(0, 1, 0, 0, 0, 0, 0)
virtual bool read(const dictionary &phaseProperties)
Read phaseProperties dictionary.
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.
virtual bool read(const dictionary &phaseProperties)=0
Read phaseProperties dictionary.
tmp< volScalarField > d() const
Return the phase mean diameter field.
isothermal(const dictionary &dict, const phaseModel &phase)
Construct from components.
defineTypeNameAndDebug(combustionModel, 0)