-
-
Notifications
You must be signed in to change notification settings - Fork 648
Open
Description
PyBaMM/src/pybamm/geometry/battery_geometry.py
Lines 153 to 164 in 86b00ce
elif form_factor == "cylindrical": | |
if current_collector_dimension == 0: | |
geometry["current collector"] = {"r_macro": {"position": 1}} | |
elif current_collector_dimension == 1: | |
geometry["current collector"] = { | |
"r_macro": {"min": geo.r_inner, "max": 1}, | |
} | |
else: | |
raise pybamm.GeometryError( | |
f"Invalid current collector dimension '{current_collector_dimension}' (should be 0 or 1 for " | |
"a 'cylindrical' battery geometry)" | |
) |
This is not used anywhere within the repo. Is it used by an external example? @rtimms
Metadata
Metadata
Assignees
Labels
No labels