Skip to content

Version 4.4.0

Latest
Compare
Choose a tag to compare
@jbreue16 jbreue16 released this 24 Jul 15:37
· 31 commits to master since this release

This is a minor release bundling some recent fixes and adding LDF and HIC isotherms.

Added

  • Added simple C interface to libcadet (cd32fc4)
  • Added linear driving force implementations of certain isotherms (bee06f6), see docs:
    • Freundlich LDF
    • Multi-component-Langmuir LDF
    • Multi-component-Langmuir LDF liquid phase
    • Multi-component-Bi-Langmuir LDF
  • Added 2 HIC Isotherms: (6e93126) (#121)
    • Water on Hydrophobic Surfaces (#116), see.
    • HIC based on Constant Water Activity (#118), see.

Fixed

  • Fixed solution dimensions for lumped rate model with pores (#133)
  • Fix consistent initial state for linear isotherm (b62b890) (#106)
  • Fix issue with consistent initialization of LRM (f40f239) (#107)
  • Fixed return config validation in SolutionRecorder (8070044)
  • Fixed binding model tests that use external funcs (761d9cd)
  • Fixed compiling issues with C API on Mac OS (3efce73)
  • Fixed HDF5 writer when using blocks (which sometimes just wrote zeros to the h5 file) (43424e2)
  • Fixed build error for non-Windows systems (8fd1f23)
  • Fixed reaction Jacobian in models without bound phase (bab4763)
  • Fixed bugs in solution exporter implementation (4eeeed5)

Changed

Updated

  • Updated installation instructions (a454522)
  • Updated documentation: (commits 8747d94, 783a3d0, a3c2677)
    • Improved documentation of discretization (783a3d0)
    • Update docs on linear solution mode heuristic (a3c2677)