Constant properties Transport package. Templated into a given thermodynamics package (needed for thermal conductivity). More...
Public Member Functions | |
powerLawTransport (const word &, const powerLawTransport &) | |
Construct as named copy. More... | |
powerLawTransport (Istream &) | |
Construct from Istream. More... | |
powerLawTransport (const dictionary &dict) | |
Construct from dictionary. More... | |
autoPtr< powerLawTransport > | clone () const |
Construct and return a clone. More... | |
scalar | mu (const scalar p, const scalar T) const |
Dynamic viscosity [kg/ms]. More... | |
scalar | kappa (const scalar p, const scalar T) const |
Thermal conductivity [W/mK]. More... | |
scalar | alphah (const scalar p, const scalar T) const |
Thermal diffusivity of enthalpy [kg/ms]. More... | |
void | write (Ostream &os) const |
Write to Ostream. More... | |
powerLawTransport & | operator= (const powerLawTransport &) |
void | operator+= (const powerLawTransport &) |
void | operator-= (const powerLawTransport &) |
void | operator*= (const scalar) |
Static Public Member Functions | |
static autoPtr< powerLawTransport > | New (Istream &is) |
static autoPtr< powerLawTransport > | New (const dictionary &dict) |
static word | typeName () |
Return the instantiated type name. More... | |
Friends | |
powerLawTransport | operator+ (const powerLawTransport &, const powerLawTransport &) |
powerLawTransport | operator- (const powerLawTransport &, const powerLawTransport &) |
powerLawTransport | operator* (const scalar, const powerLawTransport &) |
powerLawTransport | operator== (const powerLawTransport &, const powerLawTransport &) |
Ostream & | operator (Ostream &, const powerLawTransport &) |
Constant properties Transport package. Templated into a given thermodynamics package (needed for thermal conductivity).
Description: Definition of templates
SourceFiles: powerLawTransportI.H powerLawTransport.C
Definition at line 48 of file powerLawTransport.H.
|
inline |
Construct as named copy.
Definition at line 58 of file powerLawTransportI.H.
powerLawTransport | ( | Istream & | is | ) |
Construct from Istream.
Definition at line 33 of file powerLawTransport.C.
powerLawTransport | ( | const dictionary & | dict | ) |
Construct from dictionary.
Definition at line 46 of file powerLawTransport.C.
|
inline |
Construct and return a clone.
Definition at line 73 of file powerLawTransportI.H.
|
inlinestatic |
Definition at line 85 of file powerLawTransportI.H.
|
inlinestatic |
Definition at line 99 of file powerLawTransportI.H.
|
inlinestatic |
Return the instantiated type name.
Definition at line 169 of file powerLawTransport.H.
|
inline |
Dynamic viscosity [kg/ms].
Definition at line 114 of file powerLawTransportI.H.
|
inline |
|
inline |
Thermal diffusivity of enthalpy [kg/ms].
Definition at line 136 of file powerLawTransportI.H.
References T.
void write | ( | Ostream & | os | ) | const |
Write to Ostream.
|
inline |
Definition at line 149 of file powerLawTransportI.H.
|
inline |
Definition at line 166 of file powerLawTransportI.H.
|
inline |
Definition at line 186 of file powerLawTransportI.H.
|
inline |
Definition at line 206 of file powerLawTransportI.H.
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |