cantera/test/data/invalid-equation.inp
Ray Speth d56b6205fa [Input] Improve detection of invalid lines in reaction entries
Previously, lines which did not contain a reaction equation or a known keyword
and did not contain any slashes would be silently skipped. This caused reactions
mistakenly written using '->' as the arrow to be ignored without warning.

Fixes #583
2019-01-10 15:17:33 -05:00

15 lines
321 B
Text

ELEMENTS
H C
END
SPECIES
H R1A R1B P1 P2A
END
REACTIONS
R1A+R1B(+M) <=> H+P1(+M) 1e12 0.0 20000.0
LOW / 1.040E+26 -2.760 1600.00/
TROE/ .5620 91.00 5836.00 1.00000e+100/
R1A <-> R1B 1e12 0.0 20000.0
R1A => P2A 1e12 0.0 20000.0
END