Constant properties Transport package. Templated into a given thermodynamics package (needed for thermal conductivity). More...
Public Member Functions | |
constIsoSolidTransport (const word &, const constIsoSolidTransport &) | |
Construct as named copy. More... | |
constIsoSolidTransport (const dictionary &dict) | |
Construct from Istream. More... | |
scalar | kappa (const scalar p, const scalar T) const |
Isotropic thermal conductivity [W/mK]. More... | |
vector | Kappa (const scalar p, const scalar T) const |
Un-isotropic thermal conductivity [W/mK]. More... | |
scalar | mu (const scalar p, const scalar T) const |
Dynamic viscosity [kg/ms]. 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... | |
constIsoSolidTransport & | operator= (const constIsoSolidTransport &) |
void | operator+= (const constIsoSolidTransport &) |
void | operator-= (const constIsoSolidTransport &) |
Static Public Member Functions | |
static autoPtr< constIsoSolidTransport > | New (const dictionary &dict) |
static word | typeName () |
Return the instantiated type name. More... | |
Static Public Attributes | |
static const bool | isotropic = true |
Is the thermal conductivity isotropic. More... | |
Private Member Functions | |
constIsoSolidTransport (const Thermo &t, const scalar kappa) | |
Construct from components. More... | |
Private Attributes | |
scalar | kappa_ |
Constant isotropic thermal conductivity. More... | |
Friends | |
constIsoSolidTransport | operator* (const scalar, const constIsoSolidTransport &) |
Ostream & | operator (Ostream &, const constIsoSolidTransport &) |
Constant properties Transport package. Templated into a given thermodynamics package (needed for thermal conductivity).
Definition at line 47 of file constIsoSolidTransport.H.
|
inlineprivate |
Construct from components.
|
inline |
Construct as named copy.
constIsoSolidTransport | ( | const dictionary & | dict | ) |
Construct from Istream.
Definition at line 33 of file constIsoSolidTransport.C.
|
inlinestatic |
Definition at line 55 of file constIsoSolidTransportI.H.
References dict.
|
inlinestatic |
Return the instantiated type name.
Definition at line 109 of file constIsoSolidTransport.H.
|
inline |
Isotropic thermal conductivity [W/mK].
Definition at line 69 of file constIsoSolidTransportI.H.
|
inline |
Un-isotropic thermal conductivity [W/mK].
Definition at line 76 of file constIsoSolidTransportI.H.
|
inline |
Dynamic viscosity [kg/ms].
Definition at line 84 of file constIsoSolidTransportI.H.
References NotImplemented.
|
inline |
Thermal diffusivity of enthalpy [kg/ms].
Definition at line 93 of file constIsoSolidTransportI.H.
|
inline |
Definition at line 103 of file constIsoSolidTransportI.H.
|
inline |
Definition at line 115 of file constIsoSolidTransportI.H.
|
inline |
Definition at line 131 of file constIsoSolidTransportI.H.
|
friend |
|
friend |
|
private |
Constant isotropic thermal conductivity.
Definition at line 76 of file constIsoSolidTransport.H.
|
static |
Is the thermal conductivity isotropic.
Definition at line 115 of file constIsoSolidTransport.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.