Cole correlation for bubble departure frequency. More...
Public Member Functions | |
TypeName ("Cole") | |
Runtime type information. More... | |
Cole (const dictionary &dict) | |
Construct from a dictionary. More... | |
Cole (const Cole &model) | |
Copy construct. More... | |
virtual autoPtr< departureFrequencyModel > | clone () const |
Construct and return a clone. More... | |
virtual | ~Cole () |
Destructor. More... | |
virtual tmp< scalarField > | fDeparture (const phaseModel &liquid, const phaseModel &vapour, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L, const scalarField &dDep) const |
Calculate and return the bubble departure frequency. More... | |
virtual tmp< volScalarField > | fDeparture (const phaseModel &liquid, const phaseModel &vapour, const phaseModel &solid, const volScalarField &Tf, const volScalarField &Tsatw, const volScalarField &L, const volScalarField &dDep) const |
Calculate and return the bubble departure frequency. More... | |
template<class ScalarFieldType > | |
Foam::tmp< ScalarFieldType > | calculate (const fvMesh &mesh, const ScalarFieldType &dDep, const ScalarFieldType &rhoLiquid, const ScalarFieldType &rhoVapour) const |
Public Member Functions inherited from departureFrequencyModel | |
TypeName ("departureFrequencyModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, departureFrequencyModel, dictionary,(const dictionary &dict),(dict)) | |
Declare runtime construction. More... | |
departureFrequencyModel () | |
Construct null. More... | |
departureFrequencyModel (const departureFrequencyModel &model) | |
Copy construct. More... | |
virtual | ~departureFrequencyModel () |
Destructor. More... | |
virtual void | write (Ostream &os) const |
Write to stream. More... | |
void | operator= (const departureFrequencyModel &)=delete |
Disallow default bitwise assignment. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from departureFrequencyModel | |
static autoPtr< departureFrequencyModel > | New (const dictionary &dict) |
Select null constructed. More... | |
Cole correlation for bubble departure frequency.
Reference:
Cole, R. (1960). A photographic study of pool boiling in the region of the critical heat flux. AIChE Journal, 6(4), 533-538.
Cole | ( | const dictionary & | dict | ) |
Construct from a dictionary.
Definition at line 80 of file Cole.C.
Referenced by Cole::clone().
TypeName | ( | "Cole" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Implements departureFrequencyModel.
Definition at line 92 of file Cole.H.
References Cole::Cole().
|
virtual |
Calculate and return the bubble departure frequency.
Implements departureFrequencyModel.
Definition at line 107 of file Cole.C.
References Foam::fvPatchDistWave::calculate(), patchi, rhoThermo::rho(), liquid::rho(), and phaseModel::thermo().
|
virtual |
Calculate and return the bubble departure frequency.
Implements departureFrequencyModel.
Definition at line 130 of file Cole.C.
References Foam::fvPatchDistWave::calculate(), phaseModel::rho(), and liquid::rho().
Foam::tmp<ScalarFieldType> calculate | ( | const fvMesh & | mesh, |
const ScalarFieldType & | dDep, | ||
const ScalarFieldType & | rhoLiquid, | ||
const ScalarFieldType & | rhoVapour | ||
) | const |
Definition at line 54 of file Cole.C.
References Foam::dimDensity, objectRegistry::lookupObject(), Foam::mag(), Foam::max(), and Foam::sqrt().