-
-
Notifications
You must be signed in to change notification settings - Fork 347
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
Debye-Hückel cp calculations incorrect when using variable A_Debye #1500
Comments
speth
added a commit
to speth/cantera
that referenced
this issue
Jun 12, 2023
Failing test cases documented in Cantera#1500
speth
added a commit
to speth/cantera
that referenced
this issue
Jun 12, 2023
Failing test cases documented in Cantera#1500
speth
added a commit
to speth/cantera
that referenced
this issue
Jun 12, 2023
Failing test cases documented in Cantera#1500
speth
added a commit
to speth/cantera
that referenced
this issue
Jun 12, 2023
Failing test cases documented in Cantera#1500
speth
added a commit
to speth/cantera
that referenced
this issue
Jun 12, 2023
Failing test cases documented in Cantera#1500
ischoegl
pushed a commit
that referenced
this issue
Jun 13, 2023
Failing test cases documented in #1500
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem description
When using the mode where A_Debye is a function of T and P, calculations of the constant pressure heat capacity do not satisfy thermodynamic consistency tests.
Steps to reproduce
Create a phase definition by adding the following phase and species definitions to
test/data/debye-huckel-all.yaml
:Add a test case to
consistency.cpp
/consistency-cases.yaml
to test the same states that are used for the other Debye-Huckel tests, then run the gtest test suite.Behavior
The following test output (slightly simplified) shows that the cp calculations are off:
System information
main
at 13cb334The text was updated successfully, but these errors were encountered: