Transport package using polynomial functions for solid kappa
.
More...
Public Member Functions | |
polynomialSolidTransport (const word &, const polynomialSolidTransport &) | |
Construct as named copy. More... | |
polynomialSolidTransport (const dictionary &dict) | |
Construct from dictionary. More... | |
autoPtr< polynomialSolidTransport > | clone () const |
Construct and return a clone. More... | |
scalar | mu (const scalar p, const scalar T) const |
Dynamic viscosity [kg/ms]. More... | |
scalar | kappa (const scalar p, const scalar T) const |
Thermal conductivity [W/mK]. More... | |
vector | Kappa (const scalar p, const scalar T) const |
Thermal conductivity [W/mK]. More... | |
scalar | alphah (const scalar p, const scalar T) const |
Thermal diffusivity of enthalpy [kg/ms]. More... | |
void | write (Ostream &os) const |
Write to Ostream. More... | |
void | operator= (const polynomialSolidTransport &) |
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. More... | |
Static Public Attributes | |
static const bool | isotropic = true |
Is the thermal conductivity isotropic. More... | |
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:
Definition at line 81 of file polynomialSolidTransport.H.
|
inline |
Construct as named copy.
Definition at line 46 of file polynomialSolidTransportI.H.
polynomialSolidTransport | ( | const dictionary & | dict | ) |
Construct from dictionary.
Definition at line 33 of file polynomialSolidTransport.C.
|
inline |
Construct and return a clone.
Definition at line 58 of file polynomialSolidTransportI.H.
|
inlinestatic |
Definition at line 69 of file polynomialSolidTransportI.H.
References dict, and polynomialSolidTransport< Thermo, PolySize >::mu().
|
inlinestatic |
Return the instantiated type name.
Definition at line 158 of file polynomialSolidTransport.H.
|
inline |
Dynamic viscosity [kg/ms].
Definition at line 82 of file polynomialSolidTransportI.H.
References polynomialSolidTransport< Thermo, PolySize >::kappa(), and NotImplemented.
Referenced by polynomialSolidTransport< Thermo, PolySize >::New().
|
inline |
Thermal conductivity [W/mK].
Definition at line 94 of file polynomialSolidTransportI.H.
References polynomialSolidTransport< Thermo, PolySize >::Kappa().
Referenced by polynomialSolidTransport< Thermo, PolySize >::alphah(), polynomialSolidTransport< Thermo, PolySize >::Kappa(), and polynomialSolidTransport< Thermo, PolySize >::mu().
|
inline |
Thermal conductivity [W/mK].
Definition at line 105 of file polynomialSolidTransportI.H.
References polynomialSolidTransport< Thermo, PolySize >::alphah(), and polynomialSolidTransport< Thermo, PolySize >::kappa().
Referenced by polynomialSolidTransport< Thermo, PolySize >::kappa().
|
inline |
Thermal diffusivity of enthalpy [kg/ms].
Definition at line 117 of file polynomialSolidTransportI.H.
References polynomialSolidTransport< Thermo, PolySize >::kappa().
Referenced by polynomialSolidTransport< Thermo, PolySize >::Kappa().
void write | ( | Ostream & | os | ) | const |
Write to Ostream.
Definition at line 52 of file polynomialSolidTransport.C.
References dictionary::add(), dict, dictionaryName::dictName(), Foam::indent(), Foam::name(), Foam::blockMeshTools::write(), and Ostream::write().
|
inline |
Definition at line 129 of file polynomialSolidTransportI.H.
|
inline |
Definition at line 141 of file polynomialSolidTransportI.H.
References Y.
|
inline |
Definition at line 158 of file polynomialSolidTransportI.H.
References s().
|
friend |
|
friend |
|
friend |
|
static |
Is the thermal conductivity isotropic.
Definition at line 164 of file polynomialSolidTransport.H.