Skip to content

Commit

Permalink
pybamm-team#3428 add a CHANGELOG entry
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Oct 9, 2023
1 parent 92e2a4f commit 39e52a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@

## Breaking changes

- The parameter "Exchange-current density for plating \[A.m-2]" has been renamed to "Exchange-current density for lithium-metal electrode \[A.m-2]" ([#3429](https://github.com/pybamm-team/PyBaMM/pull/3429))
- Dropped support for i686 (32-bit) architectures on GNU/Linux distributions ([#3412](https://github.com/pybamm-team/PyBaMM/pull/3412))
- The class `pybamm.thermal.OneDimensionalX` has been moved to `pybamm.thermal.pouch_cell.OneDimensionalX` to reflect the fact that the model formulation implicitly assumes a pouch cell geometry ([#3257](https://github.com/pybamm-team/PyBaMM/pull/3257))
- The "lumped" thermal option now always used the parameters "Cell cooling surface area [m2]", "Cell volume [m3]" and "Total heat transfer coefficient [W.m-2.K-1]" to compute the cell cooling regardless of the chosen "cell geometry" option. The user must now specify the correct values for these parameters instead of them being calculated based on e.g. a pouch cell. An `OptionWarning` is raised to let users know to update their parameters ([#3257](https://github.com/pybamm-team/PyBaMM/pull/3257))
Expand Down

0 comments on commit 39e52a0

Please sign in to comment.