TUT: replace remaining templated thermoType

TUT: some simplification for multiWorld test

STYLE: remove some editor junk
This commit is contained in:
Mark Olesen
2021-07-14 15:47:00 +02:00
parent 09aa3d8b43
commit aca366d293
43 changed files with 524 additions and 415 deletions

View File

@ -14,7 +14,16 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
thermoType hePsiThermo<pureMixture<const<hConst<perfectGas<specie>>,sensibleEnthalpy>>>;
thermoType
{
type hePsiThermo;
mixture pureMixture;
transport const;
thermo hConst;
equationOfState perfectGas;
specie specie;
energy sensibleEnthalpy;
}
// Note: these are the properties for a "normalised" inviscid gas
// for which the speed of sound is 1 m/s at a temperature of 1K