dynamicCode::basicChemistryModelTemplate.C: Corrected cpp test for TDAC
This commit is contained in:
@ -86,8 +86,10 @@ namespace Foam
|
|||||||
makeChemistrySolver(${solver}, ${method}ChemistryModel, ThermoPhysics);
|
makeChemistrySolver(${solver}, ${method}ChemistryModel, ThermoPhysics);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#define standardChemistryModelCppTest 0
|
||||||
|
#define TDACChemistryModelCppTest 1
|
||||||
|
|
||||||
#if ${method} == TDAC
|
#if ${method}CppTest == TDACChemistryModelCppTest
|
||||||
|
|
||||||
#include "makeChemistryReductionMethod.H"
|
#include "makeChemistryReductionMethod.H"
|
||||||
#include "makeChemistryTabulationMethod.H"
|
#include "makeChemistryTabulationMethod.H"
|
||||||
|
|||||||
Reference in New Issue
Block a user