reactingMixture: Rationalised the reading of the species thermo and reactions

which are now read directly from the thermophysicalProperties dictionary for
consistency with non-reacting mixture thermodynamics.  The species thermo and
reactions lists can still be in separate files if convenient and included into
the thermophysicalProperties file using the standard dictionary #include.
This commit is contained in:
Henry Weller
2019-08-02 22:47:45 +01:00
parent 4baf73b54d
commit 5acfe8b20a
99 changed files with 1759 additions and 805 deletions

View File

@ -15,7 +15,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
#include "$FOAM_CASE/constant/waveProperties";
#include "$FOAM_CASE/constant/waveProperties"
dimensions [0 1 -1 0 0 0 0];

View File

@ -28,10 +28,7 @@ thermoType
inertSpecie AIR;
foamChemistryFile "$FOAM_CASE/constant/reactions.gas";
foamChemistryThermoFile "$FOAM_CASE/constant/thermo.gas";
#include "thermo.gas"
#include "reactions.gas"
// ************************************************************************* //