Definition in file specieThermo.H.
#include "src/thermophysicalModels/specie/thermo/specieThermo/specieThermoI.H"
Include dependency graph for specieThermo.H: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 > &) |