33 namespace saturationModels
49 Foam::saturationModels::ArdenBuck::xByTC
54 return (B - TC/
C)/(D + TC);
82 return A*
exp(TC*xByTC(TC));
96 return A*
exp(TC*
x)*(D*
x - TC/
C)/(D + TC);
108 return log(A.value()) + TC*xByTC(TC);
dimensionedScalar log(const dimensionedScalar &ds)
ArdenBuck(const dictionary &dict)
Construct from a dictionary.
Generic dimensioned Type class.
Macros for easy insertion into run-time selection tables.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
dimensionedScalar exp(const dimensionedScalar &ds)
virtual tmp< volScalarField > lnPSat(const volScalarField &T) const
Natural log of the saturation pressure.
const dimensionSet dimTemperature(0, 0, 0, 1, 0, 0, 0)
virtual ~ArdenBuck()
Destructor.
virtual tmp< volScalarField > pSat(const volScalarField &T) const
Saturation pressure.
const dimensionSet dimPressure
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
static const GeometricField< scalar, fvPatchField, volMesh > & null()
Return a null geometric field.
const dimensionSet dimless(0, 0, 0, 0, 0, 0, 0)
virtual tmp< volScalarField > Tsat(const volScalarField &p) const
Saturation temperature.
A class for managing temporary objects.
#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.