Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

remove_circle_outline
remove_circle_outline
remove_circle_outline

Article Types

Countries / Regions

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Search Results (715)

Search Parameters:
Keywords = battery balancing system

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
59 pages, 2417 KiB  
Review
A Critical Review on the Battery System Reliability of Drone Systems
by Tianren Zhao, Yanhui Zhang, Minghao Wang, Wei Feng, Shengxian Cao and Gong Wang
Drones 2025, 9(8), 539; https://doi.org/10.3390/drones9080539 (registering DOI) - 31 Jul 2025
Abstract
The reliability of unmanned aerial vehicle (UAV) energy storage battery systems is critical for ensuring their safe operation and efficient mission execution, and has the potential to significantly advance applications in logistics, monitoring, and emergency response. This paper reviews theoretical and technical advancements [...] Read more.
The reliability of unmanned aerial vehicle (UAV) energy storage battery systems is critical for ensuring their safe operation and efficient mission execution, and has the potential to significantly advance applications in logistics, monitoring, and emergency response. This paper reviews theoretical and technical advancements in UAV battery reliability, covering definitions and metrics, modeling approaches, state estimation, fault diagnosis, and battery management system (BMS) technologies. Based on international standards, reliability encompasses performance stability, environmental adaptability, and safety redundancy, encompassing metrics such as the capacity retention rate, mean time between failures (MTBF), and thermal runaway warning time. Modeling methods for reliability include mathematical, data-driven, and hybrid models, which are evaluated for accuracy and efficiency under dynamic conditions. State estimation focuses on five key battery parameters and compares neural network, regression, and optimization algorithms in complex flight scenarios. Fault diagnosis involves feature extraction, time-series modeling, and probabilistic inference, with multimodal fusion strategies being proposed for faults like overcharge and thermal runaway. BMS technologies include state monitoring, protection, and optimization, and balancing strategies and the potential of intelligent algorithms are being explored. Challenges in this field include non-unified standards, limited model generalization, and complexity in diagnosing concurrent faults. Future research should prioritize multi-physics-coupled modeling, AI-driven predictive techniques, and cybersecurity to enhance the reliability and intelligence of battery systems in order to support the sustainable development of unmanned systems. Full article
Show Figures

Figure 1

27 pages, 1739 KiB  
Article
Hybrid Small Modular Reactor—Renewable Systems for Smart Cities: A Simulation-Based Assessment for Clean and Resilient Urban Energy Transitions
by Nikolay Hinov
Energies 2025, 18(15), 3993; https://doi.org/10.3390/en18153993 - 27 Jul 2025
Viewed by 401
Abstract
The global transition to clean energy necessitates integrated solutions that ensure both environmental sustainability and energy security. This paper proposes a scenario-based modeling framework for urban hybrid energy systems combining small modular reactors (SMRs), photovoltaic (PV) generation, and battery storage within a smart [...] Read more.
The global transition to clean energy necessitates integrated solutions that ensure both environmental sustainability and energy security. This paper proposes a scenario-based modeling framework for urban hybrid energy systems combining small modular reactors (SMRs), photovoltaic (PV) generation, and battery storage within a smart grid architecture. SMRs offer compact, low-carbon, and reliable baseload power suitable for urban environments, while PV and storage enhance system flexibility and renewable integration. Six energy mix scenarios are evaluated using a lifecycle-based cost model that incorporates both capital expenditures (CAPEX) and cumulative carbon costs over a 25-year horizon. The modeling results demonstrate that hybrid SMR–renewable systems—particularly those with high nuclear shares—can reduce lifecycle CO2 emissions by over 90%, while maintaining long-term economic viability under carbon pricing assumptions. Scenario C, which combines 50% SMR, 40% PV, and 10% battery, emerges as a balanced configuration offering deep decarbonization with moderate investment levels. The proposed framework highlights key trade-offs between emissions and capital cost and seeking resilient and scalable pathways to support the global clean energy transition and net-zero commitments. Full article
(This article belongs to the Special Issue Challenges and Opportunities in the Global Clean Energy Transition)
Show Figures

