Transport properties package using Function1 type data for anisotropic thermal conductivity.
More...
#include <tabulatedAnIsoSolidTransport.H>


Public Member Functions | |
| tabulatedAnIsoSolidTransport (const word &, const tabulatedAnIsoSolidTransport &) | |
| Construct as named copy. | |
| tabulatedAnIsoSolidTransport (const dictionary &dict) | |
| Construct from dictionary. | |
| autoPtr< tabulatedAnIsoSolidTransport > | 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< tabulatedAnIsoSolidTransport > | New (const dictionary &dict) |
| static word | typeName () |
| The instantiated type name. | |
Static Public Attributes | |
| static const bool | isotropic = false |
| Is the thermal conductivity isotropic. | |
Friends | |
| Ostream & | operator<< (Ostream &, const tabulatedAnIsoSolidTransport &) |
Transport properties package using Function1 type data for anisotropic thermal conductivity.
transport
{
// kappa <Function1<vector>>;
kappa table
(
// T kappa
( 200 (2.56e-5 2e-5 2e-5) )
( 350 (3.33e-5 1e-5 1e-5) )
( 400 (4.72e-5 3e-5 3-e5) )
);
}
where the entries mean:
| Property | Description | Type | Reqd | Deflt |
|---|---|---|---|---|
kappa | Thermal conductivity | Function1<vector> | yes | - |
Definition at line 91 of file tabulatedAnIsoSolidTransport.H.
|
inline |
Construct as named copy.
Definition at line 39 of file tabulatedAnIsoSolidTransportI.H.
References clone(), and Foam::name().

|
explicit |
Construct from dictionary.
Definition at line 27 of file tabulatedAnIsoSolidTransport.C.

|
inline |
Return a clone.
Definition at line 52 of file tabulatedAnIsoSolidTransportI.H.
References Foam::New().
Referenced by tabulatedAnIsoSolidTransport().


|
inlinestatic |
Definition at line 60 of file tabulatedAnIsoSolidTransportI.H.
References dict, and Foam::New().
Referenced by tabulatedAnIsoSolidTransport().


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

|
inline |
Thermal conductivity [W/m/K].
Definition at line 81 of file tabulatedAnIsoSolidTransportI.H.
References Foam::mag(), p, and Foam::T().
Referenced by alphah().


|
inline |
Thermal conductivity [W/m/K].
Definition at line 92 of file tabulatedAnIsoSolidTransportI.H.

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

|
friend |
|
static |
Is the thermal conductivity isotropic.
Definition at line 158 of file tabulatedAnIsoSolidTransport.H.