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);
virtual bool read(const dictionary &phaseProperties)=0
Read phaseProperties dictionary.
virtual bool read(const dictionary &phaseProperties)
Read phaseProperties dictionary.
isothermal(const dictionary &dict, const phaseModel &phase)
Construct from components.
const Type & lookupObject(const word &name) const
Lookup and return the object of the given Type.
tmp< volScalarField > d() const
Return the phase mean diameter field.
Macros for easy insertion into run-time selection tables.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
const volVectorField & U() const
const dimensionSet dimPressure
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
dictionary diameterProperties_
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
const dimensionSet dimLength(0, 1, 0, 0, 0, 0, 0)
virtual ~isothermal()
Destructor.
A class for managing temporary objects.
const objectRegistry & db() const
Return the local objectRegistry.
const phaseModel & phase_
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.