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 (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... | |
void | operator= (const constTransport &) |
void | operator+= (const constTransport &) |
void | operator*= (const scalar) |
Static Public Member Functions | |
static autoPtr< constTransport > | New (const dictionary &dict) |
static word | typeName () |
Return the instantiated type name. More... | |
Friends | |
constTransport | operator+ (const constTransport &, const constTransport &) |
constTransport | operator* (const scalar, 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.
|
inline |
Construct as named copy.
Definition at line 44 of file constTransportI.H.
constTransport | ( | const dictionary & | dict | ) |
Construct from dictionary.
Definition at line 32 of file constTransport.C.
References dictionary::add(), token::BEGIN_BLOCK, Foam::decrIndent(), dict, dictionaryName::dictName(), token::END_BLOCK, Foam::endl(), Foam::incrIndent(), Foam::indent(), Foam::name(), Foam::nl, Foam::blockMeshTools::write(), and Ostream::write().
|
inline |
Construct and return a clone.
Definition at line 57 of file constTransportI.H.
References constTransport< Thermo >::New().
|
inlinestatic |
Definition at line 69 of file constTransportI.H.
References dict, and constTransport< Thermo >::mu().
Referenced by constTransport< Thermo >::clone().
|
inlinestatic |
Return the instantiated type name.
Definition at line 120 of file constTransport.H.
References constTransport< Thermo >::alphah(), constTransport< Thermo >::kappa(), constTransport< Thermo >::mu(), constTransport< Thermo >::operator*=(), constTransport< Thermo >::operator+=(), constTransport< Thermo >::operator=(), p, Foam::T(), and constTransport< Thermo >::write().
|
inline |
Dynamic viscosity [kg/ms].
Definition at line 84 of file constTransportI.H.
References constTransport< Thermo >::kappa().
Referenced by constTransport< Thermo >::alphah(), constTransport< Thermo >::kappa(), constTransport< Thermo >::New(), and constTransport< Thermo >::typeName().
|
inline |
Thermal conductivity [W/mK].
Definition at line 95 of file constTransportI.H.
References constTransport< Thermo >::alphah(), and constTransport< Thermo >::mu().
Referenced by constTransport< Thermo >::mu(), and constTransport< Thermo >::typeName().
|
inline |
Thermal diffusivity of enthalpy [kg/ms].
Definition at line 106 of file constTransportI.H.
References constTransport< Thermo >::mu().
Referenced by constTransport< Thermo >::kappa(), and constTransport< Thermo >::typeName().
void write | ( | Ostream & | os | ) | const |
Write to Ostream.
Referenced by constTransport< Thermo >::typeName().
|
inline |
Definition at line 119 of file constTransportI.H.
Referenced by constTransport< Thermo >::typeName().
|
inline |
Definition at line 132 of file constTransportI.H.
References Foam::mag(), and Y.
Referenced by constTransport< Thermo >::typeName().
|
inline |
Definition at line 153 of file constTransportI.H.
References Foam::mag(), and s().
Referenced by constTransport< Thermo >::typeName().
|
friend |
|
friend |
|
friend |