Transport properties package using non-uniform tabulated data for thermal conductivity vs temperature. More...
#include <tabulatedSolidTransport.H>


Public Member Functions | |
| tabulatedSolidTransport (const word &, const tabulatedSolidTransport &) | |
| Construct as named copy. | |
| tabulatedSolidTransport (const dictionary &dict) | |
| Construct from dictionary. | |
| autoPtr< tabulatedSolidTransport > | clone () const |
| Return a clone. | |
| scalar | mu (const scalar p, const scalar T) const |
| Dynamic viscosity [kg/m/s]. | |
| scalar | kappa (const scalar p, const scalar T) const |
| Thermal conductivity [W/m/K]. | |
| vector | Kappa (const scalar p, const scalar T) const |
| Thermal conductivity [W/m/K]. | |
| scalar | alphah (const scalar p, const scalar T) const |
| Thermal diffusivity of enthalpy [kg/m/s]. | |
| void | write (Ostream &os) const |
| Write to Ostream. | |
Static Public Member Functions | |
| static autoPtr< tabulatedSolidTransport > | New (const dictionary &dict) |
| static word | typeName () |
| The instantiated type name. | |
Static Public Attributes | |
| static const bool | isotropic = true |
| Is the thermal conductivity isotropic. | |
Friends | |
| Ostream & | operator<< (Ostream &, const tabulatedSolidTransport &) |
Transport properties package using non-uniform tabulated data for thermal conductivity vs temperature.
| Property | Description |
|---|---|
kappa | Thermal conductivity vs temperature table |
Example of the specification of the transport properties:
transport
{
kappa
(
(200 2.56e-5)
(350 3.33e-5)
(400 4.72e-5)
);
}
Definition at line 85 of file tabulatedSolidTransport.H.
|
inline |
Construct as named copy.
Definition at line 38 of file tabulatedSolidTransportI.H.
References Foam::name().

|
explicit |
Construct from dictionary.
Definition at line 27 of file tabulatedSolidTransport.C.
References dict.
|
inline |
Return a clone.
Definition at line 51 of file tabulatedSolidTransportI.H.
References Foam::New().

|
inlinestatic |
Definition at line 59 of file tabulatedSolidTransportI.H.
References dict, and Foam::New().

|
inlinestatic |
The instantiated type name.
Definition at line 140 of file tabulatedSolidTransport.H.
|
inline |
Dynamic viscosity [kg/m/s].
Definition at line 68 of file tabulatedSolidTransportI.H.
References NotImplemented, p, and Foam::T().

|
inline |
|
inline |
Thermal conductivity [W/m/K].
Definition at line 91 of file tabulatedSolidTransportI.H.
References kappa(), p, and Foam::T().

|
inline |
| void write | ( | Ostream & | os | ) | const |
Write to Ostream.
Definition at line 40 of file tabulatedSolidTransport.C.

|
friend |
|
static |
Is the thermal conductivity isotropic.
Definition at line 148 of file tabulatedSolidTransport.H.