Constant properties Transport package. Templated into a given thermodynamics package (needed for thermal conductivity). More...
#include <specie/constTransport.H>
Constant properties Transport package. Templated into a given thermodynamics package (needed for thermal conductivity).
Definition at line 91 of file constTransport.H.
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 &) |
| 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().
| 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]
|
| 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]
|
| 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]
|