Transport properties package using non-uniformly-spaced tabulated data for thermal conductivity vs temperature. More...
Public Member Functions | |
tabulatedSolidTransport (const Thermo &t, const nonUniformTable &kappa) | |
Construct from components. More... | |
tabulatedSolidTransport (const word &, const tabulatedSolidTransport &) | |
Construct as named copy. More... | |
tabulatedSolidTransport (const word &name, const dictionary &dict) | |
Construct from name and dictionary. More... | |
autoPtr< tabulatedSolidTransport > | 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... | |
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 | |
Ostream & | operator (Ostream &, const tabulatedSolidTransport &) |
Transport properties package using non-uniformly-spaced 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 { values ( (200 380) (350 400) (400 450) ); } }
Definition at line 96 of file tabulatedSolidTransport.H.
|
inline |
Construct from components.
Definition at line 29 of file tabulatedSolidTransportI.H.
|
inline |
Construct as named copy.
Definition at line 41 of file tabulatedSolidTransportI.H.
tabulatedSolidTransport | ( | const word & | name, |
const dictionary & | dict | ||
) |
Construct from name and dictionary.
Definition at line 32 of file tabulatedSolidTransport.C.
References Foam::dimTemperature, and Foam::dimThermalConductivity.
|
inline |
Construct and return a clone.
Definition at line 54 of file tabulatedSolidTransportI.H.
|
inlinestatic |
Return the instantiated type name.
Definition at line 137 of file tabulatedSolidTransport.H.
|
inline |
Isotropic thermal conductivity [W/m/K].
Definition at line 66 of file tabulatedSolidTransportI.H.
References Foam::T().
|
inline |
Anisotropic thermal conductivity [W/m/K].
Not implemented
Definition at line 76 of file tabulatedSolidTransportI.H.
References Foam::constant::electromagnetic::kappa, NotImplemented, Foam::T(), and dimensioned< Type >::value().
|
friend |
|
static |
Is the thermal conductivity isotropic.
Definition at line 143 of file tabulatedSolidTransport.H.