hi:
I met a problem for the reaction of progress calculation. for the three-body reaction, and fall-off reaction.
according to my knowledge, their progress variable calculation is a function of 'M'. I list two cases to illustrate my finding, I'm not sure if it is due to my operation mistake, but I checked and could not find problem on my side.
take three body reaction HCO+M=H+CO+M for example.
case1:
1. importPhase ('g').
2. set parameters, T, P, mole fraction.
3. pv1=rop_net(g).
case2:
1. importPhase.
2. set parameters, T, P, mole fraction.
3. get the forward and reverse reaction rate constant, kf, kr.
4. get the species concentration.
5. pv2=kf*[HCO]-kr*[H]*[CO].
As we know, for the pv2 calculation, we should multiply the concentration of [M], in the data I have, the [M] is about 0.1. but the result showed that the pv1=pv2.
The same problem occurs for the fall-off reaction.
If my steps are right, does this mean there are something missing in the Cantera calculation? I hope not....because I've done more than one year analysis with current data so far............
thanks!
Li