In the context of the global energy transition, the rapid development of new energy technologies has underscored the critical role of battery energy storage systems (BESS) in managing intermittent renewable sources. Flow batteries, with their long lifespan, high safety, and independent scalability of power and energy, have emerged as a pivotal technology for large-scale BESS applications. As an integral component of BESS, accurate state assessment of flow batteries—specifically State of Charge (SOC) and State of Health (SOH)—is essential for optimizing efficiency, prolonging lifespan, and enhancing grid integration reliability. This article delves into the research progress on SOC and SOH estimation methods for flow battery energy storage systems, analyzing classical and data-driven approaches, their challenges, and future directions to advance BESS intelligence.
Flow batteries operate on the principle of redox reactions involving electrolyte circulation between tanks and cells, distinguishing them from solid-state batteries in BESS. The core components include electrodes, membranes, pumps, and electrolytes, where dynamic factors like electrolyte concentration, temperature, and flow rate introduce complexities in state estimation. SOC represents the available charge relative to total capacity, defined as:
$$ SOC = \frac{Q_S}{Q} $$
where $Q_S$ is the instantaneous stored charge and $Q$ is the nominal capacity. SOH, indicating degradation, is commonly expressed via capacity loss:
$$ SOH = \frac{C_a}{C_i} $$
or internal resistance increase:
$$ SOH = \frac{R_e – R_i}{R_n – R_i} $$
with $C_a$ as actual capacity, $C_i$ as initial capacity, $R_i$ as initial resistance, $R_n$ as current resistance, and $R_e$ as end-of-life resistance. Accurate SOC and SOH monitoring in BESS prevents overcharge/discharge, mitigates aging, and supports predictive maintenance, crucial for economic and reliable operation.

The interdependence of SOC and SOH in flow battery energy storage systems introduces coupling effects, where SOH degradation alters usable capacity, thereby affecting SOC accuracy. For instance, electrolyte imbalance or ion crossover in prolonged BESS operation can skew SOC readings if SOH is ignored. Integrating steady-state and transient current methods enables coupled estimation, enhancing robustness in dynamic BESS environments.
Analysis of State Assessment Methods
Various methods have been developed for SOC and SOH estimation in flow battery energy storage systems, each with distinct principles and applications. The Open-Circuit Voltage (OCV) method leverages the monotonic relationship between OCV and SOC, derived from the Nernst equation:
$$ E_{ocv} = E_o + \frac{RT}{nF} \ln \frac{a_o}{a_r} $$
where $E_{ocv}$ is OCV, $E_o$ is standard potential, $R$ is gas constant, $T$ is temperature, $n$ is electron count, $F$ is Faraday’s constant, and $a_o/a_r$ are oxidant/reductant activities. In BESS, OCV requires prolonged stabilization, making it impractical for real-time use. Corrections for temperature and electrolyte flow are necessary, often combined with periodic calibration or integration with other techniques.
Ampere-hour (Ah) integration computes SOC by accumulating current over time:
$$ SOC(t) = SOC(t_0) + \frac{1}{C_{nom}} \int_{t_0}^{t} I(t) dt $$
While straightforward for BESS, it suffers from cumulative errors and sensor inaccuracies, necessitating fusion with OCV or filtering algorithms for reliability.
Equivalent Circuit Models (ECM) simplify flow battery dynamics into electrical components, such as resistors and capacitors, to simulate behavior. A typical RC circuit model includes series resistance $R_s$ (ohmic loss), parallel resistance $R_p$ (polarization), and capacitance $C_p$ (charge storage), with output voltage:
$$ V_{out} = V_{ocv} – I R_s – V_p $$
where $V_p$ is polarization voltage. ECM parameters vary with SOC, SOH, and operating conditions in BESS, requiring adaptive tuning. For example, in vanadium flow batteries, ECM captures transient responses but struggles with long-term degradation.
Kalman Filter (KF) variants, combined with ECM, enhance real-time estimation in BESS. The Extended KF (EKF) linearizes nonlinear systems, with state prediction and update steps:
$$ \hat{x}_k^- = A \hat{x}_{k-1} + B u_{k-1} $$
$$ \hat{x}_k = \hat{x}_k^- + K_k (z_k – H \hat{x}_k^-) $$
where $\hat{x}_k$ is state estimate, $A$ and $B$ are matrices, $K_k$ is Kalman gain, and $H$ is observation matrix. EKF improves SOC accuracy under temperature fluctuations in BESS, while Unscented KF (UKF) and Adaptive EKF (AEKF) address nonlinearities and noise. Data-fusion approaches, such as DF-EKF, integrate multiple estimates to reduce RMSE and MAE, crucial for robust BESS management.
Data-driven models, leveraging artificial intelligence, have gained prominence for BESS state estimation. Neural networks, including Gated Recurrent Units (GRU), U-Net, and 1D-CNN, learn from historical data on current, voltage, flow rate, and temperature to predict SOC and SOH. GRU networks excel in capturing temporal dependencies, with terminal voltage prediction errors below 1.3% in vanadium BESS. U-Net and 1D-CNN models simplify feature extraction from time-series data, reducing computational overhead while maintaining high precision. These methods bypass complex electrochemical models, offering scalability for large-scale BESS applications.
Comparative Analysis and Limitations
Existing SOC and SOH estimation methods for flow battery energy storage systems exhibit trade-offs in accuracy, complexity, and applicability. The table below summarizes key approaches:
| Method | Principle | Advantages | Disadvantages | Typical Performance |
|---|---|---|---|---|
| OCV | Nernst equation-based voltage-SOC relation | Simple, no current needed | Slow stabilization, sensitive to environment | Requires calibration |
| Ah Integration | Current time integration | Easy implementation | Cumulative error, capacity dependent | Error grows over time |
| ECM | Circuit analog of battery dynamics | Real-time capability, intuitive | Parameter drift with aging | Adaptive tuning needed |
| EKF | Linearized KF with ECM | Robust to noise, real-time | Linearization errors, complex | RMSE ~0.17 for SOC |
| GRU Neural Network | Sequence learning from data | High accuracy, flow-rate aware | Data-intensive, black-box | RMSE ~0.005 |
| 1D-CNN | Convolutional time-series processing | Efficient feature extraction | Large data requirements | RMSE ~0.029 |
Challenges in BESS state assessment include electrochemical complexities, such as electrolyte decomposition and ion migration, which introduce nonlinearities. Data-driven models, while accurate, demand extensive datasets and computational resources, limiting deployment in resource-constrained BESS. Furthermore, the black-box nature of AI models hinders interpretability, complicating trust and maintenance in critical BESS operations. Few-shot learning and transfer learning are emerging to address data scarcity, but real-time embedded implementation remains a hurdle.
Future Research Directions
Advancements in flow battery energy storage systems will focus on enhancing SOC and SOH estimation accuracy while reducing computational loads. Explainable AI (XAI) techniques, such as feature importance analysis and rule extraction, can demystify data-driven models, fostering adoption in BESS. Hybrid approaches combining physical models with machine learning may balance precision and interpretability; for instance, embedding Nernst equations into neural networks could improve generalization with less data. Optimization for embedded systems, leveraging low-power hardware, will enable real-time BESS management. Additionally, standardized benchmarking and large-scale BESS datasets will accelerate model development, supporting the global shift toward sustainable energy.
In summary, the evolution of state assessment models for flow battery energy storage systems is pivotal for BESS reliability and efficiency. By addressing current limitations and harnessing intelligent algorithms, future BESS can achieve smarter grid integration, longer service life, and lower operational costs, ultimately contributing to a carbon-neutral energy landscape.
