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 &) |
|
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().
|
inline |
Dynamic viscosity [kg/ms].
Definition at line 66 of file constTransportI.H.
|
inline |
|
inline |
Thermal diffusivity for enthalpy [kg/ms].
Definition at line 82 of file constTransportI.H.
References mu, Foam::sqr(), and specie::Tstd.
|
inline |
Definition at line 98 of file constTransportI.H.
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |