37#ifndef noPhaseChange_H
38#define noPhaseChange_H
57 public phaseChangeModel
64 noPhaseChange(
const noPhaseChange&) =
delete;
67 void operator=(
const noPhaseChange&) =
delete;
91 virtual bool active()
const;
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const surfaceFilmRegionModel & film() const
Return const access to the film surface film model.
TypeName("none")
Runtime type information.
virtual void correctModel(const scalar dt, scalarField &availableMass, scalarField &dMass, scalarField &dEnergy)
Correct.
virtual bool active() const
Return the model 'active' status - default active = true.
virtual ~noPhaseChange()
Destructor.
Base class for surface film models.
const dictionary & dict() const
Return const access to the cloud dictionary.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.