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


Public Member Functions | |
| tabulatedSolidTransport (const word &, const tabulatedSolidTransport &) | |
| Construct as named copy. More... | |
| tabulatedSolidTransport (const dictionary &dict) | |
| Construct from dictionary. More... | |
| autoPtr< tabulatedSolidTransport > | clone () const |
| Return a clone. More... | |
| scalar | mu (const scalar p, const scalar T) const |
| Dynamic viscosity [kg/m/s]. 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 | alphah (const scalar p, const scalar T) const |
| Thermal diffusivity of enthalpy [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 () |
| 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-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 74 of file tabulatedSolidTransport.H.
|
inline |
Construct as named copy.
Definition at line 39 of file tabulatedSolidTransportI.H.
|
explicit |
Construct from dictionary.
Definition at line 28 of file tabulatedSolidTransport.C.
|
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 69 of file tabulatedSolidTransportI.H.
References NotImplemented.
|
inline |
Thermal conductivity [W/m/K].
Definition at line 81 of file tabulatedSolidTransportI.H.

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

|
inline |
Thermal diffusivity of enthalpy [kg/m/s].
Definition at line 104 of file tabulatedSolidTransportI.H.
References Cp, Foam::constant::electromagnetic::kappa, p, and Foam::T().

| void write | ( | Ostream & | os | ) | const |
Write to Ostream.
Definition at line 40 of file tabulatedSolidTransport.C.
References Foam::name(), os(), and Foam::vtk::write().

|
friend |
|
static |
Is the thermal conductivity isotropic.
Definition at line 148 of file tabulatedSolidTransport.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.