mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user