Skip to content
Snippets Groups Projects
Commit 6f2e475b authored by Sergio Ferraris's avatar Sergio Ferraris
Browse files

BUG: Adding entry to the table for solidChemistryModels and correcting chemistryThermo entry

in chemistryProperties for pyrolisis
parent 134f9ff4
No related branches found
No related tags found
No related merge requests found
......@@ -53,11 +53,12 @@ New
Info<< "Selecting chemistry type " << chemistryTypeDict << endl;
const int nCmpt = 12;
const int nCmpt = 13;
const char* cmptNames[nCmpt] =
{
"chemistrySolver",
"chemistryThermo",
"baseChemistry",
"transport",
"thermo",
"equationOfState",
......@@ -107,8 +108,9 @@ New
word chemistryTypeName
(
word(chemistryTypeDict.lookup("chemistrySolver")) + '<'
+ word(chemistryTypeDict.lookup("chemistryThermo")) + ','
+ solidThermoTypeName + ',' + gasThermoTypeName + ">"
+ word(chemistryTypeDict.lookup("chemistryThermo")) + '<'
+ typeName + ','
+ solidThermoTypeName + ',' + gasThermoTypeName + ">>"
);
Info<< "chemistryTypeName " << chemistryTypeName << endl;
......
......@@ -18,7 +18,7 @@ FoamFile
chemistryType
{
chemistrySolver ode;
chemistryThermo pyrolysis;
chemistryThermo pyrolysisChemistryModel;
}
chemistry on;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment