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.
The Capacity Equation
Electrode capacity is determined by geometry and material properties:
Q=cmax⋅εAM⋅L⋅A⋅nelec⋅(θmax−θmin)⋅3600F
where:
- Q is the electrode capacity [A·h]
- cmax is the maximum lithium concentration [mol/m³]
- εAM is the active material volume fraction
- L is the electrode thickness [m]
- A is the electrode area [m²]
- nelec is the number of electrodes connected in parallel (defaults to 1)
- θmax−θmin is the usable stoichiometry range
- F=96485 C/mol is Faraday’s constant
This equation relates six parameters (seven when nelec is specified)—if you know all but one, you can solve for it. For example, when capacity is known, the ElectrodeCapacity calculation can solve for maximum concentration; supply any five of the six parameters and it returns the missing one.
Cell Geometry
Geometry Hierarchy
Battery cells are organized hierarchically:
Cell
├── Electrode Stack
│ ├── Current Collector (negative)
│ ├── Electrode (negative)
│ ├── Separator
│ ├── Electrode (positive)
│ └── Current Collector (positive)
└── Housing / Packaging
Key Parameters
| Parameter | Symbol | Typical Range | Impact |
|---|
| Electrode area | A | 0.01-1 m² | Capacity, current density |
| Electrode thickness | L | 50-150 µm | Capacity, rate capability |
| Number of electrodes connected in parallel to make a cell | nelec | 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.
QLi=θn⋅Qn+θp⋅Qp
where stoichiometries θn,θp 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:
N/P ratio=QpQn
| 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 |
Cells are typically designed with N/P > 1 to prevent lithium plating at the negative electrode during charge.
Mass Calculations
Mass is needed for gravimetric energy density and thermal modeling.
Component Mass
Each component’s mass is calculated from:
m=ρ⋅A⋅L⋅(1−ε)
where ρ is density, A is area, L is thickness, and ε is porosity.
Energy Density
Gravimetric and volumetric energy densities are key cell-level metrics:
Egrav=mcellQ⋅Vavg,Evol=VcellQ⋅Vavg
Microstructure
Microstructure parameters describe the porous electrode architecture:
Porosity
The void fraction of the electrode:
ε=1−εAM−εbinder−εcarbon
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:
Deff=τD⋅ε
Common correlations relate tortuosity to porosity:
- Bruggeman: τ=ε−0.5
- Measured: From electrochemical impedance or other techniques
Active Material Volume Fraction
The fraction of electrode volume occupied by active material:
εAM=VelectrodeVAM
This is a key fitting parameter affecting both capacity and transport.
Practical Workflow
Define Geometry
Set electrode area, thicknesses, and number of layers
Specify Microstructure
Set active material volume fractions and calculate porosity
Calculate Capacities
Use ElectrodeCapacity for each electrode
Determine Cyclable Lithium
Use CyclableLithium to find the limiting capacity
Calculate Mass and Energy Density
Use CellMass to roll the component contributions up to a cell-level mass
Common Calculations
| Calculation | Purpose |
|---|
ElectrodeCapacity | Solve capacity equation for any unknown |
CyclableLithium | Calculate total shuttling lithium |
CellMass | Cell mass summed from component densities, thicknesses, and porosities |
ElectrodeVolumeFractionFromLoading / ElectrodeVolumeFractionFromPorosity | Active material volume fraction from loading or porosity |
PorosityFromElectrodeVolumeFraction | Porosity from active material volume fraction |
SurfaceAreaToVolumeRatio | Electrochemically active surface area per unit electrode volume — the bridge from geometric electrode dimensions to reactive area used by the porous-electrode equations |