33 namespace diameterModels
68 if (AvbyAlphaFieldPtr_.valid())
86 if (AvbyAlphaFieldPtr_.valid())
89 return phase()*AvbyAlpha;
92 return phase()*AvbyAlpha_;
104 diameterProperties().lookupOrDefault<scalar>(
"AvbyAlpha", -1)
107 if (AvbyAlpha_.value() < 0 && !AvbyAlphaFieldPtr_.valid())
109 Info<<
"fixedInterfacialArea: Uniform AvbyAlpha not provided. "
123 phase().mesh().time().
name(),
131 AvbyAlphaFieldPtr_->max
Macros for easy insertion into run-time selection tables.
Generic GeometricField class.
static tmp< GeometricField< Type, PatchField, GeoMesh > > New(const word &name, const Internal &, const PtrList< PatchField< Type >> &, const HashPtrTable< Source > &=HashPtrTable< Source >())
Return a temporary field constructed from name,.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
static word groupName(Name name, const word &group)
Abstract base-class for dispersed-phase particle diameter models.
const dictionary & diameterProperties() const
Return the phase diameter properties dictionary.
virtual bool read(const dictionary &phaseProperties)
Read phaseProperties dictionary.
fixedInterfacialArea dispersed-phase diameter model. The interfacial are is set by providing phase su...
fixedInterfacialArea(const dictionary &diameterProperties, const phaseModel &phase)
Construct from dictionary and phase.
virtual bool read(const dictionary &diameterProperties)
Read diameterProperties dictionary.
virtual tmp< volScalarField > d() const
Get the diameter field.
virtual tmp< volScalarField > Av() const
Get the surface area per unit volume field.
virtual ~fixedInterfacialArea()
Destructor.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Helper class to manage multi-specie phase properties.
A class for managing temporary objects.
addToRunTimeSelectionTable(diameterModel, constant, dictionary)
defineTypeNameAndDebug(constant, 0)
Ostream & endl(Ostream &os)
Add newline and flush stream.
word name(const bool)
Return a word representation of a bool.
const dimensionSet dimLength
VolField< scalar > volScalarField
dimensionedSphericalTensor inv(const dimensionedSphericalTensor &dt)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.