![]() |
|
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< sutherlandTransport > | clone () 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]. | |
sutherlandTransport & | operator= (const sutherlandTransport &) |
Static Public Member Functions | |
autoPtr< sutherlandTransport > | New (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 &) |
Ostream & | operator (Ostream &, const sutherlandTransport &) |
|
Construct from components.
Definition at line 70 of file sutherlandTransportI.H. |
|
Construct from two viscosities.
Definition at line 85 of file sutherlandTransportI.H. |
|
Construct as named copy.
Definition at line 100 of file sutherlandTransportI.H. |
|
Construct from Istream.
|
|
Thermal diffusivity for enthalpy [kg/ms].
Definition at line 158 of file sutherlandTransportI.H. |
|
Construct and return a clone.
Reimplemented in Reaction< reactionThermo >. Definition at line 114 of file sutherlandTransportI.H. |
|
Thermal conductivity [W/mK].
Definition at line 149 of file sutherlandTransportI.H. References Foam::T(). |
Here is the call graph for this function:
|
Dynamic viscosity [kg/ms].
Definition at line 141 of file sutherlandTransportI.H. References Foam::T(). |
Here is the call graph for this function:
|
Definition at line 126 of file sutherlandTransportI.H. |
|
Definition at line 176 of file sutherlandTransportI.H. |
|
|
|
Definition at line 241 of file sutherlandTransportI.H. |
|
|
|
|
|
|