Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
rtimms committed Nov 9, 2023
2 parents 599d80a + 7a4ce12 commit 9d57532
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

- Temporarily pin Pydantic version ([#35](https://github.com/FaradayInstitution/BPX/pull/35))

# [v0.3.0](https://github.com/FaradayInstitution/BPX/releases/tag/v0.3.0)
# [v0.3.0](https://github.com/pybamm-team/BPX/releases/tag/v0.3.0)

- Added a missing factor of 2 in the definition of the interfacial current, see the Butler-Volmer equation (2a) in the associated BPX standard document. The interfacial current is now given by $j=2j_0\sinh(F\eta/2/R/T)$ instead of $j=j_0\sinh(F\eta/2/R/T)$.

Expand Down
1 change: 1 addition & 0 deletions bpx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

__version__ = "0.4.0"


from .interpolated_table import InterpolatedTable
from .expression_parser import ExpressionParser
from .function import Function
Expand Down

0 comments on commit 9d57532

Please sign in to comment.