![]() |
|
Public Member Functions | |
TypeName ("C7H8") | |
Runtime type information. | |
C7H8 () | |
Construct null. | |
C7H8 (const liquid &l, const NSRDSfunc5 &density, const NSRDSfunc1 &vapourPressure, const NSRDSfunc6 &heatOfVapourisation, const NSRDSfunc0 &heatCapacity, const NSRDSfunc0 &enthalpy, const NSRDSfunc7 &idealGasHeatCapacity, const NSRDSfunc4 &secondVirialCoeff, const NSRDSfunc1 &dynamicViscosity, const NSRDSfunc2 &vapourDynamicViscosity, const NSRDSfunc0 &thermalConductivity, const NSRDSfunc2 &vapourThermalConductivity, const NSRDSfunc6 &surfaceTension, const APIdiffCoefFunc &vapourDiffussivity) | |
C7H8 (Istream &is) | |
Construct from Istream. | |
scalar | rho (scalar p, scalar T) const |
Liquid density [kg/m^3]. | |
scalar | pv (scalar p, scalar T) const |
Vapour pressure [Pa]. | |
scalar | hl (scalar p, scalar T) const |
Heat of vapourisation [J/kg]. | |
scalar | cp (scalar p, scalar T) const |
Liquid heat capacity [J/(kg K)]. | |
scalar | h (scalar p, scalar T) const |
Liquid Enthalpy [J/(kg)]. | |
scalar | cpg (scalar p, scalar T) const |
Ideal gas heat capacity [J/(kg K)]. | |
scalar | B (scalar p, scalar T) const |
Second Virial Coefficient [m^3/kg]. | |
scalar | mu (scalar p, scalar T) const |
Liquid viscosity [Pa s]. | |
scalar | mug (scalar p, scalar T) const |
Vapour viscosity [Pa s]. | |
scalar | K (scalar p, scalar T) const |
Liquid thermal conductivity [W/(m K)]. | |
scalar | Kg (scalar p, scalar T) const |
Vapour thermal conductivity [W/(m K)]. | |
scalar | sigma (scalar p, scalar T) const |
Surface tension [N/m]. | |
scalar | D (scalar p, scalar T) const |
Vapour diffussivity [m2/s]. | |
void | writeData (Ostream &os) const |
Write the function coefficients. | |
Friends | |
Ostream & | operator<< (Ostream &os, const C7H8 &l) |
|
Construct null.
|
|
|
|
Construct from Istream.
|
|
Second Virial Coefficient [m^3/kg].
|
Here is the call graph for this function:
|
Liquid heat capacity [J/(kg K)].
Implements liquid. |
Here is the call graph for this function:
|
Ideal gas heat capacity [J/(kg K)].
Implements liquid. |
Here is the call graph for this function:
|
Vapour diffussivity [m2/s].
Implements liquid. |
|
Liquid Enthalpy [J/(kg)].
Implements liquid. |
Here is the call graph for this function:
|
Heat of vapourisation [J/kg].
Implements liquid. |
Here is the call graph for this function:
|
Liquid thermal conductivity [W/(m K)].
Implements liquid. |
Here is the call graph for this function:
|
Vapour thermal conductivity [W/(m K)].
Implements liquid. |
Here is the call graph for this function:
|
Liquid viscosity [Pa s].
Implements liquid. |
Here is the call graph for this function:
|
Vapour viscosity [Pa s].
Implements liquid. |
Here is the call graph for this function:
|
Vapour pressure [Pa].
Implements liquid. |
Here is the call graph for this function:
|
Liquid density [kg/m^3].
Implements liquid. |
Here is the call graph for this function:
|
Surface tension [N/m].
Implements liquid. |
Here is the call graph for this function:
|
Runtime type information.
|
|
Write the function coefficients.
Reimplemented from liquid. |
|
|