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;
|
Info<< "Selecting chemistry type " << chemistryTypeDict << endl;
|
||||||
|
|
||||||
const int nCmpt = 12;
|
const int nCmpt = 13;
|
||||||
const char* cmptNames[nCmpt] =
|
const char* cmptNames[nCmpt] =
|
||||||
{
|
{
|
||||||
"chemistrySolver",
|
"chemistrySolver",
|
||||||
"chemistryThermo",
|
"chemistryThermo",
|
||||||
|
"baseChemistry",
|
||||||
"transport",
|
"transport",
|
||||||
"thermo",
|
"thermo",
|
||||||
"equationOfState",
|
"equationOfState",
|
||||||
@ -107,8 +108,9 @@ New
|
|||||||
word chemistryTypeName
|
word chemistryTypeName
|
||||||
(
|
(
|
||||||
word(chemistryTypeDict.lookup("chemistrySolver")) + '<'
|
word(chemistryTypeDict.lookup("chemistrySolver")) + '<'
|
||||||
+ word(chemistryTypeDict.lookup("chemistryThermo")) + ','
|
+ word(chemistryTypeDict.lookup("chemistryThermo")) + '<'
|
||||||
+ solidThermoTypeName + ',' + gasThermoTypeName + ">"
|
+ typeName + ','
|
||||||
|
+ solidThermoTypeName + ',' + gasThermoTypeName + ">>"
|
||||||
);
|
);
|
||||||
|
|
||||||
Info<< "chemistryTypeName " << chemistryTypeName << endl;
|
Info<< "chemistryTypeName " << chemistryTypeName << endl;
|
||||||
|
|||||||
@ -18,7 +18,7 @@ FoamFile
|
|||||||
chemistryType
|
chemistryType
|
||||||
{
|
{
|
||||||
chemistrySolver ode;
|
chemistrySolver ode;
|
||||||
chemistryThermo pyrolysis;
|
chemistryThermo pyrolysisChemistryModel;
|
||||||
}
|
}
|
||||||
|
|
||||||
chemistry on;
|
chemistry on;
|
||||||
|
|||||||
Reference in New Issue
Block a user