Macros for creating 'basic' compresibility-based thermo packages. More...
Macros for creating 'basic' compresibility-based thermo packages.
InClass Foam::basicPsiThermo
Definition in file makeBasicPsiThermo.H.
#include "src/thermophysicalModels/basic/psiThermo/basicPsiThermo/basicPsiThermo.H"
#include "src/OpenFOAM/db/runTimeSelection/addToRunTimeSelectionTable.H"
Go to the source code of this file.
Defines | |
#define | makeBasicPsiThermo(Cthermo, Mixture, Transport, Thermo, EqnOfState) |
#define makeBasicPsiThermo | ( | Cthermo, | |
Mixture, | |||
Transport, | |||
Thermo, | |||
EqnOfState | |||
) |
\ typedef Cthermo<Mixture<Transport<specieThermo<Thermo<EqnOfState> > > > > \ Cthermo##Mixture##Transport##Thermo##EqnOfState; \ \ defineTemplateTypeNameAndDebugWithName \ ( \ Cthermo##Mixture##Transport##Thermo##EqnOfState, \ #Cthermo \ "<"#Mixture"<"#Transport"<specieThermo<"#Thermo"<"#EqnOfState">>>>>", \ 0 \ ); \ \ addToRunTimeSelectionTable \ ( \ basicPsiThermo, \ Cthermo##Mixture##Transport##Thermo##EqnOfState, \ fvMesh \ )
Definition at line 40 of file makeBasicPsiThermo.H.