Skip to content
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

Fix issues with input files derived from GRI 3.0 #598

Merged
merged 2 commits into from
Feb 25, 2019

Conversation

speth
Copy link
Member

@speth speth commented Feb 15, 2019

The old (C++) ck2cti program unnecessarily rounded some species transport coefficients. This updates the coefficients in the input files derived from GRI 3.0, and updates the test comparisons for affected tests. The changes in species diffusion coefficients are on the order of 0.2% or less.

Also, this deletes some redundant XML files from the source tree, to avoid having to update them as well.

The XML versions of these files that are actually installed/used are the ones
generated during the build process from their CTI equivalents.
The old (C++) ck2cti program unnecessarily rounded some species transport
coefficients. This updates the coefficients in the input files derived from GRI
3.0, and updates the test comparisons for affected tests.
@codecov
Copy link

codecov bot commented Feb 15, 2019

Codecov Report

Merging #598 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #598      +/-   ##
==========================================
+ Coverage   68.42%   68.42%   +<.01%     
==========================================
  Files         360      360              
  Lines       39791    39791              
==========================================
+ Hits        27226    27227       +1     
+ Misses      12565    12564       -1
Impacted Files Coverage Δ
test/transport/transportFromScratch.cpp 96.19% <100%> (ø) ⬆️
src/transport/GasTransport.cpp 90.98% <0%> (+0.2%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cb56209...add9dcb. Read the comment docs.

@speth speth merged commit 8bcb62f into Cantera:master Feb 25, 2019
@speth speth deleted the fix-input-files branch January 8, 2020 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant