Thermodynamics: Update selection mechanism for reaction and chemistry thermodynamics

This commit is contained in:
Henry
2012-09-30 21:27:18 +01:00
parent 149a584cfe
commit 9bf80af379
115 changed files with 2007 additions and 744 deletions

View File

@ -15,12 +15,14 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
rhoChemistryModel ODEChemistryModel<icoPoly8ThermoPhysics>;
chemistryType
{
chemistryModel ODEChemistryModel;
chemistrySolver noChemistrySolver;
}
chemistry off;
chemistrySolver noChemistrySolver;
initialChemicalTimeStep 1e-07; // NOT USED

View File

@ -15,7 +15,16 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
thermoType heRhoReactionThermo<reactingMixture<icoPoly8ThermoPhysics>>;
thermoType
{
type heRhoReactionThermo;
mixture reactingMixture;
transport polynomial;
thermo hPolynomial;
energy sensibleEnthalpy;
equationOfState icoPolynomial;
specie specie;
}
chemistryReader foamChemistryReader;