You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, "advance to steady state" probably has poor tolerance and accuracy, and isn't a good algorithm anyway. It probably works, ish, but if you're trying to do finite difference (for brute force sensitivity, for example) you need a repeatable thing. Perhaps should integrate to a specific multiple of the residence time, for example, something much more repeatable.
The text was updated successfully, but these errors were encountered:
This particular repo may be water under the bridge, but @12Chao should take note.
See this section
cpox/rh/simulations.py
Line 338 in 0eff7b4
then see
https://groups.google.com/g/cantera-users/c/uf6Trn08WIY/m/V42jpQouHgAJ
where it is explained that
rsurf.kinetics.X
is notsurf.X
, andr.thermo.X
is notgas.X
.Also, "advance to steady state" probably has poor tolerance and accuracy, and isn't a good algorithm anyway. It probably works, ish, but if you're trying to do finite difference (for brute force sensitivity, for example) you need a repeatable thing. Perhaps should integrate to a specific multiple of the residence time, for example, something much more repeatable.
The text was updated successfully, but these errors were encountered: