Constant properties Transport package. Templated into a given thermodynamics package (needed for thermal conductivity). More...


Public Member Functions | |
| constIsoSolidTransport (const Thermo &t, const scalar kappa) | |
| Construct from components. More... | |
| constIsoSolidTransport (const word &, const constIsoSolidTransport &) | |
| Construct as named copy. More... | |
| constIsoSolidTransport (const word &name, const dictionary &dict) | |
| Construct from name and dictionary. More... | |
| autoPtr< constIsoSolidTransport > | clone () const |
| Construct and return a clone. More... | |
| scalar | kappa (const scalar p, const scalar T) const |
| Isotropic thermal conductivity [W/m/K]. More... | |
| vector | Kappa (const scalar p, const scalar T) const |
| Anisotropic thermal conductivity [W/m/K]. More... | |
| void | write (Ostream &os) const |
| Write to Ostream. More... | |
| void | operator+= (const constIsoSolidTransport &) |
Static Public Member Functions | |
| static word | typeName () |
| Return the instantiated type name. More... | |
Static Public Attributes | |
| static const bool | isotropic = true |
| Is the thermal conductivity isotropic. 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 69 of file constIsoSolidTransport.H.
|
inline |
Construct from components.
Definition at line 29 of file constIsoSolidTransportI.H.
|
inline |
Construct as named copy.
Definition at line 41 of file constIsoSolidTransportI.H.
| constIsoSolidTransport | ( | const word & | name, |
| const dictionary & | dict | ||
| ) |
Construct from name and dictionary.
Definition at line 32 of file constIsoSolidTransport.C.
|
inline |
Construct and return a clone.
Definition at line 54 of file constIsoSolidTransportI.H.
|
inlinestatic |
Return the instantiated type name.
Definition at line 103 of file constIsoSolidTransport.H.
|
inline |
Isotropic thermal conductivity [W/m/K].
Definition at line 66 of file constIsoSolidTransportI.H.
|
inline |
Anisotropic thermal conductivity [W/m/K].
Not implemented
Definition at line 73 of file constIsoSolidTransportI.H.
References NotImplemented.
|
inline |
Definition at line 84 of file constIsoSolidTransportI.H.
References Foam::operator+=(), and Y.

|
friend |
|
friend |
|
static |
Is the thermal conductivity isotropic.
Definition at line 109 of file constIsoSolidTransport.H.