ClapeyronThermo / Clapeyron.jl

Clapeyron provides a framework for the development and use of fluid-thermodynamic models, including SAFT, cubic, activity, multi-parameter, and COSMO-SAC.
https://clapeyronthermo.github.io/Clapeyron.jl/
MIT License
210 stars 52 forks source link

use more residual properties when available #297

Closed longemen3000 closed 1 month ago

longemen3000 commented 1 month ago

this PR:

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 79.96604% with 118 lines in your changes missing coverage. Please review.

Project coverage is 76.86%. Comparing base (878c810) to head (92fd3d3). Report is 24 commits behind head on master.

Files with missing lines Patch % Lines
src/methods/phase.jl 0.00% 61 Missing :warning:
src/modules/solvers/Solvers.jl 59.37% 13 Missing :warning:
.../property_solvers/multicomponent/multicomponent.jl 94.11% 5 Missing :warning:
src/database/database_rawparam.jl 63.63% 4 Missing :warning:
src/database/database_utils.jl 0.00% 4 Missing :warning:
src/methods/VT.jl 0.00% 4 Missing :warning:
...ty_solvers/multicomponent/solids/eutectic_point.jl 0.00% 4 Missing :warning:
src/database/params/GroupParam.jl 83.33% 3 Missing :warning:
src/methods/initial_guess.jl 86.36% 3 Missing :warning:
...rc/methods/property_solvers/multicomponent/VLLE.jl 95.83% 2 Missing :warning:
... and 14 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #297 +/- ## ======================================= Coverage 76.86% 76.86% ======================================= Files 321 321 Lines 24049 23993 -56 ======================================= - Hits 18485 18442 -43 + Misses 5564 5551 -13 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.