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. "
131 AvbyAlphaFieldPtr_->max
Macros for easy insertion into run-time selection tables.
Generic GeometricField class.
static tmp< GeometricField< Type, GeoMesh, PrimitiveField > > New(const word &name, const Internal &, const PtrList< Patch > &, 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 keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Helper class to manage multi-specie phase properties.
A class for managing temporary objects.
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)
addToRunTimeSelectionTable(diameterModel, constant, dictionary)
defineTypeNameAndDebug(constant, 0)
Ostream & endl(Ostream &os)
Add newline and flush stream.
const dimensionSet dimLength
VolField< scalar > volScalarField
word name(const LagrangianState state)
Return a string representation of a Lagrangian state enumeration.
void inv(LagrangianPatchField< tensor > &f, const LagrangianPatchField< tensor > &f1)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.