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

janafThermo.H File Reference


Detailed Description

Definition in file janafThermo.H.

#include "src/OpenFOAM/primitives/Scalar/scalar/scalar.H"
#include "src/thermophysicalModels/specie/thermo/janaf/janafThermoI.H"
Include dependency graph for janafThermo.H:

Go to the source code of this file.

Classes

class  janafThermo< equationOfState >
 JANAF tables based thermodynamics package templated into the equationOfState. More...

Namespaces

namespace  Foam
 

Namespace for OpenFOAM.


Functions

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