Skip to content

Commit

Permalink
pybop-team#223 add citation
Browse files Browse the repository at this point in the history
  • Loading branch information
brosaplanella committed Apr 8, 2024
1 parent edb5e18 commit c4e88d4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pybop/models/lithium_ion/weppner_huggins.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,21 @@ class BaseWeppnerHuggins(pybamm.lithium_ion.BaseModel):

def __init__(self, name="Weppner & Huggins model"):
super().__init__({}, name)

pybamm.citations.register("""
@article{Weppner1977,
title={{Determination of the kinetic parameters
of mixed-conducting electrodes and application to the system Li3Sb}},
author={Weppner, W and Huggins, R A},
journal={Journal of The Electrochemical Society},
volume={124},
number={10},
pages={1569},
year={1977},
publisher={IOP Publishing}
}
""")

# `self.param` is a class containing all the relevant parameters and functions for
# this model. These are purely symbolic at this stage, and will be set by the
# `ParameterValues` class when the model is processed.
Expand Down

0 comments on commit c4e88d4

Please sign in to comment.