Replies: 2 comments
-
Hi Andrés, in the most recent release Chen2020_plating has been renamed OKane2022 to match the paper with the details on the parameters. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Dear Ferran, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi PyBaMM comunity,
I'm trying to replicate the code developed at the course Plug & Play Physics on PybaMM, in particular the Lithium plating submodules and I'm getting the following error:
AttributeError: module 'pybamm.parameters.parameter_sets' has no attribute 'Chen2020_plating'
The code used:
import pybamm
model1 = pybamm.lithium_ion.DFN(options={"lithium plating": "reversible"})
model2 = pybamm.lithium_ion.DFN(options={"lithium plating": "irreversible"})
chemistry = pybamm.parameter_sets.Chen2020_plating
parameter_values = pybamm.ParameterValues(chemistry=chemistry)
parameter_values.update({"Ambient temperature [K]":268.15})
parameter_values.update({"Upper voltage cut-off [V]":4.21})
parameter_values.update({"Lithium plating kinetic rate constant [m.s-1]":1E-9})
Could you give me hand?
Yours faithfully,
Andrés
Beta Was this translation helpful? Give feedback.
All reactions