33 namespace saturationModels
68 *
exp(A_ + B_/(C_ + T));
78 return - pSat(T)*B_/
sqr(C_ + T);
88 return A_ + B_/(C_ +
T);
dimensionedScalar log(const dimensionedScalar &ds)
dimensionedSymmTensor sqr(const dimensionedVector &dv)
virtual tmp< volScalarField > pSatPrime(const volScalarField &T) const
Saturation pressure derivetive w.r.t. temperature.
virtual tmp< volScalarField > lnPSat(const volScalarField &T) const
Natural log of the saturation pressure.
Macros for easy insertion into run-time selection tables.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
dimensionedScalar exp(const dimensionedScalar &ds)
const dimensionSet dimTemperature(0, 0, 0, 1, 0, 0, 0)
Antoine(const dictionary &dict)
Construct from a dictionary.
const dimensionSet dimPressure
virtual ~Antoine()
Destructor.
virtual tmp< volScalarField > Tsat(const volScalarField &p) const
Saturation temperature.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
virtual tmp< volScalarField > pSat(const volScalarField &T) const
Saturation pressure.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
const dimensionSet dimless(0, 0, 0, 0, 0, 0, 0)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
A class for managing temporary objects.