This source condition creates a uniform fixed value source term in the group surface-area-volume-ratio (kappa) equations of the fractal shape model of a population balance model. More...


Public Member Functions | |
| TypeName ("uniformFixedValueGroupSurfaceAreaVolumeRatio") | |
| Runtime type information. More... | |
| uniformFixedValueGroupSurfaceAreaVolumeRatioFvScalarFieldSource (const DimensionedField< scalar, fvMesh > &, const dictionary &dict) | |
| Construct from internal field and dictionary. More... | |
| uniformFixedValueGroupSurfaceAreaVolumeRatioFvScalarFieldSource (const uniformFixedValueGroupSurfaceAreaVolumeRatioFvScalarFieldSource &, const DimensionedField< scalar, fvMesh > &) | |
| Copy constructor setting internal field reference. More... | |
| virtual autoPtr< fvScalarFieldSource > | clone (const DimensionedField< scalar, fvMesh > &iF) const |
| Construct and return a clone setting internal field reference. More... | |
| virtual | ~uniformFixedValueGroupSurfaceAreaVolumeRatioFvScalarFieldSource () |
| Destructor. More... | |
| virtual tmp< DimensionedField< scalar, fvMesh > > | sourceValue (const fvSource &model, const DimensionedField< scalar, fvMesh > &source) const |
| Return the source value. More... | |
| virtual tmp< scalarField > | sourceValue (const fvSource &model, const scalarField &source, const labelUList &cells) const |
| Return the source value. More... | |
| virtual tmp< DimensionedField< scalar, fvMesh > > | internalCoeff (const fvSource &model, const DimensionedField< scalar, fvMesh > &source) const |
| Return the internal coefficient. More... | |
| virtual tmp< scalarField > | internalCoeff (const fvSource &model, const scalarField &source, const labelUList &cells) const |
| Return the internal coefficient. More... | |
| virtual void | write (Ostream &) const |
| Write. More... | |
Public Member Functions inherited from groupPropertyFvScalarField | |
| 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... | |
This source condition creates a uniform fixed value source term in the group surface-area-volume-ratio (kappa) equations of the fractal shape model of a population balance model.
<sourceName>
{
type uniformFixedValueGroupSurfaceAreaVolumeRatio;
libs ("libmultiphaseEulerFvModels.so");
uniformValue 1.5e10;
}
Definition at line 63 of file uniformFixedValueGroupSurfaceAreaVolumeRatioFvScalarFieldSource.H.
| uniformFixedValueGroupSurfaceAreaVolumeRatioFvScalarFieldSource | ( | const DimensionedField< scalar, fvMesh > & | iF, |
| const dictionary & | dict | ||
| ) |
Construct from internal field and dictionary.
Definition at line 32 of file uniformFixedValueGroupSurfaceAreaVolumeRatioFvScalarFieldSource.C.
| uniformFixedValueGroupSurfaceAreaVolumeRatioFvScalarFieldSource | ( | const uniformFixedValueGroupSurfaceAreaVolumeRatioFvScalarFieldSource & | field, |
| const DimensionedField< scalar, fvMesh > & | iF | ||
| ) |
Copy constructor setting internal field reference.
Definition at line 54 of file uniformFixedValueGroupSurfaceAreaVolumeRatioFvScalarFieldSource.C.
Destructor.
Definition at line 70 of file uniformFixedValueGroupSurfaceAreaVolumeRatioFvScalarFieldSource.C.
| TypeName | ( | "uniformFixedValueGroupSurfaceAreaVolumeRatio" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 100 of file uniformFixedValueGroupSurfaceAreaVolumeRatioFvScalarFieldSource.H.
|
virtual |
Return the source value.
Definition at line 78 of file uniformFixedValueGroupSurfaceAreaVolumeRatioFvScalarFieldSource.C.
References fvModel::name().

|
virtual |
Return the source value.
Definition at line 97 of file uniformFixedValueGroupSurfaceAreaVolumeRatioFvScalarFieldSource.C.
References cells, fvModel::name(), and Foam::dimensions::time.

|
virtual |
Return the internal coefficient.
Definition at line 113 of file uniformFixedValueGroupSurfaceAreaVolumeRatioFvScalarFieldSource.C.
References Foam::dimless, fvModel::name(), and DimensionedField< Type, GeoMesh, PrimitiveField >::New().

|
virtual |
Return the internal coefficient.
Definition at line 131 of file uniformFixedValueGroupSurfaceAreaVolumeRatioFvScalarFieldSource.C.
References List< T >::size().

|
virtual |
Write.
Definition at line 144 of file uniformFixedValueGroupSurfaceAreaVolumeRatioFvScalarFieldSource.C.
References Foam::dimensions::time, Foam::vtkWriteOps::write(), and Foam::writeEntry().
