Transport package using Sutherland's formula. More...
#include <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 (const dictionary &dict) | |
| Construct from dictionary. | |
| sutherlandTransport (const Thermo &t, const dictionary &dict) | |
| Construct from base thermo and dictionary. | |
| autoPtr< sutherlandTransport > | clone () const |
| Construct and return a clone. | |
| scalar | mu (const scalar p, const scalar T) const |
| Dynamic viscosity [kg/ms]. | |
| scalar | kappa (const scalar p, const scalar T) const |
| Thermal conductivity [W/mK]. | |
| scalar | alphah (const scalar p, const scalar T) const |
| Thermal diffusivity of enthalpy [kg/ms]. | |
| void | write (Ostream &os) const |
| Write to Ostream. | |
| void | operator+= (const sutherlandTransport &) |
| void | operator*= (const scalar) |
Static Public Member Functions | |
| static autoPtr< sutherlandTransport > | New (const dictionary &dict) |
| static word | typeName () |
| Return the instantiated type name. | |
Friends | |
| sutherlandTransport | operator+ (const sutherlandTransport &, const sutherlandTransport &) |
| sutherlandTransport | operator* (const scalar, const sutherlandTransport &) |
| Ostream & | operator<< (Ostream &, const sutherlandTransport &) |
Transport package using Sutherland's formula.
Templated into a given thermodynamics package (needed for thermal conductivity).
Dynamic viscosity [kg/m.s]
![\[ \mu = A_s \frac{\sqrt{T}}{1 + T_s / T}
\]](form_963.png)
Definition at line 84 of file sutherlandTransport.H.
|
inline |
Construct from components.
Definition at line 45 of file sutherlandTransportI.H.
Referenced by operator+=(), and sutherlandTransport().

|
inline |
Construct from two viscosities.
Definition at line 59 of file sutherlandTransportI.H.
|
inline |
Construct as named copy.
Definition at line 73 of file sutherlandTransportI.H.
References Foam::name(), and sutherlandTransport().

|
explicit |
| sutherlandTransport | ( | const Thermo & | t, |
| const dictionary & | dict ) |
Construct from base thermo and dictionary.
Definition at line 49 of file sutherlandTransport.C.
References dict.
|
inline |
Construct and return a clone.
Definition at line 87 of file sutherlandTransportI.H.
References Foam::New().

|
inlinestatic |
Definition at line 95 of file sutherlandTransportI.H.
References dict, and Foam::New().

|
inlinestatic |
Return the instantiated type name.
Definition at line 169 of file sutherlandTransport.H.
|
inline |
Dynamic viscosity [kg/ms].
Definition at line 107 of file sutherlandTransportI.H.
References p, Foam::sqrt(), and Foam::T().

|
inline |
|
inline |
| void write | ( | Ostream & | os | ) | const |
Write to Ostream.
Definition at line 64 of file sutherlandTransport.C.
References specie::name(), and os().

|
inline |
Definition at line 143 of file sutherlandTransportI.H.
References Foam::mag(), sutherlandTransport(), and Y.

|
inline |
Definition at line 164 of file sutherlandTransportI.H.
References s().

|
friend |
|
friend |
|
friend |