- Tightly regulated cascaded DC-DC converters: In a distributed multi-converter power architecture, if the dynamic response of the fed converter is faster than the feeding converter then the fed converter acts as a CPL that can cause stability issues. These are mostly used in PV systems.
- Another common source of CPL is electric motors which consume a major portion of the energy produced in developed countries. When a motor operates in constant power mode, (P = τω = const) where τ is the torque and ω is the angular momentum, for a DC/AC inverter driving the electric motor with tightly regulated speeds, for the speed-torque having one to one characteristics, constant speed leads to constant torque and therefore it acts as a constant power load.
- To analyze the working of buck converter both analytically and numerically (Runge-Kutta method)
- To verify the working of DC-DC buck converter feeding a constant power load (CPL)
- To verify the results of the analysis using C program
- Simulation of buck converter feeding resistive load in MATLAB.
- The differential equations of the buck converter are solved numerically using the fourth-order Runge Kutta method.
- A C program is written to solve the differential equations of the buck converter and plots of inductor current and the output voltage is obtained using an open-source library called pbPlots.
- The simulation results are thus verified using the C program results.
- Simulation of buck converter feeding CPL is done in MATLAB
- A C program is written to plot the V-I characteristics of a buck converter feeding constant power load.
- Simulation results are verified with the program results. The numerical method used to solve the differential equations of the system is Runge Kutta Method.