OpenFOAM logo
Open Source CFD Toolkit

sutherlandTransport Class Template Reference

Inheritance diagram for sutherlandTransport:

Inheritance graph
[legend]
List of all members.

template<class thermo>
class Foam::sutherlandTransport< thermo >


Public Member Functions

 sutherlandTransport (const thermo &t, const scalar as, const scalar ts)
 Construct from components.
 sutherlandTransport (const thermo &t, const scalar mu1, const scalar T1, const scalar mu2, const scalar T2)
 Construct from two viscosities.
 sutherlandTransport (const word &, const sutherlandTransport &)
 Construct as named copy.
 sutherlandTransport (Istream &)
 Construct from Istream.
autoPtr< sutherlandTransportclone () const
 Construct and return a clone.
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].
sutherlandTransportoperator= (const sutherlandTransport &)

Static Public Member Functions

autoPtr< sutherlandTransportNew (Istream &is)

Friends

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

Constructor & Destructor Documentation

sutherlandTransport const thermo &  t,
const scalar  as,
const scalar  ts
[inline]
 

Construct from components.

Definition at line 70 of file sutherlandTransportI.H.

sutherlandTransport const thermo &  t,
const scalar  mu1,
const scalar  T1,
const scalar  mu2,
const scalar  T2
[inline]
 

Construct from two viscosities.

Definition at line 85 of file sutherlandTransportI.H.

sutherlandTransport const word ,
const sutherlandTransport< thermo > & 
[inline]
 

Construct as named copy.

Definition at line 100 of file sutherlandTransportI.H.

sutherlandTransport Istream  ) 
 

Construct from Istream.


Member Function Documentation

scalar alpha const scalar  T  )  const [inline]
 

Thermal diffusivity for enthalpy [kg/ms].

Definition at line 158 of file sutherlandTransportI.H.

autoPtr< sutherlandTransport< thermo > > clone  )  const [inline]
 

Construct and return a clone.

Reimplemented in Reaction< reactionThermo >.

Definition at line 114 of file sutherlandTransportI.H.

scalar kappa const scalar  T  )  const [inline]
 

Thermal conductivity [W/mK].

Definition at line 149 of file sutherlandTransportI.H.

References Foam::T().

Here is the call graph for this function:

scalar mu const scalar  T  )  const [inline]
 

Dynamic viscosity [kg/ms].

Definition at line 141 of file sutherlandTransportI.H.

References Foam::T().

Here is the call graph for this function:

autoPtr< sutherlandTransport< thermo > > New Istream is  )  [inline, static]
 

Definition at line 126 of file sutherlandTransportI.H.

sutherlandTransport< thermo > & operator= const sutherlandTransport< thermo > &   )  [inline]
 

Definition at line 176 of file sutherlandTransportI.H.


Friends And Related Function Documentation

Ostream& operator Ostream ,
const sutherlandTransport< thermo > & 
[friend]
 

sutherlandTransport operator * const   scalar,
const sutherlandTransport< thermo > &  st
[friend]
 

Definition at line 241 of file sutherlandTransportI.H.

sutherlandTransport operator+ const sutherlandTransport< thermo > &  ,
const sutherlandTransport< thermo > & 
[friend]
 

sutherlandTransport operator- const sutherlandTransport< thermo > &  ,
const sutherlandTransport< thermo > & 
[friend]
 

sutherlandTransport operator== const sutherlandTransport< thermo > &  ,
const sutherlandTransport< thermo > & 
[friend]
 


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