107 inline scalar
rho(scalar
p, scalar
T)
const;
110 inline scalar
pv(scalar p, scalar T)
const;
113 inline scalar
hl(scalar p, scalar T)
const;
116 inline scalar
Cp(scalar p, scalar T)
const;
119 inline scalar
Hs(scalar p, scalar T)
const;
122 inline scalar
Hf()
const;
125 inline scalar
Ha(scalar p, scalar T)
const;
128 inline scalar
Cpg(scalar p, scalar T)
const;
131 inline scalar
B(scalar p, scalar T)
const;
134 inline scalar
mu(scalar p, scalar T)
const;
137 inline scalar
mug(scalar p, scalar T)
const;
140 inline scalar
kappa(scalar p, scalar T)
const;
143 inline scalar
kappag(scalar p, scalar T)
const;
146 inline scalar
sigma(scalar p, scalar T)
const;
149 inline scalar
D(scalar p, scalar T)
const;
152 inline scalar
D(scalar p, scalar T, scalar Wb)
const;
Generic thermophysical properties class for a liquid in which the functions and coefficients for each...
scalar kappag(scalar p, scalar T) const
Vapour thermal conductivity [W/m/K].
A list of keyword definitions, which are a keyword followed by any number of values (e...
scalar hl(scalar p, scalar T) const
Heat of vapourisation [J/kg].
scalar mu(scalar p, scalar T) const
Liquid viscosity [Pa s].
liquid(const dictionary &dict)
Construct from dictionary.
scalar Hf() const
Liquid heat of formation [J/kg].
scalar Cpg(scalar p, scalar T) const
Ideal gas heat capacity [J/kg/K].
virtual const word & name() const
Return the name of the liquid.
scalar B(scalar p, scalar T) const
Second Virial Coefficient [m^3/kg].
scalar rho(scalar p, scalar T) const
Liquid density [kg/m^3].
A class for handling words, derived from string.
The thermophysical properties of a liquid.
scalar Cp(scalar p, scalar T) const
Liquid heat capacity [J/kg/K].
scalar D(scalar p, scalar T) const
Vapour diffusivity [m^2/s].
scalar kappa(scalar p, scalar T) const
Liquid thermal conductivity [W/m/K].
virtual autoPtr< liquidProperties > clone() const
Construct and return clone.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
void write(Ostream &os) const
Write the function coefficients.
scalar mug(scalar p, scalar T) const
Vapour viscosity [Pa s].
scalar Hs(scalar p, scalar T) const
Liquid sensible enthalpy [J/kg].
scalar Ha(scalar p, scalar T) const
Liquid absolute enthalpy [J/kg].
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
scalar pv(scalar p, scalar T) const
Vapour pressure [Pa].
scalar sigma(scalar p, scalar T) const
Surface tension [N/m].
TypeName("liquid")
Runtime type information.