Skip to content

Commit 352ac51

Browse files
committed
#2669 changelog
1 parent 212a7fa commit 352ac51

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# [Unreleased](https://github.com/pybamm-team/PyBaMM/)
22

3+
## Features
4+
5+
- The "particle size" option can now be a tuple to allow different behaviour in each electrode([#2672](https://github.com/pybamm-team/PyBaMM/pull/2672)).
6+
37
# [v23.1](https://github.com/pybamm-team/PyBaMM/tree/v23.1) - 2023-01-31
48

59
## Features

plot.gif

-1.19 MB
Binary file not shown.

tests/integration/test_models/test_full_battery_models/test_lithium_ion/test_mpm.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ def test_differential_surface_form(self):
4848
modeltest = tests.StandardModelTest(model)
4949
modeltest.test_all()
5050

51+
def test_current_sigmoid_ocp(self):
52+
options = {"open circuit potential": ("current sigmoid", "single")}
53+
model = pybamm.lithium_ion.MPM(options)
54+
modeltest = tests.StandardModelTest(model)
55+
modeltest.test_all()
56+
5157
def test_voltage_control(self):
5258
options = {"operating mode": "voltage"}
5359
model = pybamm.lithium_ion.MPM(options)

0 commit comments

Comments
 (0)