Skip to content

Commit

Permalink
pybamm-team#1330 added citation to Timms2020
Browse files Browse the repository at this point in the history
  • Loading branch information
brosaplanella committed Jan 24, 2021
1 parent 9255bed commit 935a2fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class CurrentCollector1D(BaseThermal):

def __init__(self, param):
super().__init__(param, cc_dimension=1)
pybamm.citations.register("Timms2020")

def get_fundamental_variables(self):

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class CurrentCollector2D(BaseThermal):

def __init__(self, param):
super().__init__(param, cc_dimension=2)
pybamm.citations.register("Timms2020")

def get_fundamental_variables(self):

Expand Down

0 comments on commit 935a2fc

Please sign in to comment.