Mix-in interface for nucleation models. Provides access to properties of the nucleation process, such as diameter and rate of production of nuclei. More...

Public Member Functions | |
| TypeName ("nucleation") | |
| Runtime type information. More... | |
| nucleation () | |
| Default construct. More... | |
| virtual | ~nucleation () |
| virtual tmp< DimensionedField< scalar, volMesh > > | d () const =0 |
| Return the diameter of nuclei. More... | |
| virtual tmp< DimensionedField< scalar, volMesh > > | nDot () const =0 |
| Return the number rate at which nuclei are generated. More... | |
| virtual tmp< DimensionedField< scalar, volMesh > > | mDot () const =0 |
| Return the mass transfer rate. More... | |
| virtual tmp< DimensionedField< scalar, volMesh > > | tau () const =0 |
| Return the nucleation time scale. More... | |
Mix-in interface for nucleation models. Provides access to properties of the nucleation process, such as diameter and rate of production of nuclei.
Definition at line 52 of file nucleation.H.
| nucleation | ( | ) |
Default construct.
Definition at line 41 of file nucleation.C.
|
virtual |
Definition at line 47 of file nucleation.C.
| TypeName | ( | "nucleation" | ) |
Runtime type information.
|
pure virtual |
Return the diameter of nuclei.
Implemented in wallBoiling, phaseSurfaceBoiling, homogeneousLiquidPhaseSeparation, and homogeneousCondensation.
|
pure virtual |
Return the number rate at which nuclei are generated.
Implemented in wallBoiling, phaseSurfaceBoiling, homogeneousLiquidPhaseSeparation, and homogeneousCondensation.
|
pure virtual |
Return the mass transfer rate.
Implemented in wallBoiling, phaseSurfaceBoiling, homogeneousLiquidPhaseSeparation, and homogeneousCondensation.
|
pure virtual |
Return the nucleation time scale.
Implemented in wallBoiling, phaseSurfaceBoiling, homogeneousLiquidPhaseSeparation, and homogeneousCondensation.
Referenced by adjustTimeStepToNucleation::maxDeltaT().
