Public Member Functions | Static Public Member Functions | Friends | List of all members
constTransport Class Reference

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

Public Member Functions

 constTransport (const word &, const constTransport &)
 
 constTransport (const dictionary &dict)
 
autoPtr< constTransportclone () const
 
scalar mu (const scalar p, const scalar T) const
 
scalar kappa (const scalar p, const scalar T) const
 
scalar alphah (const scalar p, const scalar T) const
 
void write (Ostream &os) const
 
void operator+= (const constTransport &)
 
void operator*= (const scalar)
 

Static Public Member Functions

static autoPtr< constTransportNew (const dictionary &dict)
 
static word typeName ()
 

Friends

constTransport operator+ (const constTransport &, const constTransport &)
 
constTransport operator* (const scalar, const constTransport &)
 
Ostreamoperator (Ostream &, const constTransport &)
 

Detailed Description

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

Source files

Definition at line 49 of file constTransport.H.

Constructor & Destructor Documentation

◆ constTransport() [1/2]

constTransport ( const word ,
const constTransport  
)
inline

◆ constTransport() [2/2]

constTransport ( const dictionary dict)
explicit

Definition at line 27 of file constTransport.C.

Member Function Documentation

◆ clone()

Foam::autoPtr< Foam::constTransport< Thermo > > clone ( ) const
inline

Definition at line 52 of file constTransportI.H.

References Foam::New().

Here is the call graph for this function:

◆ New()

Foam::autoPtr< Foam::constTransport< Thermo > > New ( const dictionary dict)
inlinestatic

Definition at line 61 of file constTransportI.H.

References dict, and Foam::New().

Here is the call graph for this function:

◆ typeName()

static word typeName ( )
inlinestatic

Definition at line 125 of file constTransport.H.

◆ mu()

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

Definition at line 73 of file constTransportI.H.

◆ kappa()

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

Definition at line 84 of file constTransportI.H.

References Cp, Foam::constant::physicoChemical::mu, p, and Foam::T().

Here is the call graph for this function:

◆ alphah()

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

Definition at line 95 of file constTransportI.H.

References Foam::constant::physicoChemical::mu, p, and Foam::T().

Here is the call graph for this function:

◆ write()

void write ( Ostream os) const

◆ operator+=()

void operator+= ( const constTransport )
inline

Definition at line 108 of file constTransportI.H.

References Foam::mag(), and Y.

Here is the call graph for this function:

◆ operator*=()

void operator*= ( const scalar  s)
inline

Definition at line 129 of file constTransportI.H.

References s.

Friends And Related Function Documentation

◆ operator+

constTransport operator+ ( const constTransport ,
const constTransport  
)
friend

◆ operator*

constTransport operator* ( const  scalar,
const constTransport  
)
friend

◆ operator

Ostream& operator ( Ostream ,
const constTransport  
)
friend

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