Skip to content

Commit

Permalink
#1505 fix porosity tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brosaplanella committed Aug 23, 2021
1 parent 3a11b17 commit 61342dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ def test_public_functions(self):
# param = pybamm.LeadAcidParameters()
param = pybamm.LithiumIonParameters()
a_n = pybamm.PrimaryBroadcast(pybamm.Scalar(0), ["negative electrode"])
a_p = pybamm.PrimaryBroadcast(pybamm.Scalar(0), ["positive electrode"])

variables = {
"Negative electrode interfacial current density": a_n,
"Negative electrode SEI interfacial current density": a_n,
"Positive electrode interfacial current density": a_p,
"Negative electrode lithium plating interfacial current density": a_n,
"Total negative electrode SEI thickness [m]": a_n,
"Negative electrode lithium plating thickness [m]": a_n,
"Negative electrode surface area to volume ratio [m-1]": a_n,

}
options = {
"SEI": "ec reaction limited",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ def test_public_functions(self):
param = pybamm.LithiumIonParameters()
a = pybamm.PrimaryBroadcast(pybamm.Scalar(0), "current collector")
variables = {
"X-averaged negative electrode interfacial current density": a,
"X-averaged negative electrode SEI interfacial current density": a,
"X-averaged positive electrode interfacial current density": a,
"X-averaged negative electrode lithium plating "
"interfacial current density": a,
"Total negative electrode SEI thickness [m]": a,
"Negative electrode lithium plating thickness [m]": a,
"Negative electrode surface area to volume ratio [m-1]": a,
}
options = {
"SEI": "ec reaction limited",
Expand Down

0 comments on commit 61342dc

Please sign in to comment.