mutationpp / Mutationpp

The MUlticomponent Thermodynamic And Transport library for IONized gases in C++
GNU Lesser General Public License v3.0
101 stars 58 forks source link

Draft: Closes #255. Hold NASA Cp constant when temp is out-of-bounds. #257

Open mgoodson-cvd opened 4 months ago

mgoodson-cvd commented 4 months ago

Closes #255. When the temperature is out-of-bounds with the NASA polynomials, hold the Cp constant and adjust the enthalpy and entropy accordingly.

Note: this code was mostly authored by Alireza Mazaheri of NASA LaRC.

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 67.24138% with 19 lines in your changes are missing coverage. Please review.

Project coverage is 71.97%. Comparing base (aa01785) to head (6869155).

Files Patch % Lines
src/thermo/NasaDB.h 67.24% 19 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #257 +/- ## ========================================== + Coverage 71.65% 71.97% +0.31% ========================================== Files 135 135 Lines 9089 9137 +48 ========================================== + Hits 6513 6576 +63 + Misses 2576 2561 -15 ```

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