54 interface.mesh().time().
name(),
85 return saturationModel_->Tsat(
p);
Generic GeometricField class.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
bool good() const
Return true if next operation might succeed.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A list of keyword definitions, which are a keyword followed by any number of values (e....
Wrapper around saturationTemperatureModel to facilitate convenient construction on interfaces.
virtual ~interfaceSaturationTemperatureModel()
Destructor.
const phaseInterface & interface() const
Access the interface.
bool writeData(Ostream &os) const
Pure virtual writaData function.
tmp< volScalarField > Tsat(const volScalarField &p) const
Saturation temperature.
interfaceSaturationTemperatureModel(const dictionary &dict, const phaseInterface &interface)
Construct from a dictionary and an interface.
Class to represent an interface between phases. Derivations can further specify the configuration of ...
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...
Model to describe the dependence of saturation pressure on temperature, and vice versa.
A class for managing temporary objects.
autoPtr< CompressibleMomentumTransportModel > New(const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const viscosity &viscosity)
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
word name(const bool)
Return a word representation of a bool.
defineTypeNameAndDebug(combustionModel, 0)