

Go to the source code of this file.
Classes | |
| class | perfectGas< Specie > |
| Perfect gas equation of state. More... | |
| class | perfectGas< Specie > |
| Perfect gas equation of state. More... | |
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Functions | |
| template<class Specie > | |
| perfectGas< Specie > | operator+ (const perfectGas< Specie > &, const perfectGas< Specie > &) |
| template<class Specie > | |
| perfectGas< Specie > | operator- (const perfectGas< Specie > &, const perfectGas< Specie > &) |
| template<class Specie > | |
| perfectGas< Specie > | operator* (const scalar, const perfectGas< Specie > &) |
| template<class Specie > | |
| perfectGas< Specie > | operator== (const perfectGas< Specie > &, const perfectGas< Specie > &) |
| template<class Specie > | |
| Ostream & | operator<< (Ostream &, const perfectGas< Specie > &) |
Original source file perfectGas.H
Definition in file perfectGas.H.
1.8.11