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:
@ -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}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user