I am converting the HyChem Jet-A (posf10325) mechanism for use in PelePhysics. I get an error when generating the QSS version, because it appears that some comments in the mechanism are not being parsed properly.
Comments within falloff reactions in the mechanism.inp file like the one here
@malihass @marchdf I believe this is a Cantera problem and not our problem because it comes from something showing up in mechanism.yaml. Not super urgent because I found a workaround, but may be worth looking into this a bit more to figure out for sure what is going on.
To reproduce, run the QSS conversion process using CEPTR for the posf10325_qss mechanism in the branch linked above.
I am converting the HyChem Jet-A (posf10325) mechanism for use in PelePhysics. I get an error when generating the QSS version, because it appears that some comments in the mechanism are not being parsed properly.
Comments within falloff reactions in the
mechanism.inp
file like the one hereget parsed into the subsequent reaction in mechanism.yaml (see here )
which propogates into qssa.yaml and results in the following error when running the conversion script:
The error is resolved by eliminating excess whitespace in the note for the reaction, as was done here
@malihass @marchdf I believe this is a Cantera problem and not our problem because it comes from something showing up in
mechanism.yaml
. Not super urgent because I found a workaround, but may be worth looking into this a bit more to figure out for sure what is going on.To reproduce, run the QSS conversion process using CEPTR for the posf10325_qss mechanism in the branch linked above.