Definition in file specieThermo.H.
Include dependency graph for specieThermo.H:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | specieThermo< thermo > |
| Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the template argument type thermo. All other properties are derived from these primitive functions. More... | |
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
Functions | |
| template<class thermo > | |
| specieThermo< thermo > | operator+ (const specieThermo< thermo > &, const specieThermo< thermo > &) |
| template<class thermo > | |
| specieThermo< thermo > | operator- (const specieThermo< thermo > &, const specieThermo< thermo > &) |
| template<class thermo > | |
| specieThermo< thermo > | operator* (const scalar, const specieThermo< thermo > &) |
| template<class thermo > | |
| specieThermo< thermo > | operator== (const specieThermo< thermo > &, const specieThermo< thermo > &) |
| template<class thermo > | |
| Ostream & | operator<< (Ostream &, const specieThermo< thermo > &) |