ParkRogakGroupSurfaceAreaVolumeRatioFvScalarFieldSource Class Reference

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

Inheritance diagram for ParkRogakGroupSurfaceAreaVolumeRatioFvScalarFieldSource:
Collaboration diagram for ParkRogakGroupSurfaceAreaVolumeRatioFvScalarFieldSource:

Public Member Functions

 TypeName ("ParkRogakGroupSurfaceAreaVolumeRatio")
 Runtime type information. More...
 
virtual autoPtr< fvScalarFieldSource > clone (const DimensionedField< scalar, fvMesh > &iF) const
 Construct and return a clone setting internal field reference. More...
 
virtual tmp< DimensionedField< scalar, fvMesh > > value (const label j, const fvSource &model) const
 Return the value transported from an adjacent group. More...
 
- Public Member Functions inherited from growthSecondaryPropertyFvScalarFieldSource
 growthSecondaryPropertyFvScalarFieldSource (const DimensionedField< scalar, fvMesh > &, const dictionary &dict)
 Construct from internal field and dictionary. More...
 
 growthSecondaryPropertyFvScalarFieldSource (const growthSecondaryPropertyFvScalarFieldSource &, const DimensionedField< scalar, fvMesh > &)
 Copy constructor setting internal field reference. More...
 
virtual tmp< DimensionedField< scalar, fvMesh > > internalCoeff (const fvSource &model, const DimensionedField< scalar, fvMesh > &source) const
 Return the internal coefficient. More...
 
virtual Pair< tmp< DimensionedField< scalar, fvMesh > > > sourceCoeffs (const fvSource &model) const
 Return the source coefficients for exchange with the groups below. More...
 
virtual tmp< DimensionedField< scalar, fvMesh > > sourceCoeff (const fvSource &model, const DimensionedField< scalar, fvMesh > &source) const
 Return the combined source coefficient. More...
 
- Public Member Functions inherited from growthFvScalarFieldSource
virtual tmp< DimensionedField< scalar, fvMesh > > sourceValue (const fvSource &model, const DimensionedField< scalar, fvMesh > &source) const
 Return the source value. Not Implemented. More...
 
- Public Member Functions inherited from groupPropertyFvScalarField
 groupPropertyFvScalarField (const DimensionedField< scalar, fvMesh > &)
 Construct from internal field. More...
 
const populationBalanceModelpopBal () const
 Return the population balance. More...
 
label i () const
 Return the index of this group. More...
 

Detailed Description

This source condition creates an interfacial mass transfer source term in the group surface-area-to-volume-ratio (kappa) equations of the fractal shape model of a population balance model, 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            ParkRogakGroupSurfaceAreaVolumeRatio;
    libs            ("libmultiphaseEulerFvModels.so");
}
Source files

Definition at line 69 of file ParkRogakGroupSurfaceAreaVolumeRatioFvScalarFieldSource.H.

Member Function Documentation

◆ TypeName()

TypeName ( "ParkRogakGroupSurfaceAreaVolumeRatio"  )

Runtime type information.

◆ clone()

virtual autoPtr<fvScalarFieldSource> clone ( const DimensionedField< scalar, fvMesh > &  iF) const
inlinevirtual

Construct and return a clone setting internal field reference.

Definition at line 87 of file ParkRogakGroupSurfaceAreaVolumeRatioFvScalarFieldSource.H.

◆ value()


The documentation for this class was generated from the following files: