Transport package using polynomial functions for mu
and kappa
.
More...
Public Member Functions | |
polynomialTransport (const word &, const polynomialTransport &) | |
polynomialTransport (const dictionary &dict) | |
autoPtr< polynomialTransport > | clone () const |
scalar | mu (const scalar p, const scalar T) const |
scalar | kappa (const scalar p, const scalar T) const |
scalar | alphah (const scalar p, const scalar T) const |
void | write (Ostream &os) const |
void | operator+= (const polynomialTransport &) |
void | operator*= (const scalar) |
Static Public Member Functions | |
static autoPtr< polynomialTransport > | New (const dictionary &dict) |
static word | typeName () |
Friends | |
polynomialTransport | operator+ (const polynomialTransport &, const polynomialTransport &) |
polynomialTransport | operator* (const scalar, const polynomialTransport &) |
Ostream & | operator (Ostream &, const polynomialTransport &) |
Transport package using polynomial functions for mu
and kappa
.
Property | Description |
---|---|
muCoeffs<8> | Dynamic viscosity polynomial coefficients |
kappaCoeffs<8> | Thermal conductivity polynomial coefficients |
Example of the specification of the transport properties:
transport { muCoeffs<8> ( 1000 -0.05 0.003 0 0 0 0 0 ); kappaCoeffs<8> ( 2000 -0.15 0.023 0 0 0 0 0 ); }
The polynomial expressions are evaluated as so:
Definition at line 94 of file polynomialTransport.H.
|
inline |
|
explicit |
Definition at line 28 of file polynomialTransport.C.
|
inline |
Definition at line 54 of file polynomialTransportI.H.
References Foam::New().
|
inlinestatic |
Definition at line 62 of file polynomialTransportI.H.
References dict, and Foam::New().
|
inlinestatic |
Definition at line 176 of file polynomialTransport.H.
|
inline |
Definition at line 72 of file polynomialTransportI.H.
References Foam::T().
|
inline |
Definition at line 83 of file polynomialTransportI.H.
References Foam::T().
|
inline |
Definition at line 94 of file polynomialTransportI.H.
References Cp, Foam::constant::electromagnetic::kappa, p, and Foam::T().
void write | ( | Ostream & | os | ) | const |
Definition at line 41 of file polynomialTransport.C.
References Foam::name(), os(), and Foam::vtk::write().
|
inline |
Definition at line 106 of file polynomialTransportI.H.
References Foam::mag(), and Y.
|
inline |
Definition at line 127 of file polynomialTransportI.H.
References s.
|
friend |
|
friend |
|
friend |
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.