OpenFOAM logo
Open Source CFD Toolkit

C14H30 Class Reference

Inheritance diagram for C14H30:

Inheritance graph
[legend]
Collaboration diagram for C14H30:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TypeName ("C14H30")
 Runtime type information.
 C14H30 ()
 Construct null.
 C14H30 (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)
 C14H30 (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

Ostreamoperator<< (Ostream &os, const C14H30 &l)

Constructor & Destructor Documentation

C14H30  )  [inline]
 

Construct null.

Definition at line 97 of file C14H30.H.

C14H30 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
[inline]
 

Definition at line 118 of file C14H30.H.

C14H30 Istream is  )  [inline]
 

Construct from Istream.

Definition at line 152 of file C14H30.H.


Member Function Documentation

scalar B scalar  p,
scalar  T
const [inline]
 

Second Virial Coefficient [m^3/kg].

Definition at line 210 of file C14H30.H.

References p, and Foam::T().

Here is the call graph for this function:

scalar cp scalar  p,
scalar  T
const [inline, virtual]
 

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

Implements liquid.

Definition at line 192 of file C14H30.H.

References p, and Foam::T().

Here is the call graph for this function:

scalar cpg scalar  p,
scalar  T
const [inline, virtual]
 

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

Implements liquid.

Definition at line 204 of file C14H30.H.

References p, and Foam::T().

Here is the call graph for this function:

scalar D scalar  p,
scalar  T
const [inline, virtual]
 

Vapour diffussivity [m2/s].

Implements liquid.

Definition at line 246 of file C14H30.H.

scalar h scalar  p,
scalar  T
const [inline, virtual]
 

Liquid Enthalpy [J/(kg)].

Implements liquid.

Definition at line 198 of file C14H30.H.

References p, and Foam::T().

Here is the call graph for this function:

scalar hl scalar  p,
scalar  T
const [inline, virtual]
 

Heat of vapourisation [J/kg].

Implements liquid.

Definition at line 186 of file C14H30.H.

References p, and Foam::T().

Here is the call graph for this function:

scalar K scalar  p,
scalar  T
const [inline, virtual]
 

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

Implements liquid.

Definition at line 228 of file C14H30.H.

References p, and Foam::T().

Here is the call graph for this function:

scalar Kg scalar  p,
scalar  T
const [inline, virtual]
 

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

Implements liquid.

Definition at line 234 of file C14H30.H.

References p, and Foam::T().

Here is the call graph for this function:

scalar mu scalar  p,
scalar  T
const [inline, virtual]
 

Liquid viscosity [Pa s].

Implements liquid.

Definition at line 216 of file C14H30.H.

References p, and Foam::T().

Here is the call graph for this function:

scalar mug scalar  p,
scalar  T
const [inline, virtual]
 

Vapour viscosity [Pa s].

Implements liquid.

Definition at line 222 of file C14H30.H.

References p, and Foam::T().

Here is the call graph for this function:

scalar pv scalar  p,
scalar  T
const [inline, virtual]
 

Vapour pressure [Pa].

Implements liquid.

Definition at line 180 of file C14H30.H.

References p, and Foam::T().

Here is the call graph for this function:

scalar rho scalar  p,
scalar  T
const [inline, virtual]
 

Liquid density [kg/m^3].

Implements liquid.

Definition at line 174 of file C14H30.H.

References p, and Foam::T().

Here is the call graph for this function:

scalar sigma scalar  p,
scalar  T
const [inline, virtual]
 

Surface tension [N/m].

Implements liquid.

Definition at line 240 of file C14H30.H.

References p, and Foam::T().

Here is the call graph for this function:

TypeName "C14H30"   ) 
 

Runtime type information.

void writeData Ostream os  )  const [inline, virtual]
 

Write the function coefficients.

Reimplemented from liquid.

Definition at line 253 of file C14H30.H.


Friends And Related Function Documentation

Ostream& operator<< Ostream os,
const C14H30 l
[friend]
 

Definition at line 273 of file C14H30.H.


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org