
Hi,
The heat release in Cantera’s 1D flames corresponds to what you call . Cantera’s nomenclature regarding “reference states” and “standard states” is a bit confusing. but if you’ve looked at
StFlow.cpp, you’ll see that it uses the method enthalpy_RT_ref which gives the enthalpies at the current temperature and at the reference pressure. But since for an ideal gas there is no pressure dependence for the enthalpy, this is the enthalpy at the current temperature and pressure. There is no function in Cantera that calculates the standard enthalpies of formation, besides simply setting the mixture to that state.
Regards,
Ray