Dynamic Model of 3-ph IM in synchronously rotating reference frame

Induction motor modelling using synchronously rotating reference frame.
1,3K descargas
Actualizado 31 ago 2017

Ver licencia

The mathematical model of Induction motor in synchronously rotating reference frame. Reference frame speed is equal to synchronous speed(ω= ωe). Synchronously rotating reference frame is suitable when analog computer is employed because both stator and rotor d-q quantities becomes steady DC quantities. It is also best suited for studying multi-machine system.
% SAGAR KUMAR DASH %
clc;
clear all;
% Parameters of a typical induction machine.
Rs=0.435; %Stator resistance
Rr=0.816; %Rotor resistance
Lls=0.002; %Stator inductance
Llr=0.002; %Rotor inductance
Lm=0.0693;
M=Lm; % Mutual inductance
P=4; %Number of Poles
J=0.089; %Inertia
B=0.01; %friction coefficient
Tl=0.5; %Load torque
We=2*pi*50;
Lss=0.0713; %Lss = Lls + Lm
Lrr=0.0713; %Lrr = Llr + Lm

Citar como

sagar kumar dash (2024). Dynamic Model of 3-ph IM in synchronously rotating reference frame (https://www.mathworks.com/matlabcentral/fileexchange/63759-dynamic-model-of-3-ph-im-in-synchronously-rotating-reference-frame), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2015b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Motor Drives en Help Center y MATLAB Answers.
Comunidades de usuarios

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0

name change