Macros for creating basic fluid thermo packages. More...


Go to the source code of this file.
Macros | |
| #define | typedefThermoPhysics(Transport, Type, Thermo, EqnOfState, Specie) |
| #define | defineThermoPhysicsThermo(BaseThermo, CThermo, Mixture, ThermoPhys) |
| #define | addThermoPhysicsThermo(BaseThermo, CThermoMixtureThermoPhys) |
| #define | makeThermoPhysicsThermo(BaseThermo, CThermo, Mixture, ThermoPhys) |
| #define | makeThermoPhysicsThermos(BaseThermo, CThermo, Mixture, ThermoPhys) |
| #define | makeThermo(BaseThermo, CThermo, Mixture, Transport, Type, Thermo, EqnOfState, Specie) |
| #define | makeThermos(BaseThermo, CThermo, Mixture, Transport, Type, Thermo, EqnOfState, Specie) |
Macros for creating basic fluid thermo packages.
Original source file makeThermo.H
InClass Foam::fluidThermo
Definition in file makeThermo.H.
| #define typedefThermoPhysics | ( | Transport, | |
| Type, | |||
| Thermo, | |||
| EqnOfState, | |||
| Specie | |||
| ) |
Definition at line 40 of file makeThermo.H.
| #define defineThermoPhysicsThermo | ( | BaseThermo, | |
| CThermo, | |||
| Mixture, | |||
| ThermoPhys | |||
| ) |
Definition at line 60 of file makeThermo.H.
| #define addThermoPhysicsThermo | ( | BaseThermo, | |
| CThermoMixtureThermoPhys | |||
| ) |
Definition at line 78 of file makeThermo.H.
| #define makeThermoPhysicsThermo | ( | BaseThermo, | |
| CThermo, | |||
| Mixture, | |||
| ThermoPhys | |||
| ) |
Definition at line 88 of file makeThermo.H.
| #define makeThermoPhysicsThermos | ( | BaseThermo, | |
| CThermo, | |||
| Mixture, | |||
| ThermoPhys | |||
| ) |
Definition at line 95 of file makeThermo.H.
| #define makeThermo | ( | BaseThermo, | |
| CThermo, | |||
| Mixture, | |||
| Transport, | |||
| Type, | |||
| Thermo, | |||
| EqnOfState, | |||
| Specie | |||
| ) |
Definition at line 104 of file makeThermo.H.
| #define makeThermos | ( | BaseThermo, | |
| CThermo, | |||
| Mixture, | |||
| Transport, | |||
| Type, | |||
| Thermo, | |||
| EqnOfState, | |||
| Specie | |||
| ) |
Definition at line 117 of file makeThermo.H.
1.8.13