Figure 1

28 pages, 2925 KiB  
Article
A Lightweight Neural Network Based on Memory and Transition Probability for Accurate Real-Time Sleep Stage Classification
by Dhanushka Wijesinghe and Ivan T. Lima
Brain Sci. 2025, 15(8), 789; https://doi.org/10.3390/brainsci15080789 - 25 Jul 2025
Viewed by 306
Abstract
Background/Objectives: This study shows a lightweight hybrid framework based on a feedforward neural network using a single frontopolar electroencephalography channel, which is a practical configuration for wearable systems combining memory and a sleep stage transition probability matrix. Methods: Motivated by autocorrelation [...] Read more.
Background/Objectives: This study shows a lightweight hybrid framework based on a feedforward neural network using a single frontopolar electroencephalography channel, which is a practical configuration for wearable systems combining memory and a sleep stage transition probability matrix. Methods: Motivated by autocorrelation analysis, revealing strong temporal dependencies across sleep stages, we incorporate prior epoch information as additional features. To capture temporal context without requiring long input sequences, we introduce a transition-aware feature derived from the softmax output of the previous epoch, weighted by a learned stage transition matrix. The model combines predictions from memory-based and no-memory networks using a confidence-driven fallback strategy. Results: The proposed model achieves up to 85.4% accuracy and 0.79 Cohen’s kappa, despite using only a single 30 s epoch per prediction. Compared to other models that use a single frontopolar channel, our method outperforms convolutional neural networks, recurrent neural networks, and decision tree approaches. Additionally, confidence-based rejection of low-certainty predictions enhances reliability, since most of the epochs with low confidence in the sleep stage classification contain transitions between sleep stages. Conclusions: These results demonstrate that the proposed method balances performance, interpretability, and computational efficiency, making it well-suited for real-time clinical and wearable sleep staging applications using battery-powered computing devices. Full article
Show Figures

Figure 1

16 pages, 5555 KiB  
Article
Optimization of a Navigation System for Autonomous Charging of Intelligent Vehicles Based on the Bidirectional A* Algorithm and YOLOv11n Model
by Shengkun Liao, Lei Zhang, Yunli He, Junhui Zhang and Jinxu Sun
Sensors 2025, 25(15), 4577; https://doi.org/10.3390/s25154577 - 24 Jul 2025
Viewed by 253
Abstract
Aiming to enable intelligent vehicles to achieve autonomous charging under low-battery conditions, this paper presents a navigation system for autonomous charging that integrates an improved bidirectional A* algorithm for path planning and an optimized YOLOv11n model for visual recognition. The system utilizes the [...] Read more.
Aiming to enable intelligent vehicles to achieve autonomous charging under low-battery conditions, this paper presents a navigation system for autonomous charging that integrates an improved bidirectional A* algorithm for path planning and an optimized YOLOv11n model for visual recognition. The system utilizes the improved bidirectional A* algorithm to generate collision-free paths from the starting point to the charging area, dynamically adjusting the heuristic function by combining node–target distance and search iterations to optimize bidirectional search weights, pruning expanded nodes via a greedy strategy and smoothing paths into cubic Bézier curves for practical vehicle motion. For precise localization of charging areas and piles, the YOLOv11n model is enhanced with a CAFMFusion mechanism to bridge semantic gaps between shallow and deep features, enabling effective local–global feature fusion and improving detection accuracy. Experimental evaluations in long corridors and complex indoor environments showed that the improved bidirectional A* algorithm outperforms the traditional improved A* algorithm in all metrics, particularly in that it reduces computation time significantly while maintaining robustness in symmetric/non-symmetric and dynamic/non-dynamic scenarios. The optimized YOLOv11n model achieves state-of-the-art precision (P) and mAP@0.5 compared to YOLOv5, YOLOv8n, and the baseline model, with a minor 0.9% recall (R) deficit compared to YOLOv5 but more balanced overall performance and superior capability for small-object detection. By fusing the two improved modules, the proposed system successfully realizes autonomous charging navigation, providing an efficient solution for energy management in intelligent vehicles in real-world environments. Full article
(This article belongs to the Special Issue Vision-Guided System in Intelligent Autonomous Robots)
Show Figures

