73 name_(
dict.dictName()),
74 Tc_(
dict.lookup<scalar>(
"Tc")),
75 Pc_(
dict.lookup<scalar>(
"Pc")),
76 Vc_(
dict.lookup<scalar>(
"Vc")),
77 Zc_(
dict.lookup<scalar>(
"Zc")),
78 Tt_(
dict.lookup<scalar>(
"Tt")),
79 Pt_(
dict.lookup<scalar>(
"Pt")),
80 Tb_(
dict.lookup<scalar>(
"Tb")),
81 dipm_(
dict.lookup<scalar>(
"dipm")),
82 omega_(
dict.lookup<scalar>(
"omega")),
83 delta_(
dict.lookup<scalar>(
"delta"))
114 <<
"Pressure below triple point pressure: "
115 <<
"p = " <<
p <<
" < Pt = " << Pt_ <<
nl <<
endl;
127 while ((Thi - Tlo) > 1.0e-4)
129 if ((pv(
p,
T) -
p) <= 0)
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....
bool readIfPresent(const word &, T &, bool recursive=false, bool patternMatch=true) const
Find an entry if present, and assign to T.
The thermophysical properties of a liquid.
liquidProperties(const word &name, scalar W, scalar Tc, scalar Pc, scalar Vc, scalar Zc, scalar Tt, scalar Pt, scalar Tb, scalar dipm, scalar omega, scalar delta)
Construct from components.
virtual void write(Ostream &os) const =0
Write the function coefficients.
scalar s(const scalar p, const scalar T) const
Liquid entropy [J/kg/K].
virtual const word & name() const
Return the name of the liquid.
virtual scalar pvInvert(scalar p) const
Invert the vapour pressure relationship to retrieve the.
void readIfPresent(const dictionary &dict)
Read and set the properties present it the given dictionary.
Convenience class to handle the input of constant rotational speed. Reads an omega entry with default...
Base-class for thermophysical properties of solids, liquids and gases providing an interface compatib...
virtual void write(Ostream &os) const =0
Write the function coefficients.
void readIfPresent(const dictionary &dict)
Read and set the properties present it the given dictionary.
A class for handling words, derived from string.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
#define WarningInFunction
Report a warning using Foam::Warning.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
Ostream & endl(Ostream &os)
Add newline and flush stream.
word name(const bool)
Return a word representation of a bool.
void writeEntry(Ostream &os, const HashTable< T, Key, Hash > &ht)
defineTypeNameAndDebug(combustionModel, 0)
Ostream & operator<<(Ostream &os, const fvConstraints &constraints)
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
const scalarList W(::W(thermo))