Skip to content

v0.4.0: Mass Balance Testing and Fixes

Compare
Choose a tag to compare
@sjordan29 sjordan29 released this 06 Oct 21:43
· 175 commits to main since this release

This release adds new testing and unit conversion features and fixes some bugs related to conserving mass balance of constituents.

Added

  • A new testing system using pytest starting with a suite of tests for mass balance with #32 and #44, addressing #22
    • The test suite includes various models, including a 5x10 test case and a 1x2 test case, addressing #31.
  • A new class to handle unit conversions with #42, addressing #38

Fixed

  • Corrected mass balance issue #40 by leveraging ghost cell data stored in HDF file.
  • Adjusted matrix solver to further improve mass-balance accuracy, addressing #30