2 winding linear transformer not working as expected in simulink

4 visualizaciones (últimos 30 días)
transformer is supposed to operate as step up. actual DC input=33v, required o/p=270v
transformer parameters
transformer primary voltage and secondary voltage.

Respuesta aceptada

Vijay Solaiselvam
Vijay Solaiselvam el 11 de Ag. de 2025
Editada: Vijay Solaiselvam el 11 de Ag. de 2025
The result is as expected for the given transformer parameters. You provided a very low frequency for the transformer; instead of 50 kHz, 50 Hz was given. As a result, the leakage inductance became too high for a 50 kHz input, causing most of the voltage to drop across the secondary leakage inductance.
The R and L values of the transformer are given in per-unit. For the secondary winding:
  • Rbase2 = V2^2/P = 0.2916 ohm
  • ,Lbase2=Rbase2/(2*pi*f)=> 0.2916/(2*pi*50)=9.2819e-04
  • The actual secondary leakage inductance L2 = 0.08*Lbase=74e-6
This value is too large for a 50 kHz resonant input, so most of the voltage drops across the secondary leakage inductance. The transformer output terminal voltage is given by: Vo = Vs-w*L2*Isec-R2*Isec, due to high L2, w*L2*Isec is also very high, (because the base frequency given in the transformer input parameter is 50Hz), For a 10 A secondary current, the voltage drop across the secondary leakage inductance is: 2*pi*50e3*74*1e-6*10A = 232V.
Since 50 kHz is the resonant frequency, please enter 50,000 (50e3) in the transformer parameters for nominal power and frequency.

Más respuestas (0)

Categorías

Más información sobre Electrical Block Libraries en Help Center y File Exchange.

Productos


Versión

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by