Skip to content

Rename Arrhenius reference temperature to Equilibrium - #299

Merged
boulderdaze merged 4 commits into
mainfrom
incorporate-feedback
Jul 16, 2026
Merged

Rename Arrhenius reference temperature to Equilibrium#299
boulderdaze merged 4 commits into
mainfrom
incorporate-feedback

Conversation

@boulderdaze

Copy link
Copy Markdown
Contributor

This PR:

  • Renames Arrhenius reference temperature to Equilibrium to address the feedback from Matt
  • Adds Henry's Law constant equation in the comment in configuration requested by Mary

@boulderdaze boulderdaze self-assigned this Jul 15, 2026
@boulderdaze
boulderdaze marked this pull request as ready for review July 15, 2026 20:21
@codecov-commenter

codecov-commenter commented Jul 15, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 76.47059% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 88.08%. Comparing base (3d13e2d) to head (11fee8e).

Files with missing lines Patch % Lines
src/v1/aerosol/parsers.cpp 77.77% 2 Missing ⚠️
src/v1/aerosol/schema.cpp 75.00% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #299      +/-   ##
==========================================
+ Coverage   88.03%   88.08%   +0.04%     
==========================================
  Files          44       44              
  Lines        2474     2442      -32     
==========================================
- Hits         2178     2151      -27     
+ Misses        296      291       -5     
Files with missing lines Coverage Δ
include/mechanism_configuration/errors.hpp 100.00% <ø> (ø)
src/errors.cpp 35.13% <ø> (+0.92%) ⬆️
src/validate.cpp 90.67% <ø> (+0.15%) ⬆️
src/v1/aerosol/parsers.cpp 84.97% <77.77%> (-0.03%) ⬇️
src/v1/aerosol/schema.cpp 77.77% <75.00%> (-0.46%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@boulderdaze
boulderdaze requested a review from K20shores July 15, 2026 20:27
},
"equilibrium constant": {
"type": "ARRHENIUS_REFERENCE_TEMPERATURE", "A": 1725.0, "C [K]": 0.0, "T0 [K]": 298.15
"type": "EQUILIBRIUM", "A": 1725.0, "C [K]": 0.0, "T0 [K]": 298.15

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are there docs for this in mechanism configuration? If so we should update them

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@boulderdaze
boulderdaze requested a review from K20shores July 16, 2026 14:53
@boulderdaze
boulderdaze marked this pull request as draft July 16, 2026 15:22
@boulderdaze
boulderdaze marked this pull request as ready for review July 16, 2026 16:29
@boulderdaze
boulderdaze merged commit a158c2d into main Jul 16, 2026
27 of 28 checks passed
@boulderdaze
boulderdaze deleted the incorporate-feedback branch July 16, 2026 17:12
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.

3 participants