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

hConstThermo.H File Reference


Detailed Description

Definition in file hConstThermo.H.

#include "src/thermophysicalModels/specie/thermo/hConst/hConstThermoI.H"
Include dependency graph for hConstThermo.H:

Go to the source code of this file.

Classes

class  hConstThermo< equationOfState >
 Constant properties thermodynamics package templated into the equationOfState. More...

Namespaces

namespace  Foam
 

Namespace for OpenFOAM.


Functions

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