Merge branch 'feature-reactionSensitivity' into 'develop'
reactionSensitivityAnalysis FO This function object creates four data files named: "consumption" : consumption rate "production" : destruction rate "productionInt" : integral between dumps of the production rate "consumptionInt" : integral between dumps of the consumption rate The function object indicates reaction rates of creation or destruction of species in each reaction. code: src/postProcessing/functionObjects/utilities/reactionSensitivityAnalysis/ tutorial: /tutorials/combustion/chemFoam/gri The output format file is (consumption.dat): time : 1e-2 dellat T: 1e-5 Reaction specie1 specie2 .... 1 RR11 RR12 2 RR21 RR22 . . See merge request !44
Showing
- src/postProcessing/functionObjects/utilities/Make/files 2 additions, 0 deletionssrc/postProcessing/functionObjects/utilities/Make/files
- src/postProcessing/functionObjects/utilities/Make/options 6 additions, 1 deletionsrc/postProcessing/functionObjects/utilities/Make/options
- src/postProcessing/functionObjects/utilities/reactionSensitivityAnalysis/reactionsSensitivityAnalysis.C 321 additions, 0 deletions...eactionSensitivityAnalysis/reactionsSensitivityAnalysis.C
- src/postProcessing/functionObjects/utilities/reactionSensitivityAnalysis/reactionsSensitivityAnalysis.H 220 additions, 0 deletions...eactionSensitivityAnalysis/reactionsSensitivityAnalysis.H
- src/postProcessing/functionObjects/utilities/reactionSensitivityAnalysis/reactionsSensitivityAnalysisFunctionObject.C 75 additions, 0 deletions...vityAnalysis/reactionsSensitivityAnalysisFunctionObject.C
- src/postProcessing/functionObjects/utilities/reactionSensitivityAnalysis/reactionsSensitivityAnalysisFunctionObject.H 64 additions, 0 deletions...vityAnalysis/reactionsSensitivityAnalysisFunctionObject.H
- src/thermophysicalModels/chemistryModel/chemistryModel/basicChemistryModel/basicChemistryModel.H 3 additions, 0 deletions.../chemistryModel/basicChemistryModel/basicChemistryModel.H
- tutorials/combustion/chemFoam/gri/system/controlDict 10 additions, 0 deletionstutorials/combustion/chemFoam/gri/system/controlDict
Please register or sign in to comment