-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor writing of elements section of Chemkin thermo entries
For species with 4 elements or less, put them in the first line For species with 5 elements or more, put them on the next line using the space delimited 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
128 additions
and
29 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