Go to the documentation of this file.
33 namespace saturationModels
50 const dictionary&
dict
76 *
exp(A_ + B_/(C_ +
T) + E_*
pow(
T, F_))
const dimensionSet dimPressure
virtual tmp< volScalarField > pSat(const volScalarField &T) const
Saturation pressure.
const dimensionSet dimless(0, 0, 0, 0, 0, 0, 0)
A class for managing temporary objects.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
dimensionedScalar exp(const dimensionedScalar &ds)
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
virtual tmp< volScalarField > pSatPrime(const volScalarField &T) const
Saturation pressure derivetive w.r.t. temperature.
virtual ~AntoineExtended()
Destructor.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
AntoineExtended(const dictionary &dict)
Construct from a dictionary.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
const dimensionedScalar & pSat
dimensionedScalar log(const dimensionedScalar &ds)
Macros for easy insertion into run-time selection tables.
dimensionedSymmTensor sqr(const dimensionedVector &dv)
virtual tmp< volScalarField > lnPSat(const volScalarField &T) const
Natural log of the saturation pressure.
const dimensionSet dimTemperature(0, 0, 0, 1, 0, 0, 0)
static const GeometricField< Type, PatchField, GeoMesh > & null()
Return a null geometric field.
virtual tmp< volScalarField > Tsat(const volScalarField &p) const
Saturation temperature.
defineTypeNameAndDebug(combustionModel, 0)