Type definitions for thermo-physics models. More...
Go to the source code of this file.
Namespaces | |
Foam | |
Namespace for OpenFOAM. | |
Typedefs | |
typedef constTransport< species::thermo< hConstThermo< perfectGas< specie > >, sensibleEnthalpy > > | constGasHThermoPhysics |
typedef sutherlandTransport< species::thermo< janafThermo< perfectGas< specie > >, sensibleEnthalpy > > | gasHThermoPhysics |
typedef constTransport< species::thermo< hConstThermo< incompressiblePerfectGas< specie > >, sensibleEnthalpy > > | constIncompressibleGasHThermoPhysics |
typedef sutherlandTransport< species::thermo< janafThermo< incompressiblePerfectGas< specie > >, sensibleEnthalpy > > | incompressibleGasHThermoPhysics |
typedef polynomialTransport< species::thermo< hPolynomialThermo< icoPolynomial< specie, 8 >, 8 >, sensibleEnthalpy >, 8 > | icoPoly8HThermoPhysics |
typedef constTransport< species::thermo< hConstThermo< perfectGas< specie > >, sensibleInternalEnergy > > | constGasEThermoPhysics |
typedef sutherlandTransport< species::thermo< janafThermo< perfectGas< specie > >, sensibleInternalEnergy > > | gasEThermoPhysics |
typedef constTransport< species::thermo< hConstThermo< incompressiblePerfectGas< specie > >, sensibleInternalEnergy > > | constIncompressibleGasEThermoPhysics |
typedef sutherlandTransport< species::thermo< janafThermo< incompressiblePerfectGas< specie > >, sensibleInternalEnergy > > | incompressibleGasEThermoPhysics |
typedef polynomialTransport< species::thermo< hPolynomialThermo< icoPolynomial< specie, 8 >, 8 >, sensibleInternalEnergy >, 8 > | icoPoly8EThermoPhysics |
Type definitions for thermo-physics models.
Original source file thermoPhysicsTypes.H
Typedefs Foam::thermoPhysicsTypes
Definition in file thermoPhysicsTypes.H.