View Issue Details

IDProjectCategoryView StatusLast Update
0001011OpenFOAMBugpublic2013-09-13 15:20
ReporterAdhiraj Assigned Tohenry  
PriorityhighSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Summary0001011: CHEMKIN lexer treats activation temperature in the same way as activation energy
DescriptionIn some mechanism files in CHEMKIN format, instead of the activation energy, the activation temperature is specified. This is mentioned with the keyword "KELVINS".
The lexer recognizes the keyword, but takes no special action; it divides the number by the Universal gas constant, when it should not be divided.
The reaction rate calculations therefore are completely wrong for such mechanism input.
Steps To ReproduceTry to run chemkinToFoam on any kinetic mechanism with the keyword "KELVINS".
Additional InformationIn chemkinLexer.L, setting RRreactions=1 for the keyword "KELVINS" seems to fix the issue.
TagsNo tags attached.

Activities

henry

2013-09-13 15:20

manager   ~0002490

This and some other unusual options are not currently supported.

I have now added support for for "KELVINS", "KELVIN" and "KELV" (untested).
Please re-open if these additions do not work as expected.

commit e44a3fbe592cb54514441b001b677682e71a15b6

Issue History

Date Modified Username Field Change
2013-09-13 13:54 Adhiraj New Issue
2013-09-13 15:20 henry Note Added: 0002490
2013-09-13 15:20 henry Status new => resolved
2013-09-13 15:20 henry Resolution open => fixed
2013-09-13 15:20 henry Assigned To => henry