-
Notifications
You must be signed in to change notification settings - Fork 252
Add CanteraWriter #2870
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Add CanteraWriter #2870
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
0db9fe7
Env: up Cantera to >= 3.0
alongd 9a25eec
Tests: use Cantera from YAML in species test
alongd 2a4ff60
Remove unused imports from main
alongd 33da8f2
Tests: Adaptations to main test
alongd 28d57e0
Fix Reaction ct conversions
alongd 4ba33d3
Tests: Reaction tests modifications
alongd 77c9be8
Added ct_reaction.third_body before calling efficiencies in falloff
alongd f77899f
Update canteramodel
alongd 7b7c99e
Tests: Update canteramodel and transportData tests
alongd ae08548
Fix: Set default surface name for compatibility with Cantera 3.1
rwest ed3c692
Add surface site names in example chemkin files.
rwest 240d474
Allow chemkin parser to read SITE/SURF1/ type definitions.
rwest 4702f76
Add Cantera 3.0 dependency check to utilities.py
rwest 6991b78
Fix surface phase loading in Cantera model converter
rwest 93b2946
Reminder (to copilot) to rebuild cython files.
rwest 008ff38
Added a Cantera writer module
alongd c133f8e
Attach the CanteraWriter instead of using ck2yaml
alongd 27277ff
Tests: Cantera writer
alongd 5908b58
Add surface chemistry support to Cantera YAML export
alongd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rwest I think you will need to pin to
cantera>=3.2.0specficically. When I tried to upgrade to 3.1 (here: #2751) I ran into a bug with reading Chemkin files in our regression tests, see: Cantera/cantera#1845. Cantera quickly resolved it, and released the fix in 3.2 (see Bugs fixed: https://github.com/Cantera/cantera/releases/tag/v3.2.0)