Skip to content

Commit

Permalink
#2418 lead-acid
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinsulzer committed Nov 30, 2022
1 parent 9359f7a commit 0fe3a9d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pybamm/parameters/lead_acid_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,11 @@ def _set_parameters(self):
),
)

# Some scales
self.thermal_voltage = self.R * self.T_ref / self.F
self.I_typ = self.Q / (self.A_cc * self.n_electrodes_parallel)
self.a_j_scale = self.I_typ / self.L_x

def t_plus(self, c_e, T):
"""Rransference number"""
inputs = {"Electrolyte concentration [mol.m-3]": c_e}
Expand Down

0 comments on commit 0fe3a9d

Please sign in to comment.