Transport properties package using non-uniform tabulated data for viscosity and thermal conductivity vs temperature. More...
Public Member Functions | |
tabulatedTransport (const word &, const tabulatedTransport &) | |
tabulatedTransport (const dictionary &dict) | |
autoPtr< tabulatedTransport > | 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 |
Static Public Member Functions | |
static autoPtr< tabulatedTransport > | New (const dictionary &dict) |
static word | typeName () |
Friends | |
Ostream & | operator (Ostream &, const tabulatedTransport &) |
Transport properties package using non-uniform tabulated data for viscosity and thermal conductivity vs temperature.
Property | Description |
---|---|
mu | Dynamic viscosity vs temperature table |
kappa | Thermal conductivity vs temperature table |
Example of the specification of the transport properties:
transport { mu ( (200 1.82e-05) (350 2.61e-05) (400 3.93e-05) ); kappa ( (200 2.56e-5) (350 3.33e-5) (400 4.72e-5) ); }
Definition at line 85 of file tabulatedTransport.H.
|
inline |
|
explicit |
Definition at line 29 of file tabulatedTransport.C.
|
inline |
Definition at line 55 of file tabulatedTransportI.H.
References Foam::New().
|
inlinestatic |
Definition at line 63 of file tabulatedTransportI.H.
References dict, and Foam::New().
|
inlinestatic |
Definition at line 140 of file tabulatedTransport.H.
|
inline |
|
inline |
|
inline |
Definition at line 95 of file tabulatedTransportI.H.
References Cp, Foam::constant::electromagnetic::kappa, p, and Foam::T().
void write | ( | Ostream & | os | ) | const |
Definition at line 42 of file tabulatedTransport.C.
References Foam::name(), os(), and Foam::vtk::write().
|
friend |
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.