TDACChemistryModel: Added support for variable time-step and LTS in ISAT
New reactingFoam tutorial counterFlowFlame2DLTS_GRI_TDAC demonstrates this new functionality. Additionally the ISAT table growth algorithm has been further optimized providing an overall speedup of between 15% and 38% for the tests run so far. Updates to TDAC and ISAT provided by Francesco Contino. Implementation updated and integrated into OpenFOAM-dev by Henry G. Weller, CFD Direct Ltd with the help of Francesco Contino. Original code providing all algorithms for chemistry reduction and tabulation contributed by Francesco Contino, Tommaso Lucchini, Gianluca D’Errico, Hervé Jeanmart, Nicolas Bourgeois and Stéphane Backaert.
parent
78a39643
Branches
Tags
Showing
- src/thermophysicalModels/chemistryModel/chemistryModel/TDACChemistryModel/TDACChemistryModel.C 84 additions, 13 deletions...el/chemistryModel/TDACChemistryModel/TDACChemistryModel.C
- src/thermophysicalModels/chemistryModel/chemistryModel/TDACChemistryModel/TDACChemistryModel.H 27 additions, 2 deletions...el/chemistryModel/TDACChemistryModel/TDACChemistryModel.H
- src/thermophysicalModels/chemistryModel/chemistryModel/TDACChemistryModel/tabulation/ISAT/ISAT.C 81 additions, 47 deletions.../chemistryModel/TDACChemistryModel/tabulation/ISAT/ISAT.C
- src/thermophysicalModels/chemistryModel/chemistryModel/TDACChemistryModel/tabulation/ISAT/ISAT.H 9 additions, 4 deletions.../chemistryModel/TDACChemistryModel/tabulation/ISAT/ISAT.H
- src/thermophysicalModels/chemistryModel/chemistryModel/TDACChemistryModel/tabulation/ISAT/binaryNode/binaryNode.C 43 additions, 11 deletions...DACChemistryModel/tabulation/ISAT/binaryNode/binaryNode.C
- src/thermophysicalModels/chemistryModel/chemistryModel/TDACChemistryModel/tabulation/ISAT/binaryNode/binaryNode.H 8 additions, 1 deletion...DACChemistryModel/tabulation/ISAT/binaryNode/binaryNode.H
- src/thermophysicalModels/chemistryModel/chemistryModel/TDACChemistryModel/tabulation/ISAT/binaryTree/binaryTree.C 66 additions, 43 deletions...DACChemistryModel/tabulation/ISAT/binaryTree/binaryTree.C
- src/thermophysicalModels/chemistryModel/chemistryModel/TDACChemistryModel/tabulation/ISAT/binaryTree/binaryTree.H 3 additions, 1 deletion...DACChemistryModel/tabulation/ISAT/binaryTree/binaryTree.H
- src/thermophysicalModels/chemistryModel/chemistryModel/TDACChemistryModel/tabulation/ISAT/chemPointISAT/chemPointISAT.C 208 additions, 48 deletions...mistryModel/tabulation/ISAT/chemPointISAT/chemPointISAT.C
- src/thermophysicalModels/chemistryModel/chemistryModel/TDACChemistryModel/tabulation/ISAT/chemPointISAT/chemPointISAT.H 54 additions, 28 deletions...mistryModel/tabulation/ISAT/chemPointISAT/chemPointISAT.H
- src/thermophysicalModels/chemistryModel/chemistryModel/TDACChemistryModel/tabulation/chemistryTabulationMethod/chemistryTabulationMethod.C 3 additions, 2 deletions...ion/chemistryTabulationMethod/chemistryTabulationMethod.C
- src/thermophysicalModels/chemistryModel/chemistryModel/TDACChemistryModel/tabulation/chemistryTabulationMethod/chemistryTabulationMethod.H 11 additions, 3 deletions...ion/chemistryTabulationMethod/chemistryTabulationMethod.H
- src/thermophysicalModels/chemistryModel/chemistryModel/TDACChemistryModel/tabulation/noChemistryTabulation/noChemistryTabulation.H 4 additions, 3 deletions.../tabulation/noChemistryTabulation/noChemistryTabulation.H
- tutorials/combustion/reactingFoam/laminar/counterFlowFlame2DLTS_GRI_TDAC/0/CH4 48 additions, 0 deletions...reactingFoam/laminar/counterFlowFlame2DLTS_GRI_TDAC/0/CH4
- tutorials/combustion/reactingFoam/laminar/counterFlowFlame2DLTS_GRI_TDAC/0/CO2 48 additions, 0 deletions...reactingFoam/laminar/counterFlowFlame2DLTS_GRI_TDAC/0/CO2
- tutorials/combustion/reactingFoam/laminar/counterFlowFlame2DLTS_GRI_TDAC/0/H2O 48 additions, 0 deletions...reactingFoam/laminar/counterFlowFlame2DLTS_GRI_TDAC/0/H2O
- tutorials/combustion/reactingFoam/laminar/counterFlowFlame2DLTS_GRI_TDAC/0/N2 48 additions, 0 deletions.../reactingFoam/laminar/counterFlowFlame2DLTS_GRI_TDAC/0/N2
- tutorials/combustion/reactingFoam/laminar/counterFlowFlame2DLTS_GRI_TDAC/0/O2 47 additions, 0 deletions.../reactingFoam/laminar/counterFlowFlame2DLTS_GRI_TDAC/0/O2
- tutorials/combustion/reactingFoam/laminar/counterFlowFlame2DLTS_GRI_TDAC/0/T 47 additions, 0 deletions...n/reactingFoam/laminar/counterFlowFlame2DLTS_GRI_TDAC/0/T
- tutorials/combustion/reactingFoam/laminar/counterFlowFlame2DLTS_GRI_TDAC/0/U 46 additions, 0 deletions...n/reactingFoam/laminar/counterFlowFlame2DLTS_GRI_TDAC/0/U
Please register or sign in to comment