Boundary condition for group fractions of a population balance model that sets values corresponding to a given distribution. More...


Public Member Functions | |
| TypeName ("distributionGroupFraction") | |
| Runtime type information. More... | |
| distributionGroupFractionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, fvMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. More... | |
| distributionGroupFractionFvPatchScalarField (const distributionGroupFractionFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, fvMesh > &, const fieldMapper &) | |
| Construct by mapping given fixedValueTypeFvPatchField. More... | |
| distributionGroupFractionFvPatchScalarField (const distributionGroupFractionFvPatchScalarField &)=delete | |
| Disallow copy without setting internal field reference. More... | |
| distributionGroupFractionFvPatchScalarField (const distributionGroupFractionFvPatchScalarField &, const DimensionedField< scalar, fvMesh > &) | |
| Copy constructor setting internal field reference. More... | |
| virtual tmp< fvPatchScalarField > | clone (const DimensionedField< scalar, fvMesh > &iF) const |
| Construct and return a clone setting internal field reference. More... | |
| virtual void | updateCoeffs () |
| Update the coefficients associated with the patch field. 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... | |
Boundary condition for group fractions of a population balance model that sets values corresponding to a given distribution.
<patchName>
{
type distributionGroupFraction;
distribution
{
type RosinRammler;
Q 0;
min 1 [mm];
max 15 [mm];
d 14 [mm];
n 2 [];
}
value $internalField;
}
Definition at line 70 of file distributionGroupFractionFvPatchScalarField.H.
| distributionGroupFractionFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, fvMesh > & | iF, | ||
| const dictionary & | dict | ||
| ) |
Construct from patch, internal field and dictionary.
Definition at line 32 of file distributionGroupFractionFvPatchScalarField.C.
| distributionGroupFractionFvPatchScalarField | ( | const distributionGroupFractionFvPatchScalarField & | ptf, |
| const fvPatch & | p, | ||
| const DimensionedField< scalar, fvMesh > & | iF, | ||
| const fieldMapper & | mapper | ||
| ) |
Construct by mapping given fixedValueTypeFvPatchField.
onto a new patch
Definition at line 50 of file distributionGroupFractionFvPatchScalarField.C.
|
delete |
Disallow copy without setting internal field reference.
| distributionGroupFractionFvPatchScalarField | ( | const distributionGroupFractionFvPatchScalarField & | ptf, |
| const DimensionedField< scalar, fvMesh > & | iF | ||
| ) |
Copy constructor setting internal field reference.
Definition at line 66 of file distributionGroupFractionFvPatchScalarField.C.
| TypeName | ( | "distributionGroupFraction" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 124 of file distributionGroupFractionFvPatchScalarField.H.
|
virtual |
Update the coefficients associated with the patch field.
Definition at line 82 of file distributionGroupFractionFvPatchScalarField.C.
References Foam::operator==().

|
virtual |
Write.
Definition at line 106 of file distributionGroupFractionFvPatchScalarField.C.
References Foam::dimLength, fvPatchField< Type >::write(), and Foam::writeEntry().
