Transport package using Sutherland's formula. More...
Public Member Functions | |
sutherlandTransport (const Thermo &t, const scalar As, const scalar Ts) | |
Construct from components. More... | |
sutherlandTransport (const Thermo &t, const scalar mu1, const scalar T1, const scalar mu2, const scalar T2) | |
Construct from two viscosities. More... | |
sutherlandTransport (const word &, const sutherlandTransport &) | |
Construct as named copy. More... | |
sutherlandTransport (const dictionary &dict) | |
Construct from dictionary. More... | |
sutherlandTransport (const Thermo &t, const dictionary &dict) | |
Construct from base thermo and dictionary. More... | |
autoPtr< sutherlandTransport > | 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 sutherlandTransport &) |
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. More... | |
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]
Definition at line 53 of file sutherlandTransport.H.
|
inline |
Construct from components.
Definition at line 51 of file sutherlandTransportI.H.
Referenced by sutherlandTransport< Thermo >::sutherlandTransport().
|
inline |
Construct from two viscosities.
Definition at line 65 of file sutherlandTransportI.H.
References sutherlandTransport< Thermo >::sutherlandTransport().
|
inline |
Construct as named copy.
Definition at line 79 of file sutherlandTransportI.H.
sutherlandTransport | ( | const dictionary & | dict | ) |
Construct from dictionary.
Definition at line 45 of file sutherlandTransport.C.
References sutherlandTransport< Thermo >::sutherlandTransport().
sutherlandTransport | ( | const Thermo & | t, |
const dictionary & | dict | ||
) |
Construct from base thermo and dictionary.
Definition at line 55 of file sutherlandTransport.C.
|
inline |
Construct and return a clone.
Definition at line 92 of file sutherlandTransportI.H.
References sutherlandTransport< Thermo >::New().
|
inlinestatic |
Definition at line 104 of file sutherlandTransportI.H.
References dict, and sutherlandTransport< Thermo >::mu().
Referenced by sutherlandTransport< Thermo >::clone().
|
inlinestatic |
Return the instantiated type name.
Definition at line 145 of file sutherlandTransport.H.
References sutherlandTransport< Thermo >::alphah(), sutherlandTransport< Thermo >::kappa(), sutherlandTransport< Thermo >::mu(), sutherlandTransport< Thermo >::operator*=(), sutherlandTransport< Thermo >::operator+=(), sutherlandTransport< Thermo >::operator=(), p, Foam::T(), and sutherlandTransport< Thermo >::write().
|
inline |
Dynamic viscosity [kg/ms].
Definition at line 119 of file sutherlandTransportI.H.
References sutherlandTransport< Thermo >::kappa(), Foam::sqrt(), and T.
Referenced by sutherlandTransport< Thermo >::New(), and sutherlandTransport< Thermo >::typeName().
|
inline |
Thermal conductivity [W/mK].
Definition at line 130 of file sutherlandTransportI.H.
References sutherlandTransport< Thermo >::alphah(), Foam::constant::physicoChemical::mu, and R.
Referenced by sutherlandTransport< Thermo >::mu(), and sutherlandTransport< Thermo >::typeName().
|
inline |
Thermal diffusivity of enthalpy [kg/ms].
Definition at line 141 of file sutherlandTransportI.H.
References Foam::constant::electromagnetic::kappa.
Referenced by sutherlandTransport< Thermo >::kappa(), and sutherlandTransport< Thermo >::typeName().
void write | ( | Ostream & | os | ) | const |
Write to Ostream.
Definition at line 69 of file sutherlandTransport.C.
References dictionary::add(), token::BEGIN_BLOCK, Foam::decrIndent(), dict, dictionaryName::dictName(), token::END_BLOCK, Foam::endl(), Foam::incrIndent(), Foam::indent(), specie::name(), Foam::nl, Foam::blockMeshTools::write(), and Ostream::write().
Referenced by sutherlandTransport< Thermo >::typeName().
|
inline |
Definition at line 155 of file sutherlandTransportI.H.
Referenced by sutherlandTransport< Thermo >::typeName().
|
inline |
Definition at line 168 of file sutherlandTransportI.H.
References Foam::mag(), and Y.
Referenced by sutherlandTransport< Thermo >::typeName().
|
inline |
Definition at line 189 of file sutherlandTransportI.H.
References Foam::mag(), and s().
Referenced by sutherlandTransport< Thermo >::typeName().
|
friend |
|
friend |
|
friend |