Go to the documentation of this file.
37 #ifndef standardPhaseChange_H
38 #define standardPhaseChange_H
46 namespace regionModels
48 namespace surfaceFilmModels
80 scalar
Sh(
const scalar
Re,
const scalar Sc)
const;
82 template<
class YInfType>
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
virtual ~standardPhaseChange()=default
Standard phase change model with modification for boiling.
TypeName("standardPhaseChange")
standardPhaseChange(const standardPhaseChange &)=delete
Generic templated field type.
Base class for surface film models.
const dictionary & dict() const
scalar Sh(const scalar Re, const scalar Sc) const
void correctModel(const scalar dt, scalarField &availableMass, scalarField &dMass, scalarField &dEnergy, YInfType YInf)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const surfaceFilmRegionModel & film() const
scalarField Re(const UList< complex > &cf)
void operator=(const standardPhaseChange &)=delete
Base class for surface film phase change models.