2 winding linear transformer not working as expected in simulink

3 次查看(过去 30 天)
transformer is supposed to operate as step up. actual DC input=33v, required o/p=270v
transformer parameters
transformer primary voltage and secondary voltage.

采纳的回答

Vijay Solaiselvam
Vijay Solaiselvam 2025-8-11
编辑:Vijay Solaiselvam 2025-8-11
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Electrical Block Libraries 的更多信息

产品


版本

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by