A model which calculates the effective Ohmic resistance of the current
collectors in the limit of large electrical conductivity. For details see 1.
Note that this formulation assumes uniform potential across the tabs. See
pybamm.AlternativeEffectiveResistance2D for the formulation that
assumes a uniform current density at the tabs (in 1D the two formulations
are equivalent).
References
R Timms, SG Marquis, V Sulzer, CP Please and SJ Chapman. “Asymptotic Reduction of a Lithium-ion Pouch Cell Model”. Submitted, 2020.
Extends: pybamm.BaseModel
Return default solver based on whether model is ODE/DAE or algebraic
Calculates the potentials in the current collector and the terminal voltage given the average voltage and current. Note: This takes in the processed V_av and I_av from a 1D simulation representing the average cell behaviour and returns a dictionary of processed potentials.
A model which calculates the effective Ohmic resistance of the 2D current collectors in the limit of large electrical conductivity. This model assumes a uniform current density at the tabs and the solution is computed by first solving and auxilliary problem which is the related to the resistances.
Extends: pybamm.BaseModel
Return default solver based on whether model is ODE/DAE or algebraic
Calculates the potentials in the current collector given the average voltage and current. Note: This takes in the processed V_av and I_av from a 1D simulation representing the average cell behaviour and returns a dictionary of processed potentials.