Base class for source conditions of properties of the groups in a population balance model. More...

Public Member Functions | |
| groupPropertyFvScalarField (const DimensionedField< scalar, fvMesh > &) | |
| Construct from internal field. More... | |
| const populationBalanceModel & | popBal () const |
| Return the population balance. More... | |
| label | i () const |
| Return the index of this group. More... | |
Base class for source conditions of properties of the groups in a population balance model.
Definition at line 53 of file groupPropertyFvScalarField.H.
| groupPropertyFvScalarField | ( | const DimensionedField< scalar, fvMesh > & | iF | ) |
Construct from internal field.
Definition at line 31 of file groupPropertyFvScalarField.C.
| const Foam::populationBalanceModel & popBal | ( | ) | const |
Return the population balance.
Definition at line 45 of file groupPropertyFvScalarField.C.
References IOobject::db(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, objectRegistry::lookupObject(), phaseSystem::phases(), and phaseSystem::propertiesName.
Referenced by hardSphereGroupSurfaceAreaVolumeRatioFvScalarFieldSource::value(), interfacialGrowthGroupSurfaceAreaVolumeRatioFvScalarFieldSource::value(), and ParkRogakGroupSurfaceAreaVolumeRatioFvScalarFieldSource::value().


| Foam::label i | ( | ) | const |
Return the index of this group.
Definition at line 76 of file groupPropertyFvScalarField.C.
References Foam::exit(), Foam::FatalError, and FatalErrorInFunction.
Referenced by hardSphereGroupSurfaceAreaVolumeRatioFvScalarFieldSource::value(), and ParkRogakGroupSurfaceAreaVolumeRatioFvScalarFieldSource::value().

