Transport properties package using non-uniformly-spaced tabulated data for thermal conductivity vs temperature. More...


Public Member Functions | |
| tabulatedSolidTransport (const word &, const tabulatedSolidTransport &) | |
| Construct as named copy. More... | |
| tabulatedSolidTransport (const dictionary &) | |
| Construct from dictionary. More... | |
| autoPtr< tabulatedSolidTransport > | clone () const |
| Construct and return a clone. More... | |
| scalar | kappa (const scalar p, const scalar T) const |
| Thermal conductivity [W/m/K]. More... | |
| vector | Kappa (const scalar p, const scalar T) const |
| Thermal conductivity [W/m/K]. More... | |
| scalar | mu (const scalar p, const scalar T) const |
| Dynamic viscosity [kg/m/s]. More... | |
| void | write (Ostream &os) const |
| Write to Ostream. More... | |
Static Public Member Functions | |
| static autoPtr< tabulatedSolidTransport > | New (const dictionary &dict) |
| 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 74 of file tabulatedSolidTransport.H.
|
inline |
Construct as named copy.
Definition at line 42 of file tabulatedSolidTransportI.H.
| tabulatedSolidTransport | ( | const dictionary & | dict | ) |
Construct from dictionary.
Definition at line 33 of file tabulatedSolidTransport.C.
References dictionary::add(), dict, dictionaryName::dictName(), Foam::indent(), Foam::vtkWriteOps::write(), and Ostream::write().

|
inline |
Construct and return a clone.
Definition at line 54 of file tabulatedSolidTransportI.H.
References tabulatedSolidTransport< Thermo >::New().

|
inlinestatic |
Definition at line 66 of file tabulatedSolidTransportI.H.
References dict, and tabulatedSolidTransport< Thermo >::kappa().
Referenced by tabulatedSolidTransport< Thermo >::clone().


|
inlinestatic |
Return the instantiated type name.
Definition at line 146 of file tabulatedSolidTransport.H.
|
inline |
Thermal conductivity [W/m/K].
Definition at line 81 of file tabulatedSolidTransportI.H.
References tabulatedSolidTransport< Thermo >::Kappa(), and NonUniformTable< Type >::value().
Referenced by tabulatedSolidTransport< Thermo >::Kappa(), and tabulatedSolidTransport< Thermo >::New().


|
inline |
Thermal conductivity [W/m/K].
Definition at line 91 of file tabulatedSolidTransportI.H.
References tabulatedSolidTransport< Thermo >::kappa(), tabulatedSolidTransport< Thermo >::mu(), and NonUniformTable< Type >::value().
Referenced by tabulatedSolidTransport< Thermo >::kappa().


|
inline |
Dynamic viscosity [kg/m/s].
Definition at line 102 of file tabulatedSolidTransportI.H.
References NotImplemented.
Referenced by tabulatedSolidTransport< Thermo >::Kappa().

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