FreeFOAM The Cross-Platform CFD Toolkit
eConstThermo.H File Reference

Detailed Description

Definition in file eConstThermo.H.

+ Include dependency graph for eConstThermo.H:
+ This graph shows which files directly or indirectly include this file:

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 > &)