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


Public Member Functions | |
| constAnisoSolidTransport (const Thermo &t, const vector kappa) | |
| Construct from components. More... | |
| constAnisoSolidTransport (const word &, const constAnisoSolidTransport &) | |
| Construct as named copy. More... | |
| constAnisoSolidTransport (const word &name, const dictionary &dict) | |
| Construct from name and dictionary. More... | |
| autoPtr< constAnisoSolidTransport > | 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 constAnisoSolidTransport &) |
Static Public Member Functions | |
| static word | typeName () |
| Return the instantiated type name. More... | |
Static Public Attributes | |
| static const bool | isotropic = false |
| Is the thermal conductivity isotropic. More... | |
Friends | |
| constAnisoSolidTransport | operator* (const scalar, const constAnisoSolidTransport &) |
| Ostream & | operator (Ostream &, const constAnisoSolidTransport &) |
Constant properties Transport package. Templated into a given Thermodynamics package (needed for thermal conductivity).
Definition at line 68 of file constAnisoSolidTransport.H.
|
inline |
Construct from components.
Definition at line 29 of file constAnisoSolidTransportI.H.
|
inline |
Construct as named copy.
Definition at line 41 of file constAnisoSolidTransportI.H.
| constAnisoSolidTransport | ( | const word & | name, |
| const dictionary & | dict | ||
| ) |
Construct from name and dictionary.
Definition at line 32 of file constAnisoSolidTransport.C.
|
inline |
Construct and return a clone.
Definition at line 54 of file constAnisoSolidTransportI.H.
|
inlinestatic |
Return the instantiated type name.
Definition at line 102 of file constAnisoSolidTransport.H.
|
inline |
Isotropic thermal conductivity [W/m/K].
Not implemented
Definition at line 66 of file constAnisoSolidTransportI.H.
References Foam::mag(), and NotImplemented.

|
inline |
Anisotropic thermal conductivity [W/m/K].
Definition at line 75 of file constAnisoSolidTransportI.H.
|
inline |
Definition at line 85 of file constAnisoSolidTransportI.H.
References Y.
|
friend |
|
friend |
|
static |
Is the thermal conductivity isotropic.
Definition at line 108 of file constAnisoSolidTransport.H.