Hi all,
I am using the sensitivity1.py files to carry out sensitivity analysis on my own kinetic mechanism to aid in the process of reduction
The mechanism I am using is similar to gri30 with some added reactions. Fuel is pure CH4 and oxidizer is pure O2 (no or very little diluent)
I noticed the files calculates the sensitivity of the rate coefficient but struggles to understand what is it calculating against? T, flame speed, species mole fraction?
Right now, I can only guess it is the sensitivity w.r.t to individual reaction??? This is infer from the code line below.
# enable sensitivity with respect to the rates of the first 10
# reactions (reactions 0 through 9)
Secondly, I tried running the default code just to check out what the output is. The last line states that:
To view a plot of these results, run this script with the option '--plot
I have matplotlib install. how do I port the directory into the script so that I can plot the graph?