Skip to content

Commit 8543525

Browse files
Merge pull request #2598 from DrSOKane/develop
Added contact resistance
2 parents dad2b10 + 9f8d315 commit 8543525

File tree

22 files changed

+76
-10
lines changed

22 files changed

+76
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +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, new parameter `Contact resistance [Ohm]` and new variable `Contact overpotential [V]` ([#2598](https://github.com/pybamm-team/PyBaMM/pull/2598)).
67

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

pybamm/input/parameters/lead_acid/Sulzer2019.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ def get_parameter_values():
259259
"Positive current collector specific heat capacity [J.kg-1.K-1]": 256.0,
260260
"Negative current collector thermal conductivity [W.m-1.K-1]": 35.0,
261261
"Positive current collector thermal conductivity [W.m-1.K-1]": 35.0,
262+
"Contact resistance [Ohm]": 0,
262263
# negative electrode
263264
"Negative electrode conductivity [S.m-1]": 4800000.0,
264265
"Negative electrode pore size [m]": 1e-07,

pybamm/input/parameters/lithium_ion/Ai2020.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,7 @@ def get_parameter_values():
607607
"Nominal cell capacity [A.h]": 2.28,
608608
"Typical current [A]": 2.28,
609609
"Current function [A]": 2.28,
610+
"Contact resistance [Ohm]": 0,
610611
# negative electrode
611612
"Negative electrode conductivity [S.m-1]": 100.0,
612613
"Maximum concentration in negative electrode [mol.m-3]": 28700.0,

pybamm/input/parameters/lithium_ion/Chen2020.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ def get_parameter_values():
295295
"Nominal cell capacity [A.h]": 5.0,
296296
"Typical current [A]": 5.0,
297297
"Current function [A]": 5.0,
298+
"Contact resistance [Ohm]": 0,
298299
# negative electrode
299300
"Negative electrode conductivity [S.m-1]": 215.0,
300301
"Maximum concentration in negative electrode [mol.m-3]": 33133.0,

pybamm/input/parameters/lithium_ion/Chen2020_composite.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ def get_parameter_values():
395395
"Nominal cell capacity [A.h]": 5.0,
396396
"Typical current [A]": 5.0,
397397
"Current function [A]": 5.0,
398+
"Contact resistance [Ohm]": 0,
398399
# negative electrode
399400
"Negative electrode conductivity [S.m-1]": 215.0,
400401
"Primary: Maximum concentration in negative electrode [mol.m-3]": 28700.0,

pybamm/input/parameters/lithium_ion/Ecker2015.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,7 @@ def get_parameter_values():
498498
"Nominal cell capacity [A.h]": 0.15625,
499499
"Typical current [A]": 0.15652,
500500
"Current function [A]": 0.15652,
501+
"Contact resistance [Ohm]": 0,
501502
# negative electrode
502503
"Negative electrode conductivity [S.m-1]": 14.0,
503504
"Maximum concentration in negative electrode [mol.m-3]": 31920.0,

pybamm/input/parameters/lithium_ion/Marquis2019.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@ def get_parameter_values():
425425
"Nominal cell capacity [A.h]": 0.680616,
426426
"Typical current [A]": 0.680616,
427427
"Current function [A]": 0.680616,
428+
"Contact resistance [Ohm]": 0,
428429
# negative electrode
429430
"Negative electrode conductivity [S.m-1]": 100.0,
430431
"Maximum concentration in negative electrode [mol.m-3]": 24983.2619938437,

pybamm/input/parameters/lithium_ion/Mohtat2020.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@ def get_parameter_values():
419419
"Nominal cell capacity [A.h]": 5.0,
420420
"Typical current [A]": 5.0,
421421
"Current function [A]": 5.0,
422+
"Contact resistance [Ohm]": 0,
422423
# negative electrode
423424
"Negative electrode conductivity [S.m-1]": 100.0,
424425
"Maximum concentration in negative electrode [mol.m-3]": 28746.0,

pybamm/input/parameters/lithium_ion/NCA_Kim2011.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ def get_parameter_values():
369369
"Nominal cell capacity [A.h]": 0.43,
370370
"Typical current [A]": 0.43,
371371
"Current function [A]": 0.43,
372+
"Contact resistance [Ohm]": 0,
372373
# negative electrode
373374
"Negative electrode conductivity [S.m-1]": 100.0,
374375
"Maximum concentration in negative electrode [mol.m-3]": 28700.0,

pybamm/input/parameters/lithium_ion/OKane2022.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,7 @@ def get_parameter_values():
583583
"Nominal cell capacity [A.h]": 5.0,
584584
"Typical current [A]": 5.0,
585585
"Current function [A]": 5.0,
586+
"Contact resistance [Ohm]": 0,
586587
# negative electrode
587588
"Negative electrode conductivity [S.m-1]": 215.0,
588589
"Maximum concentration in negative electrode [mol.m-3]": 33133.0,

0 commit comments

Comments
 (0)