35 #ifndef standardPhaseChange_H 36 #define standardPhaseChange_H 44 namespace regionModels
46 namespace surfaceFilmModels
78 scalar
Sh(
const scalar
Re,
const scalar Sc)
const;
80 template<
class YInfType>
void operator=(const standardPhaseChange &)=delete
Disallow default bitwise assignment.
Base class for surface film models.
A list of keyword definitions, which are a keyword followed by any number of values (e...
TypeName("standardPhaseChange")
Runtime type information.
const scalar L_
Length scale / [m].
A simple wrapper around bool so that it can be read as a word: true/false, on/off, yes/no, y/n, t/f, or none/any.
const dictionary & dict() const
Return const access to the cloud dictionary.
const surfaceFilmRegionModel & film() const
Return const access to the film surface film model.
scalar Sh(const scalar Re, const scalar Sc) const
Return Sherwood number as a function of Reynolds and Schmidt numbers.
standardPhaseChange(surfaceFilmRegionModel &film, const dictionary &dict)
Construct from surface film model.
virtual ~standardPhaseChange()
Destructor.
const scalar TbFactor_
Boiling temperature factor / [].
Standard phase change model with modification for boiling.
void correctModel(const scalar dt, scalarField &availableMass, scalarField &dMass, scalarField &dEnergy, YInfType YInf)
const scalar deltaMin_
Minimum film height for model to be active.
Specie phase change model abstract base class.
scalarField Re(const UList< complex > &cf)
Switch YInfZero_
Switch to treat YInf as zero.