Full Model#
- class pybamm.lead_acid.Full(options=None, name='Full model', build=True)#
Porous electrode model for lead-acid, from Sulzer et al.[1], based on the Newman-Tiedemann model. See
pybamm.lead_acid.BaseModel
for more details.Extends:
pybamm.models.full_battery_models.lead_acid.base_lead_acid_model.BaseModel
- class pybamm.lead_acid.BasicFull(name='Basic full model')#
Porous electrode model for lead-acid, from Sulzer et al.[1].
This class differs from the
pybamm.lead_acid.Full
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.
Extends:
pybamm.models.full_battery_models.lead_acid.base_lead_acid_model.BaseModel
References