Transport package using polynomial functions for solid kappa.
More...
#include <polynomialSolidTransport.H>


Public Member Functions | |
| polynomialSolidTransport (const word &, const polynomialSolidTransport &) | |
| Construct as named copy. | |
| polynomialSolidTransport (const dictionary &dict) | |
| Construct from dictionary. | |
| autoPtr< polynomialSolidTransport > | clone () const |
| Construct and return a clone. | |
| scalar | mu (const scalar p, const scalar T) const |
| Dynamic viscosity [kg/ms]. | |
| scalar | kappa (const scalar p, const scalar T) const |
| Thermal conductivity [W/mK]. | |
| vector | Kappa (const scalar p, const scalar T) const |
| Thermal conductivity [W/mK]. | |
| scalar | alphah (const scalar p, const scalar T) const |
| Thermal diffusivity of enthalpy [kg/ms]. | |
| void | write (Ostream &os) const |
| Write to Ostream. | |
| void | operator+= (const polynomialSolidTransport &) |
| void | operator*= (const scalar) |
Static Public Member Functions | |
| static autoPtr< polynomialSolidTransport > | New (const dictionary &dict) |
| static word | typeName () |
| Return the instantiated type name. | |
Static Public Attributes | |
| static const bool | isotropic = true |
| Is the thermal conductivity isotropic. | |
Friends | |
| polynomialSolidTransport | operator+ (const polynomialSolidTransport &, const polynomialSolidTransport &) |
| polynomialSolidTransport | operator* (const scalar, const polynomialSolidTransport &) |
| Ostream & | operator (Ostream &, const polynomialSolidTransport &) |
Transport package using polynomial functions for solid kappa.
| Property | Description |
|---|---|
kappaCoeffs<8> | Thermal conductivity polynomial coefficients |
Example of the specification of the transport properties:
transport
{
kappaCoeffs<8> ( 1000 -0.05 0.003 0 0 0 0 0 );
}
The polynomial expression is evaluated as so:
![\[ \kappa = 1000 - 0.05 T + 0.003 T^2
\]](form_953.png)
Definition at line 109 of file polynomialSolidTransport.H.
|
inline |
Construct as named copy.
Definition at line 39 of file polynomialSolidTransportI.H.
References Foam::name().

|
explicit |
Construct from dictionary.
Definition at line 27 of file polynomialSolidTransport.C.
References dict.
|
inline |
Construct and return a clone.
Definition at line 53 of file polynomialSolidTransportI.H.
References Foam::New().

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

|
inlinestatic |
Return the instantiated type name.
Definition at line 181 of file polynomialSolidTransport.H.
|
inline |
Dynamic viscosity [kg/ms].
Definition at line 70 of file polynomialSolidTransportI.H.
References NotImplemented, p, and Foam::T().

|
inline |
|
inline |
Thermal conductivity [W/mK].
Definition at line 93 of file polynomialSolidTransportI.H.
References kappa(), p, and Foam::T().

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

|
inline |
Definition at line 117 of file polynomialSolidTransportI.H.

|
inline |
Definition at line 134 of file polynomialSolidTransportI.H.

|
friend |
|
friend |
|
friend |
Referenced by operator*=(), and operator+=().
|
static |
Is the thermal conductivity isotropic.
Definition at line 189 of file polynomialSolidTransport.H.