How to chose pwm and buck converter parameters?
Show older comments
Hello.
I am looking at this example https://uk.mathworks.com/matlabcentral/fileexchange/73115-mppt-solar-charge-controller-model of a MPPT Solar charge controller model. I would like to simulate it for irradiance variations during a day of around 12 hours (12*3600 seconds of simulation time). The simulation becomes very slow. Is there anything that can modify in order to increase the simulation speed? I was wondering if I can change the buck converter's parameters, or the PWM frequency, or sampling time. I am a beginner so any answer would be very helpful.
Thank you
1 Comment
NAZAR Nihad
on 3 Mar 2021
how we can connected distrbution grid withe migrogrid . wat is devices and blok in sumlink matlap i am serching
Accepted Answer
More Answers (1)
Zhao Wang
on 19 Jun 2020
1 vote
Simulating the behavior of a solar charging system with this detailed model would be very slow. This is because of the sample time (1e-5 s) used in the 'powergui' block, which is required in the switching buck converter circuit. What you can change would be very limited in this case.
To conduct a simulation for a day or 12 hours, typically you will need a simplified system, such as the one in https://www.mathworks.com/help/releases/R2020a/physmod/sps/examples/simplified-model-of-a-small-scale-micro-grid.html. As you can see in the model, the 'powergui' block's simulation type of this simplified model is 'Phasor'. Phasor simulation mode allows you to simulate the solar charging behavior over a long period of time.
There would be a gap between the two simulation types because of the different modeling details. To bridge this gap, you will need to match the behaviors of the two circuit models.
2 Comments
Eleni.T
on 19 Jun 2020
Zhao Wang
on 19 Jun 2020
For your two questions:
1) No, you can use an averaged-value model for the buck converter. For example, you can replace the buck converter elements with a buck converter block: https://www.mathworks.com/help/physmod/sps/powersys/ref/buckconverter.html. After inserting the block, remember to change the model type to use: "Average model (D-controlled)". You do not need the PWM signal to drive the buck converter block.
2) The MPPT control algorithms should also work in phasor mode.
Besides the buck converter and the MPPT controller, you may also need to change the pv array with a simplified model to speed up simulation.
Communities
More Answers in the Power Electronics Control
Categories
Find more on Simscape Electrical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
