Skip to content

Conversation

zdaq12
Copy link
Collaborator

@zdaq12 zdaq12 commented Aug 3, 2025

No description provided.

@zdaq12 zdaq12 requested a review from odiazib August 6, 2025 10:29
@zdaq12 zdaq12 self-assigned this Aug 6, 2025
const real_type& Vm,
real_type& gas_diff) {
gas_diff = (1.0e-3 * ats<real_type>::pow(T_K, 1.75) * ats<real_type>::sqrt(1.0/MW + 0.035))/
(P * ats<real_type>::pow(ats<real_type>::pow(Vm, 0.333333) + 2.7189, 2.0));
Copy link
Collaborator

Choose a reason for hiding this comment

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

I wonder if replacing 0.333333 with 1./3. might help reduce the ERROR_THRESHOLDS. Given the simplicity of this expression, I was expecting a smaller error margin to pass the test.

Copy link

codecov bot commented Aug 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
src/core/impl/TChem_Impl_MOSAIC.hpp 99.44% <100.00%> (+<0.01%) ⬆️
src/verification/mosaic/gas_diffusivity.cpp 100.00% <100.00%> (ø)
src/verification/mosaic/mosaic_driver.cpp 77.04% <100.00%> (+0.77%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@zdaq12 zdaq12 merged commit 75c6dbc into main Aug 20, 2025
5 checks passed
@zdaq12 zdaq12 deleted the gas_diffusivity branch August 20, 2025 10:32
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.

2 participants