Constant properties Transport package. Templated into a given thermodynamics package (needed for thermal conductivity). More...
Public Member Functions | |
constTransport (const word &, const constTransport &) | |
Construct as named copy. More... | |
constTransport (Istream &) | |
Construct from Istream. More... | |
constTransport (const dictionary &dict) | |
Construct from dictionary. More... | |
autoPtr< constTransport > | 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... | |
constTransport & | operator= (const constTransport &) |
void | operator+= (const constTransport &) |
void | operator-= (const constTransport &) |
void | operator*= (const scalar) |
Static Public Member Functions | |
static autoPtr< constTransport > | New (Istream &is) |
static autoPtr< constTransport > | New (const dictionary &dict) |
static word | typeName () |
Return the instantiated type name. More... | |
Private Member Functions | |
constTransport (const Thermo &t, const scalar mu, const scalar Pr) | |
Construct from components. More... | |
Private Attributes | |
scalar | mu_ |
Constant dynamic viscosity [Pa.s]. More... | |
scalar | rPr_ |
Reciprocal Prandtl Number []. More... | |
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 &) |
Constant properties Transport package. Templated into a given thermodynamics package (needed for thermal conductivity).
Definition at line 47 of file constTransport.H.
|
inlineprivate |
Construct from components.
Definition at line 30 of file constTransportI.H.
|
inline |
Construct as named copy.
constTransport | ( | Istream & | ) |
Construct from Istream.
constTransport | ( | const dictionary & | dict | ) |
Construct from dictionary.
Definition at line 43 of file constTransport.C.
|
inline |
Construct and return a clone.
Definition at line 57 of file constTransportI.H.
|
inlinestatic |
Definition at line 69 of file constTransportI.H.
|
inlinestatic |
Definition at line 83 of file constTransportI.H.
References dict.
|
inlinestatic |
Return the instantiated type name.
Definition at line 140 of file constTransport.H.
|
inline |
Dynamic viscosity [kg/ms].
Definition at line 98 of file constTransportI.H.
|
inline |
Thermal conductivity [W/mK].
Definition at line 109 of file constTransportI.H.
References Foam::constant::physicoChemical::mu, p, and Foam::T().
|
inline |
Thermal diffusivity of enthalpy [kg/ms].
Definition at line 120 of file constTransportI.H.
References Foam::constant::physicoChemical::mu, p, and Foam::T().
|
inline |
Definition at line 133 of file constTransportI.H.
|
inline |
Definition at line 148 of file constTransportI.H.
References Foam::mag().
|
inline |
Definition at line 169 of file constTransportI.H.
References Foam::mag().
|
inline |
Definition at line 190 of file constTransportI.H.
References s().
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
private |
Constant dynamic viscosity [Pa.s].
Definition at line 97 of file constTransport.H.
|
private |
Reciprocal Prandtl Number [].
Definition at line 100 of file constTransport.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.