Figure 1

18 pages, 8466 KiB  
Article
COTS Battery Charge Equalizer for Small Satellite Applications
by Pablo Casado, José M. Blanes, Ausiàs Garrigós, David Marroquí and Cristian Torres
Appl. Sci. 2025, 15(15), 8228; https://doi.org/10.3390/app15158228 - 24 Jul 2025
Viewed by 140
Abstract
This paper describes the design and implementation of a battery equalizer circuit for small satellites, developed under the New Space philosophy exclusively using commercial off-the-shelf (COTS) components. The primary objective is to ensure high reliability for mission-critical power systems while adhering to strict [...] Read more.
This paper describes the design and implementation of a battery equalizer circuit for small satellites, developed under the New Space philosophy exclusively using commercial off-the-shelf (COTS) components. The primary objective is to ensure high reliability for mission-critical power systems while adhering to strict cost constraints. In order to achieve this objective, the design incorporates a robust analog control circuit, thereby avoiding the complexities and potential single-point failures associated with digital controllers. A comprehensive study of various cell-balancing topologies was conducted, leading to the selection, hardware implementation, and comparative analysis of the two most suitable candidates. The results of this study provide a validated, cost-effective, and reliable battery equalizer solution for developers of small satellites. Full article
(This article belongs to the Special Issue Control Systems for Next Generation Electric Applications)
Show Figures

Figure 1

21 pages, 3722 KiB  
Article
State of Health Estimation for Lithium-Ion Batteries Based on TCN-RVM
by Yu Zhao, Yonghong Xu, Yidi Wei, Liang Tong, Yiyang Li, Minghui Gong, Hongguang Zhang, Baoying Peng and Yinlian Yan
Appl. Sci. 2025, 15(15), 8213; https://doi.org/10.3390/app15158213 - 23 Jul 2025
Viewed by 232
Abstract
A State of Health (SOH) estimation of lithium-ion batteries is a core function of battery management systems, directly affecting the safe operation, lifetime prediction, and economic efficiency of batteries. However, existing methods still face challenges in balancing feature robustness and model generalization ability; [...] Read more.
A State of Health (SOH) estimation of lithium-ion batteries is a core function of battery management systems, directly affecting the safe operation, lifetime prediction, and economic efficiency of batteries. However, existing methods still face challenges in balancing feature robustness and model generalization ability; for instance, some studies rely on features whose physical correlation with SOH lacks strict verification, or the models struggle to simultaneously capture the temporal dynamics of health factors and nonlinear mapping relationships. To address this, this paper proposes an SOH estimation method based on incremental capacity (IC) curves and a Temporal Convolutional Network—Relevance Vector Machine (TCN-RVM) model, with core innovations reflected in two aspects. Firstly, five health factors are extracted from IC curves, and the strong correlation between these features and SOH is verified using both Pearson and Spearman coefficients, ensuring the physical rationality and statistical significance of feature selection. Secondly, the TCN-RVM model is constructed to achieve complementary advantages. The dilated causal convolution of TCN is used to extract temporal local features of health factors, addressing the insufficient capture of long-range dependencies in traditional models; meanwhile, the Bayesian inference framework of RVM is integrated to enhance the nonlinear mapping capability and small-sample generalization, avoiding the overfitting tendency of complex models. Experimental validation is conducted using the lithium-ion battery dataset from the University of Maryland. The results show that the mean absolute error of the SOH estimation using the proposed method does not exceed 0.72%, which is significantly superior to comparative models such as CNN-GRU, KELM, and SVM, demonstrating higher accuracy and reliability compared with other models. Full article
Show Figures

