Wall-boiling model which requires a velocityGroup (i.e. phase) to be specified in which the nucleation occurs. This setting must be consistent with the specifications in the alphatWallBoilingWallFunction. If the departure-diameter lies outside the diameter-range given by the sizeGroups of the corresponding velocityGroup, the solver will give a warning and the nucleation rate will be set to zero. More...
Public Member Functions | |
TypeName ("wallBoiling") | |
Runtime type information. More... | |
wallBoiling (const populationBalanceModel &popBal, const dictionary &dict) | |
virtual | ~wallBoiling () |
Destructor. More... | |
virtual void | precompute () |
Precompute diameter independent expressions. More... | |
virtual void | addToNucleationRate (volScalarField &nucleationRate, const label i) |
Add to nucleationRate. More... | |
Public Member Functions inherited from nucleationModel | |
TypeName ("nucleationModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, nucleationModel, dictionary,(const populationBalanceModel &popBal, const dictionary &dict),(popBal, dict)) | |
nucleationModel (const populationBalanceModel &popBal, const dictionary &dict) | |
autoPtr< nucleationModel > | clone () const |
virtual | ~nucleationModel () |
Destructor. More... | |
const populationBalanceModel & | popBal () const |
Return reference to the populationBalanceModel. More... | |
const dictionary & | dict () const |
Return reference to model dictionary. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from nucleationModel | |
static autoPtr< nucleationModel > | New (const word &type, const populationBalanceModel &popBal, const dictionary &dict) |
Protected Attributes inherited from nucleationModel | |
const populationBalanceModel & | popBal_ |
Reference to the populationBalanceModel. More... | |
const dictionary | dict_ |
Model dictionary. More... | |
const velocityGroup & | velGroup_ |
Velocity group in which the nucleation occurs. More... | |
Wall-boiling model which requires a velocityGroup (i.e. phase) to be specified in which the nucleation occurs. This setting must be consistent with the specifications in the alphatWallBoilingWallFunction. If the departure-diameter lies outside the diameter-range given by the sizeGroups of the corresponding velocityGroup, the solver will give a warning and the nucleation rate will be set to zero.
Definition at line 57 of file wallBoiling.H.
wallBoiling | ( | const populationBalanceModel & | popBal, |
const dictionary & | dict | ||
) |
Definition at line 53 of file wallBoiling.C.
|
inlinevirtual |
Destructor.
Definition at line 76 of file wallBoiling.H.
TypeName | ( | "wallBoiling" | ) |
Runtime type information.
|
virtual |
Precompute diameter independent expressions.
Reimplemented from nucleationModel.
Definition at line 66 of file wallBoiling.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), Foam::endl(), forAll, IOobject::groupName(), Foam::max(), DimensionedField< Type, GeoMesh >::mesh(), Foam::min(), IOstream::name(), patchi, and Foam::Warning.
|
virtual |
Add to nucleationRate.
Implements nucleationModel.
Definition at line 124 of file wallBoiling.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), Foam::dimLength, sizeGroup::dSph(), forAll, IOobject::groupName(), DimensionedField< Type, GeoMesh >::mesh(), patchi, sizeGroup::phase(), Foam::pow3(), phaseModel::rho(), rho, dimensioned< Type >::value(), and sizeGroup::x().