Type definitions for thermo-physics models. More...
Type definitions for thermo-physics models.
Typedefs Foam::thermoPhysicsTypes
Definition in file thermoPhysicsTypes.H.
#include "src/thermophysicalModels/specie/equationOfState/perfectGas/perfectGas.H"#include "src/thermophysicalModels/specie/thermo/hConst/hConstThermo.H"#include "src/thermophysicalModels/specie/thermo/janaf/janafThermo.H"#include "src/thermophysicalModels/specie/thermo/specieThermo/specieThermo.H"#include "src/thermophysicalModels/specie/transport/sutherland/sutherlandTransport.H"#include "src/thermophysicalModels/specie/transport/const/constTransport.H"#include "src/thermophysicalModels/specie/equationOfState/icoPolynomial/icoPolynomial.H"#include "src/thermophysicalModels/specie/thermo/hPolynomial/hPolynomialThermo.H"#include "src/thermophysicalModels/specie/transport/polynomial/polynomialTransport.H"
Include dependency graph for thermoPhysicsTypes.H:Go to the source code of this file.
Namespaces | |
| namespace | Foam |
Namespace for OpenFOAM. | |
Typedefs | |
| typedef sutherlandTransport < specieThermo< janafThermo < perfectGas > > > | gasThermoPhysics |
| typedef constTransport < specieThermo< hConstThermo < perfectGas > > > | constGasThermoPhysics |
| typedef polynomialTransport < specieThermo < hPolynomialThermo < icoPolynomial< 8 >, 8 > >, 8 > | icoPoly8ThermoPhysics |