Figure 1

20 pages, 1487 KiB  
Article
Structural Evolution and Factors of the Electric Vehicle Lithium-Ion Battery Trade Network Among European Union Member States
by Liqiao Yang, Ni Shen, Izabella Szakálné Kanó, Andreász Kosztopulosz and Jianhao Hu
Sustainability 2025, 17(15), 6675; https://doi.org/10.3390/su17156675 - 22 Jul 2025
Viewed by 334
Abstract
As global climate change intensifies and the transition to clean energy accelerates, lithium-ion batteries—critical components of electric vehicles—are becoming increasingly vital in international trade networks. This study investigates the structural evolution and determinants of the electric vehicle lithium-ion battery trade network among European [...] Read more.
As global climate change intensifies and the transition to clean energy accelerates, lithium-ion batteries—critical components of electric vehicles—are becoming increasingly vital in international trade networks. This study investigates the structural evolution and determinants of the electric vehicle lithium-ion battery trade network among European Union (EU) member states from 2012 to 2023, employing social network analysis and the multiple regression quadratic assignment procedure method. The findings demonstrate the transformation of the network from a centralized and loosely connected structure, with Germany as the dominant hub, to a more interconnected and decentralized system in which Poland and Hungary emerge as the leading players. Key network metrics, such as the density, clustering coefficients, and average path lengths, reveal increased regional trade connectivity and enhanced supply chain efficiency. The analysis identifies geographic and economic proximity, logistics performance, labor cost differentials, energy resource availability, and venture capital investment as significant drivers of trade flows, highlighting the interaction among spatial, economic, and infrastructural factors in shaping the network. Based on these findings, this study underscores the need for targeted policy measures to support Central and Eastern European countries, including investment in logistics infrastructure, technological innovation, and regional cooperation initiatives, to strengthen their integration into the supply chain and bolster their export capacity. Furthermore, fostering balanced inter-regional collaborations is essential in building a resilient trade network. Continued investment in transportation infrastructure and innovation is recommended to sustain the EU’s competitive advantage in the global electric vehicle lithium-ion battery supply chain. Full article
(This article belongs to the Section Economic and Business Aspects of Sustainability)
Show Figures

Figure 1

20 pages, 4023 KiB  
Article
Numerical Study on the Thermal Behavior of Lithium-Ion Batteries Based on an Electrochemical–Thermal Coupling Model
by Xing Hu, Hu Xu, Chenglin Ding, Yupeng Tian and Kuo Yang
Batteries 2025, 11(7), 280; https://doi.org/10.3390/batteries11070280 - 21 Jul 2025
Viewed by 328
Abstract
The escalating demand for efficient thermal management in lithium-ion batteries necessitates precise characterization of their thermal behavior under diverse operating conditions. This study develops a three-dimensional (3D) electrochemical–thermal coupling model grounded in porous electrode theory and energy conservation principles. The model solves multi-physics [...] Read more.
The escalating demand for efficient thermal management in lithium-ion batteries necessitates precise characterization of their thermal behavior under diverse operating conditions. This study develops a three-dimensional (3D) electrochemical–thermal coupling model grounded in porous electrode theory and energy conservation principles. The model solves multi-physics equations such as Fick’s law, Ohm’s law, and the Butler–Volmer equation, to resolve coupled electrochemical and thermal dynamics, with temperature-dependent parameters calibrated via the Arrhenius equation. Simulations under varying discharge rates reveal that high-rate discharges exacerbate internal heat accumulation. Low ambient temperatures amplify polarization effects. Forced convection cooling reduces surface temperatures but exacerbates core-to-surface thermal gradients. Structural optimization strategies demonstrate that enhancing through-thickness thermal conductivity reduces temperature differences. These findings underscore the necessity of balancing energy density and thermal management in lithium-ion battery design, proposing actionable insights such as preheating protocols for low-temperature operation, optimized cooling systems for high-rate scenarios, and material-level enhancements for improved thermal uniformity. Full article
Show Figures

