Electrical Engineering Tutorials: Analysis of a 50 kVA, 11 kV Distribution Transformer using Simulink Tool

Today you’ll learn the analysis of 50 kVA Distribution transformer using Simulink Tool in the MATLAB.

Diagram

analysis-of-50-kva-distribution-transformer-using-simulink-tool

Download MATLAB model file for 50 kVA distribution transformer.

List of blocks used in this tutorial

  1. Input source
  2. Current measurement tool
  3. Voltage measurement tool
  4. Active and Reactive power measurement
  5. 50 kVA three winding Linear Transformer
  6. RL and RC Parallel loads
  7. Circuit breaker
  8. Display block
  9. Ground

Working

The 11 kV input is supplied using an AC voltage source. Voltage/Current is measured and by using Active/Reactive measurement block, the P and Q are measured. The linear transformer is a two winding transformer which steps down the input to two 120 V outputs.

Two 120 V, 15 kW 10 kVAR loads are connected across the output terminals. A current measurement tool is also added in the neutral.

A third load (RC) connects in parallel to the overall secondary. Rating ( 20 kW, 20 kVAR ).

A breaker is connected to the circuit whose switching time is set to 0.1 s.

Results

Play the simulation and open P, W display block. Originally the power (W) is 50 kW, However after switching at 0.1 s. The power decreases to 35 kW.

analysis-of-50-kva-distribution-transformer-using-simulink-tool

Underbalanced condition the current flowing through the neutral is almost zero. However once unbalanced condition occurs the current starts flowing through neutral.

analysis-of-50-kva-distribution-transformer-using-simulink-tool-pic2

Let’s play with it

  1. Download the 50 kVA distribution_transformer_file.
  2. Open Simulink in MATLAB.
  3. Open the file.
  4. Run it and observe the output.
  5. Change the switching time of breaker from 0 to 0.2 s and observe its impact on P and A.
  6. Change active/apparent components values and observe the differences.
  7. Change input and change values of the transformer and observe the impact of values on the system.

This can be your mini project for AC Electrical networks. You can also expand it as your basic power systems project.

Leave a Reply