thermophysicalModels: Renamed he*Thermo classes

The he*Thermo classes have been renamed to match their corresponding
basic thermo classes. E.g., rhoThermo now corresponds to RhoThermo,
rather than heRhoThermo.
This commit is contained in:
Will Bainbridge
2023-06-13 10:00:19 +01:00
parent 3c542d664b
commit 65f3050b35
52 changed files with 512 additions and 496 deletions

View File

@ -37,7 +37,6 @@ License
#include "${transport}Transport.H"
// psi/rho
#include "${typeBase}.H"
#include "${type}.H"
// Mixture
@ -86,15 +85,15 @@ namespace Foam
defineThermo
(
${typeBase},
${type},
${mixture},
${transport}Transport${energy}${thermo}Thermo${equationOfState}${specie}
);
addThermo
(
${typeBase},
${typeBase},
${type},
${type},
${mixture},
${transport}Transport${energy}${thermo}Thermo${equationOfState}${specie}
);