Geometric and capacity parameters define the physical structure of a battery cell and its energy storage capability. These calculations are foundational for building accurate battery models.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.
The Capacity Equation
Electrode capacity is determined by geometry and material properties: where:- is the electrode capacity [A·h]
- is the maximum lithium concentration [mol/m³]
- is the active material volume fraction
- is the electrode thickness [m]
- is the electrode area [m²]
- is the number of electrodes connected in parallel (defaults to 1)
- is the usable stoichiometry range
- C/mol is Faraday’s constant
Example: Solving for Unknown Parameters
This is one example of how geometry and capacity calculations can be used. See the API reference for full details on calculations and parameters.
Cell Geometry
Geometry Hierarchy
Battery cells are organized hierarchically:Key Parameters
| Parameter | Symbol | Typical Range | Impact |
|---|---|---|---|
| Electrode area | 0.01-1 m² | Capacity, current density | |
| Electrode thickness | 50-150 µm | Capacity, rate capability | |
| Number of electrodes connected in parallel to make a cell | 1-100+ | Total capacity | |
| Separator thickness | — | 15-25 µm | Ionic resistance |
| Current collector | — | 10-20 µm | Electrical resistance |
For pouch and prismatic cells, electrode area is the planar area times the number of layers. For cylindrical cells, it’s the unrolled electrode area.
Cyclable Lithium
Cyclable lithium is the total lithium that shuttles between electrodes during cycling. It sets the upper limit on cell capacity. where stoichiometries are evaluated at a reference state (typically 100% SOC).Why It Matters
- Cell capacity: Cannot exceed cyclable lithium, regardless of electrode capacities
- Degradation tracking: Loss of cyclable lithium indicates SEI growth, plating, or particle cracking
- Electrode balancing: Determines which electrode limits cell capacity
N/P Ratio and Electrode Balancing
The negative-to-positive capacity ratio (N/P ratio) affects how electrodes are utilized:| Condition | Behavior |
|---|---|
| N/P > 1 (typical) | Positive electrode limits capacity; negative has excess |
| N/P < 1 | Negative electrode limits; risk of lithium plating |
| Lithium-limited | Neither electrode reaches stoichiometry limits |
Mass Calculations
Mass is needed for gravimetric energy density and thermal modeling.Component Mass
Each component’s mass is calculated from: where is density, is area, is thickness, and is porosity.Energy Density
Gravimetric and volumetric energy densities are key cell-level metrics:Microstructure
Microstructure parameters describe the porous electrode architecture:Porosity
The void fraction of the electrode: Higher porosity improves electrolyte transport but reduces energy density.Tortuosity
Describes how much longer the effective transport path is compared to the straight-line distance: Common correlations relate tortuosity to porosity:- Bruggeman:
- Measured: From electrochemical impedance or other techniques
Active Material Volume Fraction
The fraction of electrode volume occupied by active material: This is a key fitting parameter affecting both capacity and transport.Practical Workflow
Common Calculations
| Calculation | Purpose |
|---|---|
ElectrodeCapacity | Solve capacity equation for any unknown |
CyclableLithium | Calculate total shuttling lithium |
Mass | Component mass from geometry and density |
Microstructure | Porosity, tortuosity, and volume fractions |
GeometricArea | Convert between geometric and electrochemical areas |