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

eConstThermo.H File Reference


Detailed Description

Definition in file eConstThermo.H.

#include "src/thermophysicalModels/specie/thermo/specieThermo/specieThermo.H"
#include "src/thermophysicalModels/specie/thermo/eConst/eConstThermoI.H"
Include dependency graph for eConstThermo.H:

Go to the source code of this file.

Classes

class  eConstThermo< equationOfState >
 Constant properties thermodynamics package templated on an equation of state. More...

Namespaces

namespace  Foam
 

Namespace for OpenFOAM.


Functions

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