-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't use the 74-78 columns for 5th element CHEMKIN syntax.
Although the CHEMKIN manual specifies that one may put the 5th element atom count in columns 74-78 of row 1, in practice nobody does this, and Cantera cannot read it if we do, so this commit stops us from doing this. Instead if there are 5 or more elements present, we use the extended syntax (that we were using for 6+ elements). For more details see discussion at Cantera/cantera#656
- Loading branch information
Showing
2 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters