How to do output power measurement of a three phase inverter

14 visualizaciones (últimos 30 días)
Prerana Suguna
Prerana Suguna el 29 de En. de 2024
Hello Team, I am trying to work on a thesis project and got stuck while doing simulation for 3 phase inverter output power. Here are the details:
I am trying to measure output power of a three phase inverter using "Power Measurement (Three-Phase)" block. For my project it is very important to measure continuous output power in order to measure the efficiency of the inverter. Input voltage is 500Vdc .
This is the measurement block:
I think I am using the power block in a wrong way but I have read all the help documentation but still,it seems output power is showing in 50 Kilo watts whereas input power is around 8000 watts.
Please check the complere model attached below: modelprep3.slx
MATLAB Version:9.14.0.2306882 (R2023a) Update 4.
The output graphs have been attached below.
This is the overall inverter model :
Wye connector load: I chose :Series RL - Resistance:0.5 Ohm,Inductance:5e-3H
This is the MOSFETS block and parameters I used:
This is the open loop controller subsystem block :
This is the scope block where efficiency is calculated:
My inveretr_params.m file contains:
%% Parameters for Inverter
fsw = 2000; % Inverter switching frequency [Hz]
Ts = 1/fsw/100; % Fundamental sample time [s]
Tsc = 0; % continuous controller
Vdc = 500;
pumpFlowRate = 10; % [lpm]
Tamb = 25; % [degC]
stopTime = 4/60;
What are the changes needed in order to get correct efficiency or the output power?
I need your guidance urgently.Thank you .

Respuestas (0)

Productos


Versión

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by