This source condition creates an interfacial mass transfer source term in the surface-area-to-volume-ratio (kappa) equations of the fractal shape model of population balance, according to the model of Park and Rogak. More...


Public Member Functions | |
| TypeName ("ParkRogakSurfaceAreaVolumeRatio") | |
| Runtime type information. More... | |
| virtual autoPtr< fvScalarFieldSource > | clone (const DimensionedField< scalar, volMesh > &iF) const |
| Construct and return a clone setting internal field reference. More... | |
| virtual tmp< DimensionedField< scalar, volMesh > > | value (const label i, const fvSource &model) const |
| Return the value transported from the adjacent group. More... | |
Public Member Functions inherited from growthSecondaryPropertyFvScalarFieldSource | |
| growthSecondaryPropertyFvScalarFieldSource (const DimensionedField< scalar, volMesh > &, const dictionary &dict) | |
| Construct from internal field and dictionary. More... | |
| growthSecondaryPropertyFvScalarFieldSource (const growthSecondaryPropertyFvScalarFieldSource &, const DimensionedField< scalar, volMesh > &) | |
| Copy constructor setting internal field reference. More... | |
| virtual tmp< DimensionedField< scalar, volMesh > > | internalCoeff (const fvSource &model, const DimensionedField< scalar, volMesh > &source) const |
| Return the internal coefficient. More... | |
| virtual Pair< tmp< DimensionedField< scalar, volMesh > > > | sourceCoeffs (const fvSource &model) const |
| Return the source coefficients for exchange with the groups below. More... | |
| virtual tmp< DimensionedField< scalar, volMesh > > | sourceCoeff (const fvSource &model, const DimensionedField< scalar, volMesh > &source) const |
| Return the combined source coefficient. More... | |
Public Member Functions inherited from growthFvScalarFieldSource | |
| virtual tmp< DimensionedField< scalar, volMesh > > | sourceValue (const fvSource &model, const DimensionedField< scalar, volMesh > &source) const |
| Return the source value. Not Implemented. More... | |
Public Member Functions inherited from secondaryPropertyFvScalarFieldSource | |
| secondaryPropertyFvScalarFieldSource (const DimensionedField< scalar, volMesh > &) | |
| Construct from internal field. More... | |
| const UPtrList< diameterModels::sizeGroup > & | fis () const |
| Return the list of size-groups. More... | |
| label | i () const |
| Return the index of this group. More... | |
| const diameterModels::sizeGroup & | fi (const label deltai=0) const |
| Return a size-group. More... | |
| template<class ModelType > | |
| const volScalarField & | fld (const label deltai=0) const |
| Return a secondary property field. More... | |
| template<class ModelType > | |
| const ModelType & | model (const label deltai=0) const |
| Return a secondary property model. More... | |
| template<class ModelType > | |
| const Foam::volScalarField & | fld (const label deltai) const |
This source condition creates an interfacial mass transfer source term in the surface-area-to-volume-ratio (kappa) equations of the fractal shape model of population balance, according to the model of Park and Rogak.
Reference:
Park, S. H., & Rogak, S. N. (2004).
A novel fixed-sectional model for the formation and growth of aerosol
agglomerates.
Journal of Aerosol Science, 35(11), 1385-1404.
\endbverbatim
\par Usage
Example of the source condition specification:
\verbatim
<sourceName>
{
type ParkRogakSurfaceAreaVolumeRatio;
libs ("libmultiphaseEulerFvModels.so");
}
Definition at line 68 of file ParkRogakSurfaceAreaVolumeRatioFvScalarFieldSource.H.
| TypeName | ( | "ParkRogakSurfaceAreaVolumeRatio" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 86 of file ParkRogakSurfaceAreaVolumeRatioFvScalarFieldSource.H.
|
virtual |
Return the value transported from the adjacent group.
Implements growthSecondaryPropertyFvScalarFieldSource.
Definition at line 33 of file ParkRogakSurfaceAreaVolumeRatioFvScalarFieldSource.C.
References fractal::alphaC(), fractal::d(), fractal::Df(), secondaryPropertyFvScalarFieldSource::fi(), Foam::constant::mathematical::pi(), Foam::pow(), Foam::pow3(), Foam::sqr(), and sizeGroup::x().
