Skip to content

Commit 9f8d315

Browse files
author
DrSOKane
committed
Added new variable 'Contact overpotential [V]'
1 parent c95911a commit 9f8d315

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Features
44

55
- Steps in `Experiment` can now be tagged and cycle numbers be searched based on those tags ([#2593](https://github.com/pybamm-team/PyBaMM/pull/2593)).
6-
- New `contact resistance` option and corresponding parameter `Contact resistance [Ohm]` ([#2598](https://github.com/pybamm-team/PyBaMM/pull/2598)).
6+
- New `contact resistance` option, new parameter `Contact resistance [Ohm]` and new variable `Contact overpotential [V]` ([#2598](https://github.com/pybamm-team/PyBaMM/pull/2598)).
77

88
# [v22.12](https://github.com/pybamm-team/PyBaMM/tree/v22.12) - 2022-12-31
99

pybamm/models/submodels/electrode/base_electrode.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ def _get_standard_current_collector_potential_variables(
156156
"Positive current collector potential [V]": phi_s_cp_dim,
157157
"Local voltage": V_cc,
158158
"Local voltage [V]": self.param.ocv_ref + V_cc * pot_scale,
159+
"Contact overpotential": delta_phi_contact,
160+
"Contact overpotential [V]": delta_phi_contact * pot_scale,
159161
"Terminal voltage": V - delta_phi_contact,
160162
"Terminal voltage [V]": V_dim - delta_phi_contact * pot_scale,
161163
}

0 commit comments

Comments
 (0)