Skip to content

Commit

Permalink
#729 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rtimms committed Mar 27, 2020
1 parent 5e9e3c9 commit 7d69e7c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

## Features

- Added LiNiCoO2 parameter set from Ecker et. al. ([#922](https://github.com/pybamm-team/PyBaMM/pull/922))
- Added `DummySolver` for empty models ([#915](https://github.com/pybamm-team/PyBaMM/pull/915))
- Added functionality to broadcast to edges ([#891](https://github.com/pybamm-team/PyBaMM/pull/891))
- Reformatted and cleaned up `QuickPlot` ([#886](https://github.com/pybamm-team/PyBaMM/pull/886))
- Added thermal effects to lead-acid models ([#885](https://github.com/pybamm-team/PyBaMM/pull/885))
- Add new symbols `VariableDot`, representing the derivative of a variable wrt time,
and `StateVectorDot`, representing the derivative of a state vector wrt time
- Add new symbols `VariableDot`, representing the derivative of a variable wrt time,
and `StateVectorDot`, representing the derivative of a state vector wrt time
([#858](https://github.com/pybamm-team/PyBaMM/issues/858))
- Added additional notebooks showing how to create and compare models ([#877](https://github.com/pybamm-team/PyBaMM/pull/877))
- Added `Minimum`, `Maximum` and `Sign` operators
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def graphite_diffusivity_Ecker2015(sto, T, T_inf, E_D_s, R_g):
Solid diffusivity
"""

# D_ref = FunctionParameter("Measured negative electrode diffusivity [m2.s-1]", sto)
D_ref = 8.4e-13 * exp(-11.3 * sto) + 8.2e-15
arrhenius = exp(-E_D_s / (R_g * T)) * exp(E_D_s / (R_g * 296))

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Tests for LG M50 parameter set loads
# Tests for Ecker parameter set
#
import pybamm
import unittest
Expand Down

0 comments on commit 7d69e7c

Please sign in to comment.