Why I am getting oscillatory output for PV array?

21 views (last 30 days)
I am trying this MATLAB Solar smartgrid 3phase where I am getting an oscillatory output of PV array. Further The current is so small, in 0.0001 range. So output power is low. What should I do to get constant DC PV array output...And current in significant value?

Answers (1)

Dhruv
Dhruv on 18 May 2023
Based on my understanding, you're experiencing an oscillatory output and low current from your PV array. There could be several reasons for it, here are some potential factors to consider and troubleshoot:
  1. Simulink solver settings: Check the solver settings in your Simulink simulation. Ensure that the solver type and step size are appropriate for the dynamics of the PV array and the system you are modeling. Using an adaptive solver might help capture the transient behavior accurately.
  2. Mismatched load: Ensure that the load connected to the PV array is matched properly. A mismatch between the load impedance and the maximum power point of the PV array can cause oscillations. Adjust the load parameters to match the array characteristics for maximum power transfer.
  3. Incorrect model parameters: Verify that you have inputted the correct model parameters for your PV array. Double-check the values for the array's maximum power point voltage, current, and temperature coefficients. Inaccurate model parameters can lead to unexpected behavior and low output power.
  4. Inverter control: If you are using an inverter in your simulation, examine the control scheme being applied. Incorrect or unstable control can cause oscillations and low output power. Consider adjusting the control parameters or using a different control strategy to improve stability.
  5. System grounding: Verify that the system grounding is properly configured in your simulation. Incorrect grounding can introduce noise and instability. Ensure that the PV array and the rest of the system are correctly connected to the ground.
By addressing these potential issues, you should be able to improve the stability and increase the output power of your PV array simulation in MATLAB Simulink. Additionally, try extending the simulation duration to see if the oscillations stabilize eventually. If none of the above-mentioned steps resolve the issue, kindly provide detailed information about the simulating model.

Categories

Find more on Simscape Electrical in Help Center and File Exchange

Products


Release

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!