35 #ifndef noPhaseChange_H 36 #define noPhaseChange_H 44 namespace regionModels
46 namespace surfaceFilmModels
Base class for surface film models.
A list of keyword definitions, which are a keyword followed by any number of values (e...
noPhaseChange(surfaceFilmRegionModel &film, const dictionary &dict)
Construct from surface film model.
const dictionary & dict() const
Return const access to the cloud dictionary.
const surfaceFilmRegionModel & film() const
Return const access to the film surface film model.
Base class for surface film phase change models.
TypeName("none")
Runtime type information.
Dummy phase change model for 'none'.
void operator=(const noPhaseChange &)=delete
Disallow default bitwise assignment.
virtual void correctModel(const scalar dt, scalarField &availableMass, scalarField &dMass, scalarField &dEnergy)
Correct.
virtual void correct(const scalar dt, scalarField &availableMass, volScalarField &dMass, volScalarField &dEnergy)
Correct.
virtual ~noPhaseChange()
Destructor.