Justin,
It's difficult to help here because we don't know what it is you're actually trying to simulate. For example, is this supposed to be an adiabatic or an isothermal reactor? Is the temperature in the plot the temperature in the reactor, or the temperature of the reactants? Is there a constant residence time in this system, or is there something else being controlled?
In your code, I do notice a few potential issues. For one, you never set the temperature of the 'air' inlet -- it is left at its default value of 300 K. For another, your "fuel" mixture is actually a mixture of fuel and air, which you then further dilute with additional air, so I doubt you're getting the equivalence ratio you desire. Finally, there doesn't seem to be anything in your code which sets the residence time. You just have the air and fuel mass flow rates multiplied by an arbitrary factor, flowing into a reactor with a volume of 1 m^3.
Rather than trying to immediately reproduce those figures that you attached, I think it would be useful to run a single case and see if the results make sense. For the conditions that you specified, just looking at the time/temperature history shows that all that is happening is that the reaction is being quenched after the initial transient, which is presumably not in line with the conditions you are trying to represent. I hope this helps in debugging your simulation setup.
Regards,
Ray