![]() |
|
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 &) |
|
Construct as named copy.
Definition at line 64 of file constTransportI.H. |
|
Construct from Istream.
|
|
Thermal diffusivity for enthalpy [kg/ms].
Definition at line 95 of file constTransportI.H. |
|
Thermal conductivity [W/mK].
Definition at line 87 of file constTransportI.H. References Foam::sqr(), and Foam::T(). |
Here is the call graph for this function:
|
Dynamic viscosity [kg/ms].
Definition at line 79 of file constTransportI.H. References Foam::T(). |
Here is the call graph for this function:
|
Definition at line 111 of file constTransportI.H. |
|
|
|
Definition at line 176 of file constTransportI.H. |
|
|
|
|
|
|