Skip to content

Commit

Permalink
pybamm-team#1358 removed the generic lithium plating concentration va…
Browse files Browse the repository at this point in the history
…riable and substituted by the specific one for the electrode
  • Loading branch information
brosaplanella committed Feb 4, 2021
1 parent 4565460 commit 73378a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def __init__(self, param, domain):

def get_fundamental_variables(self):
c_plated_Li = pybamm.Variable(
"Plated lithium concentration",
f"{self.domain.capitalize()} electrode lithium plating concentration",
domain=self.domain.lower() + " electrode",
auxiliary_domains={"secondary": "current collector"},
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def __init__(self, param, domain):

def get_fundamental_variables(self):
c_plated_Li = pybamm.Variable(
"Plated lithium concentration",
f"{self.domain.capitalize()} electrode lithium plating concentration",
domain=self.domain.lower() + " electrode",
auxiliary_domains={"secondary": "current collector"},
)
Expand Down

0 comments on commit 73378a7

Please sign in to comment.