Go to the documentation of this file.
38 #ifndef departureFrequencyModel_H
39 #define departureFrequencyModel_H
45 #include "phaseModel.H"
51 namespace wallBoilingModels
static autoPtr< departureFrequencyModel > New(const dictionary &dict)
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
virtual ~departureFrequencyModel()=default
Base class for bubble departure frequency models for boiling flows.
A class for managing temporary objects.
virtual void write(Ostream &os) const
Generic thermophysical properties class for a liquid in which the functions and coefficients for each...
TypeName("departureFrequencyModel")
departureFrequencyModel()=default
Generic templated field type.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
declareRunTimeSelectionTable(autoPtr, departureFrequencyModel, dictionary,(const dictionary &dict),(dict))
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
virtual tmp< scalarField > fDeparture(const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &dDep) const =0
Macros to ease declaration of run-time selection tables.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...