Figure 1

16 pages, 2291 KiB  
Article
State of Charge Estimation for Sodium-Ion Batteries Based on LSTM Network and Unscented Kalman Filter
by Xiangang Zuo, Xiaoheng Fu, Xu Han, Meng Sun and Yuqian Fan
Batteries 2025, 11(7), 274; https://doi.org/10.3390/batteries11070274 - 18 Jul 2025
Viewed by 299
Abstract
With the increasing application of sodium-ion batteries in energy storage systems, accurate state of charge (SOC) estimation plays a vital role in ensuring both available battery capacity and operational safety. Traditional Kalman-filter-based methods often suffer from limited model expressiveness or oversimplified physical assumptions, [...] Read more.
With the increasing application of sodium-ion batteries in energy storage systems, accurate state of charge (SOC) estimation plays a vital role in ensuring both available battery capacity and operational safety. Traditional Kalman-filter-based methods often suffer from limited model expressiveness or oversimplified physical assumptions, making it difficult to balance accuracy and robustness under complex operating conditions, which may lead to unreliable estimation results. To address these challenges, this paper proposes a hybrid framework that combines an unscented Kalman filter (UKF) with a long short-term memory (LSTM) neural network for SOC estimation. Under various driving conditions, the UKF—based on a second-order equivalent circuit model with online parameter identification—provides physically interpretable estimates, while LSTM effectively captures complex temporal dependencies. Experimental results under CLTC, NEDC, and WLTC cycles demonstrate that the proposed LSTM-UKF approach reduces the mean absolute error (MAE) by an average of 2% and the root mean square error (RMSE) by an average of 3% compared to standalone methods. The proposed framework exhibits excellent adaptability across different scenarios, offering a precise, stable, and robust solution for SOC estimation in sodium-ion batteries. Full article
(This article belongs to the Section Battery Modelling, Simulation, Management and Application)
Show Figures

Figure 1

15 pages, 2481 KiB  
Article
Capacity Forecasting of Lithium-Ion Batteries Using Empirical Models: Toward Efficient SOH Estimation with Limited Cycle Data
by Kanchana Sivalertporn, Piyawong Poopanya and Teeraphon Phophongviwat
Energies 2025, 18(14), 3828; https://doi.org/10.3390/en18143828 - 18 Jul 2025
Viewed by 256
Abstract
Accurate prediction of lithium-ion battery capacity degradation is crucial for reliable state-of-health estimation and long-term performance assessment in battery management systems. This study presents an empirical modeling approach based on experimental data collected from four lithium iron phosphate (LFP) battery packs cycled over [...] Read more.
Accurate prediction of lithium-ion battery capacity degradation is crucial for reliable state-of-health estimation and long-term performance assessment in battery management systems. This study presents an empirical modeling approach based on experimental data collected from four lithium iron phosphate (LFP) battery packs cycled over 75 to 100 charge–discharge cycles. Several mathematical models—including linear, quadratic, single-exponential, and double-exponential functions—were evaluated for their predictive accuracy. Among these, the linear and single-exponential models demonstrated strong performance in early-cycle predictions. It was found that using 30 to 40 cycles of data is sufficient for reliable forecasting within a 100-cycle range, reducing the mean absolute error by over 80% compared to using early-cycle data alone. Although these models provide reasonable short-term predictions, they fail to capture the nonlinear degradation behavior observed beyond 80 cycles. To address this, a modified linear model was proposed by introducing an exponentially decaying slope. The modified linear model offers improved long-term prediction accuracy and robustness, particularly when data availability is limited. Capacity forecasts based on only 40 cycles yielded results comparable to those using 100 cycles, demonstrating the model’s efficiency. End-of-life estimates based on the modified linear model align more closely with typical LFP specifications, whereas conventional models tend to underestimate the cycle life. The proposed model offers a practical balance between computational simplicity and predictive accuracy, making it well suited for battery health diagnostics. Full article
Show Figures

Figure 1

27 pages, 2333 KiB  
Article
SWOT-AHP Analysis of the Importance and Adoption of Pumped-Storage Hydropower
by Mladen Bošnjaković, Nataša Veljić, Jelena Topić Božič and Simon Muhič
Technologies 2025, 13(7), 305; https://doi.org/10.3390/technologies13070305 - 16 Jul 2025
Viewed by 259
Abstract
Energy storage technologies are becoming increasingly important when it comes to maintaining the balance between electricity generation and consumption, especially with the increasing share of variable renewable energy sources (VRES). Pumped storage hydropower plants (PSHs) are currently the largest form of energy storage [...] Read more.
Energy storage technologies are becoming increasingly important when it comes to maintaining the balance between electricity generation and consumption, especially with the increasing share of variable renewable energy sources (VRES). Pumped storage hydropower plants (PSHs) are currently the largest form of energy storage at the grid level. The aim of this study is to investigate the importance and prospects of using PSHs as part of the energy transition to decarbonize energy sources. A comparison was made between PSHs and battery energy storage systems (BESSs) in terms of technical, economic, and ecological aspects. To identify the key factors influencing the wider adoption of PSHs, a combined approach using SWOT analysis (which assesses strengths, weaknesses, opportunities, and threats) and the Analytical Hierarchy Process (AHP) as a decision support tool was applied. Regulatory and market uncertainties (13.54%) and financial inequality (12.77%) rank first and belong to the “Threats” group, with energy storage capacity (10.11%) as the most important factor from the “Strengths” group and increased demand for energy storage (9.01%) as the most important factor from the “Opportunities” group. Forecasts up to 2050 show that the capacity of PSHs must be doubled to enable the integration of 80% of VRES into the grids. The study concludes that PSHs play a key role in the energy transition, especially for long-term energy storage and grid stabilization, while BESSs offer complementary benefits for short-term storage and fast frequency regulation. Recommendations to policymakers include the development of clear, accelerated project approval procedures, financial incentives, and support for hybrid PSH systems to accelerate the energy transition and meet decarbonization targets. Full article
(This article belongs to the Special Issue Innovative Power System Technologies)
Show Figures

Figure 1

19 pages, 2017 KiB  
Article
Analysis of Grid Scale Storage Effectiveness for a West African Interconnected Transmission System
by Julius Abayateye and Daniel Zimmerle
Energies 2025, 18(14), 3741; https://doi.org/10.3390/en18143741 - 15 Jul 2025
Viewed by 232
Abstract
The West Africa Power Pool (WAPP) Interconnected Transmission System (WAPPITS) has faced challenges with frequency control due to limited primary frequency control reserves (PFRs). Battery Energy Storage Systems (BESSs) have been identified as a possible solution to address frequency control challenges and to [...] Read more.
The West Africa Power Pool (WAPP) Interconnected Transmission System (WAPPITS) has faced challenges with frequency control due to limited primary frequency control reserves (PFRs). Battery Energy Storage Systems (BESSs) have been identified as a possible solution to address frequency control challenges and to support growing levels of variable renewable energy in the WAPPITS. This paper uses a dynamic PSS/E grid simulation to evaluate the effectiveness of BESSs and conventional power plants for the maximum N-1 contingency scenario in WAPPITS—the loss of 400 MW of generation. BESSs outperform conventional power plants in fast frequency response; a BESS-only PFR mix produces the best technical performance for the metrics analyzed. However, this approach does not have the best marginal cost; a balanced mix of BESSs and conventional reserves achieves adequate performance on all metrics to meet grid requirements. This hybrid approach combines BESSs’ rapid power injection with the lower cost of conventional units, resulting in improved nadir frequencies (e.g., 49.70–49.76 Hz), faster settling times (1.00–2.20 s), and cost efficiency. The study indicates that an optimal approach to frequency control should include a combination of regulatory reforms and coordinated reserve procurement that includes BESS assets. Regulatory reforms should require or incentivize conventional plant to provide PFRs, possibly through creation of a (new to WAPPITS) market for ancillary services. While not a comprehensive analysis of all variables, these findings provide critical insights for policymakers and system operators. Full article
Show Figures

Figure 1

27 pages, 4005 KiB  
Article
Quantum-Enhanced Predictive Degradation Pathway Optimization for PV Storage Systems: A Hybrid Quantum–Classical Approach for Maximizing Longevity and Efficiency
by Dawei Wang, Shuang Zeng, Liyong Wang, Baoqun Zhang, Cheng Gong, Zhengguo Piao and Fuming Zheng
Energies 2025, 18(14), 3708; https://doi.org/10.3390/en18143708 - 14 Jul 2025
Viewed by 231
Abstract
The increasing deployment of photovoltaic and energy storage systems (ESSs) in modern power grids has highlighted the critical challenge of component degradation, which significantly impacts system efficiency, operational costs, and long-term reliability. Conventional energy dispatch and optimization approaches fail to adequately mitigate the [...] Read more.
The increasing deployment of photovoltaic and energy storage systems (ESSs) in modern power grids has highlighted the critical challenge of component degradation, which significantly impacts system efficiency, operational costs, and long-term reliability. Conventional energy dispatch and optimization approaches fail to adequately mitigate the progressive efficiency loss in PV modules and battery storage, leading to suboptimal performance and reduced system longevity. To address these challenges, this paper proposes a quantum-enhanced degradation pathway optimization framework that dynamically adjusts operational strategies to extend the lifespan of PV storage systems while maintaining high efficiency. By leveraging quantum-assisted Monte Carlo simulations and hybrid quantum–classical optimization, the proposed model evaluates degradation pathways in real time and proactively optimizes energy dispatch to minimize efficiency losses due to aging effects. The framework integrates a quantum-inspired predictive maintenance algorithm, which utilizes probabilistic modeling to forecast degradation states and dynamically adjust charge–discharge cycles in storage systems. Unlike conventional optimization methods, which struggle with the complexity and stochastic nature of degradation mechanisms, the proposed approach capitalizes on quantum parallelism to assess multiple degradation scenarios simultaneously, significantly enhancing computational efficiency. A three-layer hierarchical optimization structure is introduced, ensuring real-time degradation risk assessment, periodic dispatch optimization, and long-term predictive adjustments based on PV and battery aging trends. The framework is tested on a 5 MW PV array coupled with a 2.5 MWh lithium-ion battery system, with real-world degradation models applied to reflect light-induced PV degradation (0.7% annual efficiency loss) and battery state-of-health deterioration (1.2% per 100 cycles). A hybrid quantum–classical computing environment, utilizing D-Wave’s Advantage quantum annealer alongside a classical reinforcement learning-based optimization engine, enables large-scale scenario evaluation and real-time operational adjustments. The simulation results demonstrate that the quantum-enhanced degradation optimization framework significantly reduces efficiency losses, extending the PV module’s lifespan by approximately 2.5 years and reducing battery-degradation-induced wear by 25% compared to conventional methods. The quantum-assisted predictive maintenance model ensures optimal dispatch strategies that balance energy demand with system longevity, preventing excessive degradation while maintaining grid reliability. The findings establish a novel paradigm in degradation-aware energy optimization, showcasing the potential of quantum computing in enhancing the sustainability and resilience of PV storage systems. This research paves the way for the broader integration of quantum-based decision-making in renewable energy infrastructure, enabling scalable, high-performance optimization for future energy systems. Full article
Show Figures

Figure 1

27 pages, 7623 KiB  
Article
A Ladder-Type Carbon Trading-Based Low-Carbon Economic Dispatch Model for Integrated Energy Systems with Flexible Load and Hybrid Energy Storage Optimization
by Liping Huang, Fanxin Zhong, Chun Sing Lai, Bang Zhong, Qijun Xiao and Weitai Hsu
Energies 2025, 18(14), 3679; https://doi.org/10.3390/en18143679 - 11 Jul 2025
Viewed by 268
Abstract
This paper proposes a ladder carbon trading-based low-carbon economic dispatch model for integrated energy systems (IESs), incorporating flexible load optimization and hybrid energy storage systems consisting of battery and thermal energy storage. First, a ladder-type carbon trading mechanism is introduced, in which the [...] Read more.
This paper proposes a ladder carbon trading-based low-carbon economic dispatch model for integrated energy systems (IESs), incorporating flexible load optimization and hybrid energy storage systems consisting of battery and thermal energy storage. First, a ladder-type carbon trading mechanism is introduced, in which the carbon trading cost increases progressively with emission levels, thereby providing stronger incentives for emission reduction. Second, flexible loads are categorized and modeled as shiftable, transferable, and reducible types, each with distinct operational constraints and compensation mechanisms. Third, both battery and thermal energy storage systems are considered to improve system flexibility by storing excess energy and supplying it when needed. Finally, a unified optimization framework is developed to coordinate the dispatch of renewable generation, gas turbines, waste heat recovery units, and multi-energy storage devices while integrating flexible load flexibility. The objective is to minimize the total system cost, which includes energy procurement, carbon trading expenditures, and demand response compensation. Three comparative case studies are conducted to evaluate system performance under different operational configurations: the proposed comprehensive model, a carbon trading-only approach, and a conventional baseline scenario. Results demonstrate that the proposed framework effectively balances economic and environmental objectives through coordinated demand-side management, hybrid storage utilization, and the ladder-type carbon trading market mechanism. It reshapes the system load profile via peak shaving and valley filling, improves renewable energy integration, and enhances overall system efficiency. Full article
(This article belongs to the Special Issue Hybrid Battery Energy Storage System)
Show Figures

Figure 1

34 pages, 924 KiB  
Systematic Review
Smart Microgrid Management and Optimization: A Systematic Review Towards the Proposal of Smart Management Models
by Paul Arévalo, Dario Benavides, Danny Ochoa-Correa, Alberto Ríos, David Torres and Carlos W. Villanueva-Machado
Algorithms 2025, 18(7), 429; https://doi.org/10.3390/a18070429 - 11 Jul 2025
Viewed by 529
Abstract
The increasing integration of renewable energy sources (RES) in power systems presents challenges related to variability, stability, and efficiency, particularly in smart microgrids. This systematic review, following the PRISMA 2020 methodology, analyzed 66 studies focused on advanced energy storage systems, intelligent control strategies, [...] Read more.
The increasing integration of renewable energy sources (RES) in power systems presents challenges related to variability, stability, and efficiency, particularly in smart microgrids. This systematic review, following the PRISMA 2020 methodology, analyzed 66 studies focused on advanced energy storage systems, intelligent control strategies, and optimization techniques. Hybrid storage solutions combining battery systems, hydrogen technologies, and pumped hydro storage were identified as effective approaches to mitigate RES intermittency and balance short- and long-term energy demands. The transition from centralized to distributed control architectures, supported by predictive analytics, digital twins, and AI-based forecasting, has improved operational planning and system monitoring. However, challenges remain regarding interoperability, data privacy, cybersecurity, and the limited availability of high-quality data for AI model training. Economic analyses show that while initial investments are high, long-term operational savings and improved resilience justify the adoption of advanced microgrid solutions when supported by appropriate policies and financial mechanisms. Future research should address the standardization of communication protocols, development of explainable AI models, and creation of sustainable business models to enhance resilience, efficiency, and scalability. These efforts are necessary to accelerate the deployment of decentralized, low-carbon energy systems capable of meeting future energy demands under increasingly complex operational conditions. Full article
(This article belongs to the Special Issue Algorithms for Smart Cities (2nd Edition))
Show Figures

Figure 1

Back to TopTop