FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

sutherlandTransport.H File Reference


Detailed Description

Definition in file sutherlandTransport.H.

#include "src/thermophysicalModels/specie/transport/sutherland/sutherlandTransportI.H"
Include dependency graph for sutherlandTransport.H:

Go to the source code of this file.

Classes

class  sutherlandTransport< thermo >
 Transport package using Sutherland's formula. More...

Namespaces

namespace  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 &os, const sutherlandTransport< thermo > &st)