Go to the documentation of this file.
35 #ifndef saturationModel_H
36 #define saturationModel_H
A class for managing temporary objects.
virtual tmp< volScalarField > lnPSat(const volScalarField &T) const =0
Natural log of the saturation pressure.
declareRunTimeSelectionTable(autoPtr, saturationModel, dictionary,(const dictionary &dict),(dict))
Declare runtime construction.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
virtual tmp< volScalarField > Tsat(const volScalarField &p) const =0
Saturation temperature.
virtual ~saturationModel()
Destructor.
saturationModel()
Construct null.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual tmp< volScalarField > pSat(const volScalarField &T) const =0
Saturation pressure.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual tmp< volScalarField > pSatPrime(const volScalarField &T) const =0
Saturation pressure derivetive w.r.t. temperature.
Macros to ease declaration of run-time selection tables.
void operator=(const saturationModel &)
Disallow default bitwise assignment.
Generic GeometricField class.
static autoPtr< saturationModel > New(const dictionary &dict)
Select null constructed.
TypeName("saturationModel")
Runtime type information.