FreeFOAM The Cross-Platform CFD Toolkit
polynomialTransport.H File Reference

Detailed Description

Definition in file polynomialTransport.H.

+ Include dependency graph for polynomialTransport.H:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  polynomialTransport< Thermo, PolySize >
 Transport package using polynomial functions for mu and kappa. More...

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Functions

template<class Thermo , int PolySize>
polynomialTransport< Thermo,
PolySize > 
operator+ (const polynomialTransport< Thermo, PolySize > &, const polynomialTransport< Thermo, PolySize > &)
template<class Thermo , int PolySize>
polynomialTransport< Thermo,
PolySize > 
operator- (const polynomialTransport< Thermo, PolySize > &, const polynomialTransport< Thermo, PolySize > &)
template<class Thermo , int PolySize>
polynomialTransport< Thermo,
PolySize > 
operator* (const scalar, const polynomialTransport< Thermo, PolySize > &)
template<class Thermo , int PolySize>
polynomialTransport< Thermo,
PolySize > 
operator== (const polynomialTransport< Thermo, PolySize > &, const polynomialTransport< Thermo, PolySize > &)
template<class Thermo , int PolySize>
Ostream & operator<< (Ostream &, const polynomialTransport< Thermo, PolySize > &)