Skip to content

Commit 6ba2cde

Browse files
authored
Fix typo in Butler-Volmer equation docstring (#5279)
1 parent 425af11 commit 6ba2cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pybamm/models/submodels/interface/kinetics/butler_volmer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class SymmetricButlerVolmer(BaseKinetics):
1212
Submodel which implements the symmetric forward Butler-Volmer equation:
1313
1414
.. math::
15-
j = 2 * j_0(c) * \\sinh(ne * F * \\eta_r(c) / RT)
15+
j = 2 * j_0(c) * \\sinh(ne * F * \\eta_r(c) / 2RT)
1616
1717
Parameters
1818
----------

0 commit comments

Comments
 (0)