FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

constTransport< thermo > Class Template Reference

Constant properties Transport package. Templated into a given thermodynamics package (needed for thermal conductivity). More...

#include <specie/constTransport.H>


Detailed Description

template<class thermo>
class Foam::constTransport< thermo >

Constant properties Transport package. Templated into a given thermodynamics package (needed for thermal conductivity).

Source files

Definition at line 91 of file constTransport.H.

List of all members.

Public Member Functions

 constTransport (const word &, const constTransport &)
 Construct as named copy.
 constTransport (Istream &)
 Construct from Istream.
scalar  mu (const scalar T) const
 Dynamic viscosity [kg/ms].
scalar  kappa (const scalar T) const
 Thermal conductivity [W/mK].
scalar  alpha (const scalar T) const
 Thermal diffusivity for enthalpy [kg/ms].
constTransport &  operator= (const constTransport &)

Friends

constTransport  operator+ (const constTransport &, const constTransport &)
constTransport  operator- (const constTransport &, const constTransport &)
constTransport  operator* (const scalar, const constTransport &)
constTransport  operator== (const constTransport &, const constTransport &)
Ostream &  operator (Ostream &, const constTransport &)

Constructor & Destructor Documentation

constTransport ( const word &   name,
const constTransport< thermo > &   ct  
) [inline]

Construct as named copy.

Definition at line 51 of file constTransportI.H.

constTransport ( Istream &   is  )

Construct from Istream.

Definition at line 41 of file constTransport.C.

References IOstream::check().


Member Function Documentation

scalar mu ( const scalar   T  ) const [inline]

Dynamic viscosity [kg/ms].

Definition at line 66 of file constTransportI.H.

scalar kappa ( const scalar   T  ) const [inline]

Thermal conductivity [W/mK].

Definition at line 74 of file constTransportI.H.

References mu.

scalar alpha ( const scalar   T  ) const [inline]

Thermal diffusivity for enthalpy [kg/ms].

Definition at line 82 of file constTransportI.H.

References mu, Foam::sqr(), and specie::Tstd.

constTransport& operator= ( const constTransport< thermo > &    ) [inline]

Friends And Related Function Documentation

constTransport operator+ ( const constTransport< thermo > &   ,
const constTransport< thermo > &    
) [friend]
constTransport operator- ( const constTransport< thermo > &   ,
const constTransport< thermo > &    
) [friend]
constTransport operator* ( const   scalar,
const constTransport< thermo > &    
) [friend]
constTransport operator== ( const constTransport< thermo > &   ,
const constTransport< thermo > &    
) [friend]
Ostream& operator ( Ostream &   ,
const constTransport< thermo > &    
) [friend]

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