FreeFOAM The Cross-Platform CFD Toolkit
C9H20 Class Reference

nNonane More...

#include <liquids/C9H20.H>


Detailed Description

+ Inheritance diagram for C9H20:
+ Collaboration diagram for C9H20:

List of all members.

Public Member Functions

 TypeName ("C9H20")
 Runtime type information.
 C9H20 ()
 Construct null.
 C9H20 (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)
 Construct from components.
 C9H20 (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].
scalar D (scalar p, scalar T, scalar Wb) const
 Vapour diffussivity [m2/s] with specified binary pair.
void writeData (Ostream &os) const
 Write the function coefficients.
- Public Member Functions inherited from liquid
 TypeName ("liquid")
 declareRunTimeSelectionTable (autoPtr, liquid,,(),())
 declareRunTimeSelectionTable (autoPtr, liquid, Istream,(Istream &is),(is))
 liquid (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.
 liquid (Istream &is)
 Construct from Istream.
virtual ~liquid ()
 Destructor.
scalar W () const
 Molecular weight [kg/kmol].
scalar Tc () const
 Critical temperature [K].
scalar Pc () const
 Critical pressure [Pa].
scalar Vc () const
 Critical volume [m^3/mol].
scalar Zc () const
 Critical compressibilty factor.
scalar Tt () const
 Triple point temperature [K].
scalar Pt () const
 Triple point pressure [Pa].
scalar Tb () const
 Normal boiling temperature [K].
scalar dipm () const
 Dipole moment [].
scalar omega () const
 Pitzer's ascentric factor [].
scalar delta () const
 Solubility parameter [(J/m^3)^(1/2)].

Friends

Ostreamoperator<< (Ostream &os, const C9H20 &l)
 Ostream Operator.

Additional Inherited Members

- Static Public Member Functions inherited from liquid
static autoPtr< liquidNew (Istream &is)
 Return a pointer to a new liquid created from input.

Constructor & Destructor Documentation

C9H20 ( )

Construct null.

Definition at line 40 of file C9H20.C.

C9H20 ( 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 
)

Construct from components.

Definition at line 96 of file C9H20.C.

C9H20 ( Istream is)

Construct from Istream.

Definition at line 130 of file C9H20.C.


Member Function Documentation

TypeName ( "C9H20"  )

Runtime type information.

Foam::scalar rho ( scalar  p,
scalar  T 
) const
inlinevirtual

Liquid density [kg/m^3].

Implements liquid.

Definition at line 26 of file C9H20I.H.

References NSRDSfunc5::f().

Foam::scalar pv ( scalar  p,
scalar  T 
) const
inlinevirtual

Vapour pressure [Pa].

Implements liquid.

Definition at line 32 of file C9H20I.H.

Foam::scalar hl ( scalar  p,
scalar  T 
) const
inlinevirtual

Heat of vapourisation [J/kg].

Implements liquid.

Definition at line 38 of file C9H20I.H.

Foam::scalar cp ( scalar  p,
scalar  T 
) const
inlinevirtual

Liquid heat capacity [J/(kg K)].

Implements liquid.

Definition at line 44 of file C9H20I.H.

Foam::scalar h ( scalar  p,
scalar  T 
) const
inlinevirtual

Liquid Enthalpy [J/(kg)].

Implements liquid.

Definition at line 50 of file C9H20I.H.

Foam::scalar cpg ( scalar  p,
scalar  T 
) const
inlinevirtual

Ideal gas heat capacity [J/(kg K)].

Implements liquid.

Definition at line 56 of file C9H20I.H.

Foam::scalar B ( scalar  p,
scalar  T 
) const
inline

Second Virial Coefficient [m^3/kg].

Definition at line 62 of file C9H20I.H.

Foam::scalar mu ( scalar  p,
scalar  T 
) const
inlinevirtual

Liquid viscosity [Pa s].

Implements liquid.

Definition at line 68 of file C9H20I.H.

Foam::scalar mug ( scalar  p,
scalar  T 
) const
inlinevirtual

Vapour viscosity [Pa s].

Implements liquid.

Definition at line 74 of file C9H20I.H.

Foam::scalar K ( scalar  p,
scalar  T 
) const
inlinevirtual

Liquid thermal conductivity [W/(m K)].

Implements liquid.

Definition at line 80 of file C9H20I.H.

Foam::scalar Kg ( scalar  p,
scalar  T 
) const
inlinevirtual

Vapour thermal conductivity [W/(m K)].

Implements liquid.

Definition at line 86 of file C9H20I.H.

Foam::scalar sigma ( scalar  p,
scalar  T 
) const
inlinevirtual

Surface tension [N/m].

Implements liquid.

Definition at line 92 of file C9H20I.H.

Foam::scalar D ( scalar  p,
scalar  T 
) const
inlinevirtual

Vapour diffussivity [m2/s].

Implements liquid.

Definition at line 98 of file C9H20I.H.

Foam::scalar D ( scalar  p,
scalar  T,
scalar  Wb 
) const
inlinevirtual

Vapour diffussivity [m2/s] with specified binary pair.

Implements liquid.

Definition at line 104 of file C9H20I.H.

void writeData ( Ostream os) const
inlinevirtual

Friends And Related Function Documentation

Ostream& operator<< ( Ostream os,
const C9H20 l 
)
friend

Ostream Operator.

Definition at line 180 of file C9H20.H.


The documentation for this class was generated from the following files: