Data Structures | Namespaces | Functions
sutherlandTransport.H File Reference
Include dependency graph for sutherlandTransport.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  sutherlandTransport
 Transport package using Sutherland's formula. More...
 
class  sutherlandTransport
 Transport package using Sutherland's formula. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Functions

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

Detailed Description

Original source file sutherlandTransport.H

Definition in file sutherlandTransport.H.