As a researcher deeply engaged in the field of energy storage, I have witnessed the rapid transformation of global energy systems toward sustainability. In this context, the flow battery energy storage system has emerged as a critical technology for large‑scale energy storage due to its long cycle life, high safety, and independent scalability of power and energy. The accurate assessment of system states—particularly State of Charge (SOC) and State of Health (SOH)—is essential to optimize operation, prolong lifespan, and enhance the reliability and economic efficiency of the battery energy storage system. Over the past few years, I have explored various estimation models, ranging from classical open‑circuit voltage and ampere‑hour integration to advanced equivalent circuit models combined with Kalman filters and emerging data‑driven artificial intelligence approaches. This paper summarizes the progress and challenges in state assessment modeling for flow battery energy storage systems, with a focus on SOC and SOH estimation methods.

1. Introduction
The modern energy landscape demands efficient and reliable storage solutions to mitigate the intermittency of renewable sources such as wind and solar. Among various technologies, the flow battery energy storage system stands out due to its unique advantages: decoupled energy and power ratings, long operational life, and high intrinsic safety. However, the complex electrochemical processes—electrolyte circulation, ion crossover, temperature sensitivity, and long‑term degradation—pose significant challenges for state monitoring. Two core parameters—SOC and SOH—are fundamental to the battery management system (BMS) of a flow battery energy storage system. SOC indicates the remaining capacity, while SOH reflects the health and remaining useful life. Accurate estimation of these parameters directly influences charging/discharging strategies, maintenance scheduling, and overall system economics. In this review, I present a comprehensive analysis of existing estimation methods, highlight their strengths and limitations, and propose future research directions to advance the intelligence of battery energy storage system management.
2. Coupling Relationship Between SOC and SOH
Before delving into individual methods, it is crucial to understand the interplay between SOC and SOH in a flow battery energy storage system. SOC is defined as the ratio of remaining charge to nominal capacity:
$$ Q_{\text{SOC}} = \frac{Q_S}{Q} $$
where \(Q_S\) is the stored charge and \(Q\) is the total capacity. SOH is often expressed either by capacity fade:
$$ C_{\text{SOH}} = \frac{C_a}{C_i} $$
or by internal resistance growth:
$$ R_{\text{SOH}} = \frac{R_e – R_n}{R_e – R_i} $$
These two parameters are inherently coupled: as SOH degrades (capacity loss), the same current integration will yield a different SOC value if the reference capacity is not updated. In a flow battery energy storage system, electrolyte imbalance, side reactions, and aging processes continuously alter the effective capacity. Therefore, real‑time joint estimation of SOC and SOH is essential to avoid overcharge/overdischarge risks and to enable predictive maintenance.
3. Classification and Analysis of SOC/SOH Estimation Methods
I have categorized the mainstream estimation approaches into several families, each with distinct principles, advantages, and limitations. The following sections detail these methods, supported by tables and mathematical formulations.
3.1 Open‑Circuit Voltage (OCV) Method
The OCV method relies on the monotonic relationship between open‑circuit voltage and SOC, derived from the Nernst equation:
$$ E_{\text{ocv}} = E_0 + \frac{RT}{nF} \ln\frac{a_o}{a_r} $$
In practice, OCV is measured after a relaxation period to reach equilibrium. However, flow batteries require prolonged rest due to electrolyte circulation and ion redistribution. Factors like temperature, flow rate, and electrolyte concentration significantly affect accuracy. Periodic OCV calibration combined with other methods (e.g., ampere‑hour integration) is a common improvement. The table below summarizes key characteristics of the OCV approach.
| Principle | Advantages | Disadvantages | Typical Performance |
|---|---|---|---|
| Monotonic OCV‑SOC relationship; Nernst equation | Simple, non‑invasive, direct | Long settling time; temperature/flow sensitivity; affected by electrolyte imbalance | ±5% SOC error under ideal conditions; requires periodic correction |
3.2 Ampere‑Hour Integration (Coulomb Counting)
This method calculates SOC by integrating the current over time:
$$ Q_{\text{SOC}}(t) = Q_{\text{SOC}}(t_0) + \frac{1}{C_{\text{nom}}} \int_{t_0}^{t} I(\tau)\, d\tau $$
Although intuitive, it suffers from cumulative sensor errors and requires initial SOC knowledge. In a flow battery energy storage system, capacity fade further degrades accuracy unless SOH is simultaneously tracked. Hybridization with OCV calibration or Kalman filtering is typical.
| Key Feature | Strength | Weakness | Performance Metrics |
|---|---|---|---|
| Direct current integration | Real‑time, simple implementation | Drift over time; sensitive to capacity variation; requires recalibration | Error typically 5–10% without correction; improves with OCV recalibration |
3.3 Equivalent Circuit Model (ECM)
ECM simplifies the electrochemical behavior into a combination of resistors, capacitors, and voltage sources. A common first‑order RC model is described by:
$$ V_{\text{OUT}} = V_{\text{OCV}} – I R_S – V_p $$
where the polarization voltage \(V_p\) satisfies:
$$ \frac{dV_p}{dt} = \frac{I}{C_p} – \frac{V_p}{R_p C_p} $$
ECM can capture dynamic responses under varying loads, but parameters \(R_S, R_p, C_p\) change with aging and conditions. For a flow battery energy storage system, electrolyte flow and concentration fluctuations add complexity.
| Model Type | Advantages | Disadvantages | Application Suitability |
|---|---|---|---|
| First‑order RC ECM | Computationally light; real‑time capable | Parameter drift; inaccurate at high C‑rates | Real‑time SOC tracking; moderate accuracy |
3.4 ECM Combined with Kalman Filtering
To overcome parameter uncertainties, Kalman filters (KF) and their nonlinear variants—Extended Kalman Filter (EKF), Unscented Kalman Filter (UKF), Cubature Kalman Filter (CKF), and Particle Filter—are integrated with ECM. The standard KF recursion is:
$$ \hat{x}_{k|k-1} = A \hat{x}_{k-1|k-1} + B u_{k-1} $$
$$ \hat{x}_{k|k} = \hat{x}_{k|k-1} + K_k (z_k – H \hat{x}_{k|k-1}) $$
These methods adaptively correct model predictions using voltage/current measurements. In a flow battery energy storage system, EKF/UKF are widely applied for joint SOC and SOH estimation. For instance, an improved EKF (IEKF) with gain factor adjustment showed higher convergence speed and accuracy. The table below compares several Kalman‑based approaches.
| Method | Key Characteristic | Accuracy (RMSE/MAE) | Computational Cost | Robustness |
|---|---|---|---|---|
| EKF | Linearization via first‑order Taylor | SOC max error ≤5.5%; RMSE 0.1719 | Low | Moderate; sensitive to initial guess |
| AEKF (Adaptive EKF) | Noise covariance adaptation | RMSE 0.0010; MAE 0.0009 | Medium | High; adapts to noise variations |
| CKF | Spherical‑radial cubature points | BBDST max error 1.30%; DST max error 1.81% | High | High; no Jacobian needed |
| Data Fusion with EKF/AEKF | Combines two EKF results | RMSE reduction 33.3%; MAE reduction 45.5% | Medium‑High | Excellent; fault‑tolerant |
3.5 Data‑Driven Models (Artificial Intelligence)
With the rise of machine learning, data‑driven methods have become powerful tools for state assessment in flow battery energy storage systems. These models learn complex nonlinear relationships from historical operational data without requiring detailed physical knowledge. Common architectures include:
- Gated Recurrent Units (GRU): Efficiently capture temporal dependencies. In a GRU model for vanadium redox flow batteries, inputs include current, flow rate, SOC, and past voltage; output is current voltage. The model achieves terminal voltage prediction error <1.3%.
- U‑Net: Originally for image segmentation, U‑Net’s encoder‑decoder structure with skip connections can extract multi‑scale features from battery time‑series data, yielding high accuracy (RMSE 0.0010, MAE 0.0009).
- 1D Convolutional Neural Networks (1D‑CNN): Directly process temporal signals, avoiding conversion to 2D; offer high computational efficiency (RMSE 0.0287, MAE 0.0119).
- Support Vector Machines (SVM): Effective for small‑sample scenarios; good generalization (BBDST max error 0.80%, DST max error 0.45%).
The following table summarizes key data‑driven models applied to flow battery energy storage systems.
| Model | Principle | Performance Metrics | Advantages | Limitations |
|---|---|---|---|---|
| GRU | Gated recurrent neural network | RMSE 0.0052; MAE 0.0096 | Excellent temporal modeling; flow‑rate aware | Needs large training data; black‑box nature |
| U‑Net | Encoder‑decoder with skip connections | RMSE 0.0010; MAE 0.0009 | High accuracy; multi‑scale feature extraction | High computational demand; data‑hungry |
| 1D‑CNN | Convolution on time series | RMSE 0.0287; MAE 0.0119 | Fast computation; efficient feature extraction | Parameter tuning required; less interpretable |
| SVM | Maximum margin hyperplane | BBDST error 0.80%; DST error 0.45% | Works well with small datasets; global optimum | Kernel selection difficulty; scales poorly with large data |
4. Existing Challenges and Limitations
Despite the progress reviewed above, several critical challenges remain in accurately assessing the state of a flow battery energy storage system:
- Complex electrochemistry: The electrolyte circulation, ion crossover, side reactions (e.g., hydrogen evolution), and temperature/flow dependencies make physical models hard to parameterize.
- Data scarcity and model interpretability: Data‑driven models require extensive, high‑quality historical data. The black‑box nature of deep learning models hinders trust and deployment in safety‑critical BMS applications.
- Computational burden: Advanced Kalman filters (UKF, CKF) and deep neural networks demand significant computing resources, challenging real‑time implementation on embedded hardware.
- Long‑term degradation: Capacity fade, electrolyte imbalance, and membrane fouling alter battery behavior over months to years. Most models are validated on short‑term data and may fail under prolonged aging.
5. Future Research Directions
To overcome these challenges and advance the intelligence of state assessment in flow battery energy storage systems, I envision several promising directions:
- Physics‑informed machine learning: Combining electrochemical principles with neural networks can reduce data dependency and improve extrapolation. For example, embedding the Nernst equation or ECM structure into a neural loss function can enforce physical consistency.
- Explainable AI (XAI): Techniques such as feature importance, attention mechanisms, and rule extraction will increase model transparency, enabling engineers to trust and debug predictions.
- Few‑shot and transfer learning: Leveraging knowledge from similar batteries or operating conditions can mitigate data scarcity. Meta‑learning and domain adaptation are promising for rapid deployment.
- Lightweight algorithms for edge computing: Developing compressed neural networks (e.g., pruning, quantization) and efficient KF variants (e.g., square‑root filters) will allow real‑time SOC/SOH estimation on low‑cost microcontrollers.
- Joint SOC‑SOH‑temperature modeling: Integrating thermal effects, electrolyte flow dynamics, and aging models into a unified framework will yield more complete state awareness.
- Large language models (LLMs) for battery management: Recent work suggests that pre‑trained foundation models can be fine‑tuned for battery state prediction, offering a new paradigm for system‑level optimization.
6. Conclusion
In this review, I have systematically examined the state‑of‑the‑art in SOC and SOH estimation for flow battery energy storage systems. From classical OCV and ampere‑hour integration to ECM‑KF hybrids and data‑driven AI models, each method offers distinct trade‑offs between accuracy, computational cost, and robustness. The complex electrochemistry and dynamic operation of flow batteries demand integrated approaches that couple physical understanding with machine learning. Future progress will hinge on improving model interpretability, reducing data requirements, and enabling real‑time deployment on resource‑constrained hardware. As we move toward a carbon‑neutral future, accurate state assessment will be pivotal to unlocking the full potential of flow battery energy storage systems in smart grids and renewable energy integration.
