Battery modeling terminology can vary significantly across different contexts. This page defines how terms are used in Ionworks Pipeline and the broader PyBaMM ecosystem, along with our chosen conventions where multiple standards exist.Documentation Index
Fetch the complete documentation index at: https://docs.ionworks.com/llms.txt
Use this file to discover all available pages before exploring further.
Terminology
| Term | Definition |
|---|---|
| Anode | The electrode with the lower open-circuit potential, often graphite, silicon, or lithium. Commonly referred to as the “negative electrode”. |
| Cathode | The electrode with the higher open-circuit potential, e.g., NMC or LFP. Commonly referred to as the “positive electrode”. |
| Negative electrode | Used interchangeably with “anode”. |
| Positive electrode | Used interchangeably with “cathode”. |
| Capacity | Either the total available capacity of an electrode or cell (denoted ), or the instantaneous capacity during operation (denoted ). |
| Lithiation | The amount of lithium intercalated relative to the minimum and maximum possible lithium content. Bounded between 0 and 1. |
| Stoichiometry | Used interchangeably with “lithiation”. |
| Nominal capacity | The rated capacity of the cell. |
| Theoretical capacity | The total capacity extractable at open-circuit voltage (infinitely slow discharge) between voltage limits. |
| Potential | The electric potential of a single electrode relative to metallic lithium (0V). |
| Voltage | The difference between positive and negative electrode potentials. |
Standards
Direction of Current
In PyBaMM, and therefore in Ionworks Pipeline, we follow the convention that positive current corresponds to discharge, and negative current corresponds to charge. The discharge capacity is given by: where is the starting capacity (equal to 0 if the cell is at 100% SOC and if the cell is at 0% SOC). The charging capacity is defined as:Lower case indicates a quantity that varies during operation, while capital represents a scalar property of the electrodes or cell.
Single Electrode
For a single electrode, we say that the electrode is “charged” when its lithiation/stoichiometry/capacity increases. The instantaneous capacity of the electrode is defined by . The mathematical definition depends on whether the electrode is the anode or cathode of a full cell (see below), but in general equals (or ) plus an offset. We can express this in terms of electrode lithiation/stoichiometry: where is the total capacity of the electrode.| Variable | Meaning |
|---|---|
| Instantaneous capacity of an electrode | |
| Total capacity of the electrode | |
| Instantaneous stoichiometry of an electrode |
Whole Cell
The negative and positive electrodes behave differently when combined in a full cell. During discharge:- Negative electrode: Lithiation decreases → open-circuit potential increases
- Positive electrode: Lithiation increases → open-circuit potential decreases
Capacity Relationships
Defining min/max electrode capacities by , and electrode capacities at 0%/100% cell SOC by : The electrode instantaneous capacity is: for the negative electrode and: for the positive electrode. For each electrode, , where is the theoretical capacity of the cell.Stoichiometry Relationships
In terms of stoichiometries: The cell’s state of charge is:| Variable | Meaning |
|---|---|
| Usable capacity of the cell | |
| Capacity at the lower voltage cut-off | |
| Capacity at the upper voltage cut-off | |
| Stoichiometry at the lower voltage cut-off | |
| Stoichiometry at the upper voltage cut-off |
Naming Standards
Use 'Negative' and 'Positive'
Always use “negative” and “positive” to refer to the electrodes, instead of “anode” and “cathode”.
Use 'Lithiation' for Electrodes
Use “lithiation” and “delithiation” to refer to individual electrodes. Reserve “charge” and “discharge” for the full cell.