Go to the documentation of this file.
35 #ifndef standardPhaseChange_H
36 #define standardPhaseChange_H
44 namespace regionModels
46 namespace surfaceFilmModels
86 scalar
Sh(
const scalar
Re,
const scalar Sc)
const;
standardPhaseChange(const standardPhaseChange &)
Disallow default bitwise copy construct.
TypeName("standardPhaseChange")
Runtime type information.
scalarField Re(const UList< complex > &cf)
const surfaceFilmModel & owner() const
Return const access to the owner surface film model.
virtual ~standardPhaseChange()
Destructor.
Pre-declare SubField and related Field type.
const dictionary & dict() const
Return const access to the cloud dictionary.
scalar Sh(const scalar Re, const scalar Sc) const
Return Sherwood number as a function of Reynolds and Schmidt numbers.
const scalar TbFactor_
Boiling temperature factor / [].
A list of keyword definitions, which are a keyword followed by any number of values (e....
void operator=(const standardPhaseChange &)
Disallow default bitwise assignment.
Base class for surface film models.
const scalar L_
Length scale / [m].
const scalar deltaMin_
Minimum film height for model to be active.
virtual void correctModel(const scalar dt, scalarField &availableMass, scalarField &dMass, scalarField &dEnergy)
Correct.