Transport package using Sutherland's formula. More...
#include <specie/sutherlandTransport.H>
Transport package using Sutherland's formula.
Templated into a given thermodynamics package (needed for thermal conductivity).
Dynamic viscosity [kg/m.s]
Definition at line 97 of file sutherlandTransport.H.
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 | |
static 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 &) |
|
inline |
Construct from components.
Definition at line 57 of file sutherlandTransportI.H.
|
inline |
Construct from two viscosities.
Definition at line 72 of file sutherlandTransportI.H.
|
inline |
Construct as named copy.
Definition at line 87 of file sutherlandTransportI.H.
sutherlandTransport | ( | Istream & | is | ) |
Construct from Istream.
Definition at line 37 of file sutherlandTransport.C.
References IOstream::check().
|
inline |
Construct and return a clone.
Definition at line 101 of file sutherlandTransportI.H.
|
inlinestatic |
Definition at line 113 of file sutherlandTransportI.H.
|
inline |
Dynamic viscosity [kg/ms].
Definition at line 128 of file sutherlandTransportI.H.
References Foam::sqrt(), Foam::T(), and Ts().
|
inline |
Thermal conductivity [W/mK].
Definition at line 136 of file sutherlandTransportI.H.
|
inline |
Thermal diffusivity for enthalpy [kg/ms].
Definition at line 145 of file sutherlandTransportI.H.
References mu, R, Foam::sqr(), and specie::Tstd.
|
inline |
Definition at line 163 of file sutherlandTransportI.H.
References Ts().
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |