top of page

Modeling and Control of a Grid-Connected Hybrid PV-Wind System with Battery Energy Storage 




Abstract


The increasing integration of intermittent renewable energy sources, such as solar photovoltaic (PV) and wind, presents significant challenges to power grid stability. This paper presents the modeling and simulation of a grid-connected hybrid system designed to address these challenges, featuring a PV array, a PMSG-based wind turbine, and a Battery Energy Storage System (BESS). A hierarchical control strategy is employed to manage the system's complex dynamics. This strategy includes Maximum Power Point Tracking (MPPT) for the renewable sources, utilizing the Incremental Conductance algorithm for the PV system and the Perturb and Observe algorithm for the wind turbine. A Proportional-Integral (PI) based controller regulates the common DC bus voltage, while a synchronous d-q reference frame current controller manages the grid-tied inverter. Simulation results conducted in MATLAB/Simulink demonstrate the system's effectiveness. The controllers successfully achieve maximum power extraction under variable solar irradiance and wind speeds, maintain a stable DC bus voltage of 400V, manage battery charging based on power availability, and ensure the injection of high-quality, sinusoidal current into the grid. These findings validate the viability of the proposed system architecture and control scheme for reliable and efficient renewable energy integration.



Keywords


Hybrid Renewable Energy System (HRES), Maximum Power Point Tracking (MPPT), Battery Energy Storage System (BESS), Grid-Connected Inverter, P&O Algorithm, Incremental Conductance


Grid connected Pv wind with battery system
₹8,445.00₹4,222.50
Buy Now

I. Introduction


The global imperative to transition towards sustainable energy has placed renewable sources like solar and wind power at the forefront of electricity generation. However, the inherent intermittency of these resources poses a significant challenge to the stability and reliability of the power grid. Fluctuations in solar irradiance and wind speed can lead to unpredictable power output, complicating grid management and potentially compromising power quality. To overcome these limitations, hybrid renewable energy systems (HRES) that combine multiple generation sources with energy storage have emerged as a robust and effective solution.

This paper presents the design, modeling, and control of a grid-connected hybrid system that integrates a photovoltaic (PV) array, a wind turbine, and a Battery Energy Storage System (BESS). This paper provides a holistic validation of a hierarchical control scheme where local MPPT optimization is successfully decoupled from global DC bus and grid stability objectives through the strategic use of battery energy storage. The primary contribution is to validate, through detailed simulation, a hierarchical control strategy that ensures each subsystem operates at peak efficiency while maintaining overall system stability and seamless grid integration. The performance of this integrated system is evaluated under dynamic environmental conditions using the MATLAB/Simulink environment.

The document is organized as follows: Section II details the proposed system configuration. Section III explains the multi-layered control strategy for the individual components and the grid interface. Section IV outlines the simulation model and its key parameters. Section V presents and analyzes the simulation results, and Section VI concludes the paper with a summary of findings and suggestions for future research. This structured approach provides a comprehensive overview of the system's architecture and operational effectiveness.


II. Proposed System Configuration


The topology of the proposed hybrid system is strategically designed to leverage the complementary nature of solar and wind energy resources. By integrating these sources with a Battery Energy Storage System (BESS), the configuration creates a stable and dispatchable power interface capable of mitigating the effects of source variability before connecting to the utility grid. The architecture is composed of four primary subsystems interconnected via a common DC bus.

The overall structure of the power system can be broken down into the following core components and their interconnections:

• A. Wind Energy Conversion System (WECS)

    ◦ The WECS features a wind turbine mechanically coupled to a Permanent Magnet Synchronous Generator (PMSG).

    ◦ The variable AC output of the PMSG is first converted to DC by an AC-DC rectifier. This rectified DC power is then conditioned by a DC-DC boost converter whose duty cycle is modulated by a Perturb and Observe (P&O) MPPT algorithm to ensure the turbine operates at its peak power coefficient.

• B. Photovoltaic (PV) System

    ◦ The solar generation subsystem consists of a 2000 W PV array.

    ◦ This array is connected to the common DC bus through a dedicated DC-DC boost converter, which is managed by an MPPT controller to ensure the panels operate at their maximum power point under varying irradiance levels.

• C. Battery Energy Storage System (BESS)

    ◦ The BESS, with a nominal voltage of 48V, is interfaced with the DC bus via a bidirectional DC-DC converter.

    ◦ This crucial component is responsible for absorbing surplus power or discharging to cover deficits, thereby stabilizing the DC bus voltage against fluctuations in generation.

• D. Grid Interface

    ◦ The common 400V DC bus serves as the central point of energy exchange before power is delivered to the utility grid.

    ◦ This connection is facilitated by a Voltage Source Inverter (VSI), followed by an LCL filter. The filter is essential for smoothing the VSI's output and ensuring that the AC power injected into the grid is of high quality with minimal harmonic distortion.

This integrated configuration provides a flexible and resilient architecture. The subsequent section details the sophisticated control strategies required to coordinate these subsystems for stable and efficient operation.


III. Hierarchical Control Strategy


A multi-layered, hierarchical control strategy is essential to manage the distinct operational objectives of each subsystem while ensuring the stability and coordinated function of the entire hybrid system. This approach decouples the control tasks, allowing each component to operate at its peak efficiency while contributing to the overarching goals of DC bus stability and high-quality power injection into the grid.

A. MPPT for Wind Energy Conversion System

• Objective: To continuously extract the maximum available power from the wind turbine under varying wind speeds.

• Algorithm: A Perturb and Observe (P&O) MPPT algorithm is implemented for the WECS. This algorithm was selected for its simplicity and proven effectiveness in tracking the maximum power point for wind systems. It periodically perturbs the operating point and observes the resulting change in power, using the rectifier's output voltage and current to generate the optimal duty cycle for the WECS boost converter.

B. MPPT for Photovoltaic System

• Objective: To maximize power extraction from the PV array as solar irradiance and temperature conditions fluctuate.

• Algorithm: The PV system utilizes an Incremental Conductance (INC) MPPT algorithm. This method is preferred for PV applications due to its superior performance under rapidly changing irradiance conditions. It tracks the maximum power point by comparing the instantaneous conductance (I/V) with the incremental conductance (dI/dV) to adjust the duty cycle of the PV boost converter.

C. DC Bus Voltage Regulation

• Objective: To maintain a stable common DC bus voltage at a reference of 400V, effectively decoupling the intermittent renewable sources from the grid-side inverter.

• Mechanism: The BESS is regulated by a two-loop control structure. An outer voltage control loop measures the DC bus voltage and compares it to the 400V reference. The resulting error is processed by a Proportional-Integral (PI) controller, which generates a reference current for the BESS. An inner current control loop then ensures the bidirectional DC-DC converter draws or injects this precise current, thereby maintaining a constant bus voltage by dynamically balancing power.

D. Grid-Tied Inverter Control

• Objective: To manage the flow of active power from the DC bus to the AC grid while ensuring high power quality, specifically a sinusoidal current waveform.

• Framework: The grid-tied Voltage Source Inverter (VSI) is managed using a Synchronous Reference Frame (d-q) control strategy. Transforming the AC grid currents into the d-q frame allows them to be controlled as DC-like variables, greatly simplifying the design of the PI-based current controllers. A higher-level energy management algorithm uses inputs such as PV current and battery State of Charge (SoC) to determine the reference active power (Pref), which dictates whether power is supplied to or drawn from the grid. This Pref is used to calculate the direct-axis reference current (Idref). The PI current controller then minimizes the error between this reference and the measured Id, generating control signals that, once transformed back to the ABC frame, produce the final PWM signals for the VSI.

To verify the efficacy of this hierarchical control framework under dynamic conditions, a comprehensive simulation was developed in MATLAB/Simulink, the parameters and scenarios of which are detailed in the subsequent section.


IV. Simulation Model and Parameters


To validate the performance and robustness of the proposed hybrid system and its control strategies, a comprehensive model was developed and simulated in the MATLAB/Simulink environment. This approach allows for the analysis of the system's dynamic behavior under a range of operating conditions that mimic real-world environmental variability.


The key parameters used for the system components in the simulation are summarized in the table below.

Parameter

Value

PV Array Maximum Power

2000 W

Wind Turbine Maximum Power

2800 W

Common DC Bus Voltage

400 V

Nominal Battery Voltage

48 V

To rigorously test the system's responsiveness and stability, specific dynamic scenarios were defined for the renewable energy inputs:

• Solar Irradiance Profile: Step-changes in solar irradiance were applied at set intervals to simulate rapidly changing cloud cover. The profile included levels of 1000 W/m², 500 W/m², 10 W/m², followed by a return to 500 W/m² and 1000 W/m².

• Wind Speed Profile: The wind speed was varied to test the WECS controller. It was maintained at a constant 12 m/s for the first two seconds of the simulation and was then reduced to 10.1 m/s for the remainder of the test.

The results obtained from executing these simulation scenarios provide a clear assessment of the system's performance, which will be analyzed in the following section.


V. Results and Discussion


This section presents a critical analysis of the simulation outputs, demonstrating the performance of the hybrid system against its primary control objectives. The results confirm the effectiveness of the hierarchical control strategy in achieving efficient power extraction from renewable sources, precise DC bus voltage regulation, and stable, high-quality power injection into the utility grid.

A. Performance of Renewable Energy Subsystems

The effectiveness of the MPPT controllers is demonstrated in Figure 1. The PV system's power output accurately tracks the step-changes in solar irradiance, generating approximately 2000 W at 1000 W/m² and 1000 W at 500 W/m² (Figure 1a), confirming the precision of the Incremental Conductance algorithm. Similarly, the wind energy system responds effectively to the change in wind speed at t=2 seconds (Figure 1b). As the wind speed drops from 12 m/s to 10.1 m/s, the power output from the wind turbine decreases from approximately 2.6 kW to 1.5 kW, showcasing the P&O MPPT algorithm's ability to follow the optimal operating point.


B. DC Bus Voltage Regulation

A key indicator of system stability is the common DC bus voltage, shown in Figure 2. Despite significant fluctuations in power generation from both the PV and wind subsystems, the DC bus voltage is consistently and tightly regulated at its 400V reference throughout the simulation period. This stability is achieved by the BESS PI controller, which precisely adjusts the battery charging current (as seen in Figure 3) to instantaneously absorb power surpluses, thereby clamping the bus voltage at its 400V nominal value.

C. BESS Dynamics and SoC Management

The battery's charging and discharging behavior, depicted in Figure 3, directly reflects the power balance within the system. The battery charging current is highest (approximately -13 A) during the initial period when both the PV array and wind turbine are operating at high capacity. When the wind power drops at t=2s, the surplus power decreases, and the battery charging current reduces accordingly to approximately -7 A. This behavior confirms that the BESS effectively absorbs surplus energy generated by the renewable sources, with its charging rate dynamically adjusting to the available power.


D. Grid Integration and Power Quality

The final stage of the system is the interface with the utility grid. Analysis of the grid current waveform in Figure 4 reveals a purely sinusoidal profile with low total harmonic distortion (THD). This result validates the efficacy of the d-q current controller and the LCL filter in meeting grid interconnection standards by successfully managing power transfer while eliminating switching harmonics.

The collective results from these analyses successfully validate the designed system's ability to operate efficiently and reliably under dynamic conditions, leading to the final conclusions of this study.


VI. Conclusion and Future Scope


This paper has successfully presented the modeling, control, and simulation of a grid-connected hybrid system integrating PV, wind, and battery energy storage. The hierarchical control strategy, which effectively decouples local MPPT objectives from global DC bus stability and grid power flow management, was proven to be highly effective. The simulation results validate that the system can achieve its core objectives: maximizing power extraction under variable conditions, maintaining a stable 400V DC bus, managing energy storage, and injecting high-quality power into the grid. This demonstrates the proposed architecture's potential as a reliable solution for integrating intermittent renewables.

For future work, several research avenues could enhance the system's performance and practical applicability. The implementation of more advanced non-linear or intelligent control algorithms could potentially improve the dynamic response and efficiency of the MPPT and inverter controllers. To bridge the gap between simulation and real-world deployment, hardware-in-the-loop (HIL) validation would be a valuable next step to test the control algorithms on physical hardware.


VII. YouTube Video


 

VIII. Purchase link of the Model


SKU: 0113

Comments


bottom of page