pybamm.lithium_ion.DFN(options=None, name='Doyle-Fuller-Newman model', build=True)¶Doyle-Fuller-Newman (DFN) model of a lithium-ion battery, from [1].
| Parameters: |
|
|---|
References
| [1] | SG Marquis, V Sulzer, R Timms, CP Please and SJ Chapman. “An asymptotic derivation of a single particle model with electrolyte”. Journal of The Electrochemical Society, 166(15):A3693–A3706, 2019 |
Extends: pybamm.lithium_ion.BaseModel
pybamm.lithium_ion.BasicDFN(name='Doyle-Fuller-Newman model')¶Doyle-Fuller-Newman (DFN) model of a lithium-ion battery, from [2].
This class differs from the pybamm.lithium_ion.DFN model class in that it
shows the whole model in a single class. This comes at the cost of flexibility in
comparing different physical effects, and in general the main DFN class should be
used instead.
| Parameters: | name (str, optional) – The name of the model. |
|---|
References
| [2] | SG Marquis, V Sulzer, R Timms, CP Please and SJ Chapman. “An asymptotic derivation of a single particle model with electrolyte”. Journal of The Electrochemical Society, 166(15):A3693–A3706, 2019 |
Extends: pybamm.lithium_ion.BaseModel
new_empty_copy()¶