Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
22 views
5 pages
Homework SimPowerSystems
Uploaded by
Axel Vazquez
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF or read online on Scribd
Download now
Download
Save Homework SimPowerSystems For Later
Download
Save
Save Homework SimPowerSystems For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
22 views
5 pages
Homework SimPowerSystems
Uploaded by
Axel Vazquez
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF or read online on Scribd
Download now
Download
Save Homework SimPowerSystems For Later
Carousel Previous
Carousel Next
Download
Save
Save Homework SimPowerSystems For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 5
Search
Fullscreen
ulate a Simple Circuit Simscape™ Power Systems™ Specialized Technology allows you to build and simulate electrical circuits containing linear and nonlinear elements. In this section, you + Explore the Simscape Power Systems Specialized Technology library + Leam how to build a simple circuit from the Simscape Power Systems Specialized Technology library + Interconnect Simulink® blocks with your circuit. The circuit in the figure represents an equivalent power system feeding a 300-km transmission line, The line is compensated by a shunt inductor at its receiving end. A circuit breaker allows energizing and de-energizing of the line. To simplify matters, only one of the three phases is represented. The parameters shown in the figure are typical of a 735-kV power system Circuit to Be Modeled pw 300 km Ll teunmison line | ee [yt R=0011 Oem I — cS 0.8674 mE km 204 = MO Mears J244kV RMS R= 18019 C= ISA aR ny factor 300 on @ s44ev cor Building the Electrical Circuit with the Simscape Power Systems Specialized Technology Library The graphical user interface uses Simulink functionality to interconnect various electrical components. The electrical components are grouped in the Simscape Power Systems Specialized Technology library. 1, Open the Simscape Power Systems main library by entering the following command at the MATLAB® prompt. simscapepowersystems_ST 2. From the File menu of the simscapepowersystems_ST window, open a new blank model to contain your first circuit and save it as circuit. 3. Open the Fundamental Blocks > Electrical Sources library and copy the AC Voltage Source block into the circuitt window. 4, Open the AG Voltage Source dialog box by double-clicking the icon and enter the Amplitude, Phase, and Frequency parameters according to the values shown in Circuit to Be Modeled. ‘The amplitude to be specified for a sinusoidal source is its peak value (424.4e3*sqrt(2) volts in this case) 5. Change the name of this block from AC Voltage Source to Vs. 6. Copy the Parallel RLC Branch block, which can be found in the Fundamental Blocks/Elements library, set its parameters as shown in Circuit to Be Modeled, and name it Z_eq,10. " The resistance Rs_eq of the circuit can be obtained from the Parallel RLC Branch block. Duplicate the Parallel RLC Branch block, which is already in your circuitt window. Select R for the Branch Type parameter and set the R parameter according to Circuit to Be Modeled. Onee the dialog box is closed, notice that the L and C components have disappeared so that the icon now shows a single resistor, Name this block Rs_eq, Resize the various components and interconnect blocks by dragging lines from outputs to inputs of appropriate blocks: : io Reeg bs a To complete the circuit of Circuit to Be Modeled, add a transmission line and a shunt reactor. You add the circuit breaker later in Simulating Transients. ‘The model of a line with uniformly distributed R, L, and C parameters normally consists of a delay equal to the ‘wave propagation time along the line. This model cannot be simulated as a linear system because a delay corresponds to an infinite number of states. However, a good approximation of the line with a finite number of states can be obtained by cascading several PI circuits, each representing a small section of the line, API section consists of a series R-L branch and two shunt C branches. The model accuracy depends on the number of PI sections used for the model. Copy the PI Section Line block from the Elements library into the circuitt window, set its parameters as shown in Circull to Be Modeled, and specify one line section, The shunt reactor is modeled by a resistor in series with an inductor, You could use a Series RLC Branch block to model the shunt reactor, but then you would have to calculate and specify the R and L values manually based on the quality factor and reactive power specified in Circuit to Be Modeled, Therefore, you might find it more convenient to use a Series RLC Load block that allows you to specify directly the active and reactive powers absorbed by the shunt reactor. Copy the Series RLC Load block, which can be found in the Fundamental Blocks/Elements library. Name this block 110 Mvar, Set its parameters as follows: Va 424,403 V fn 60 Hz Pp 110¢6/300 W (quality factor = 300) aL 1106 vars Qc e As no reactive capacitive power is specified, the capacitor disappears on the block icon when the dialog box is closed. Interconnect the new blocks as shown,12 13. 14. 16. 16. 17. 18. B2 Pi Seaton Line 140 Mvat You need a Voltage Measurement block to measure the voltage at node B1. This block is found in the Fundamental Blocks/Measurements library. Copy it and name it U1, Connect its positive input to the node B1 and its negative input to a new Ground block To observe the voltage measured by the Voltage Measurement block named Ut, a display system is needed. This can be any device found in the Simulink Sinks library Open the Sinks library and copy the Scope block into your circuitt window. If the scope were connected directly at the output of the voltage measurement, it would display the voltage in votts. However, electrical engineers in power systems are used to working with normalized quantities (per unit system). The voltage is, normalized by dividing the value in volts by a base voltage corresponding to the peak value of the system nominal voltage. In this case, the scaling factor K is 1 K=—_1____ 424.4 x 10° x v2 Copy a Gain block from the Simulink library and set its gain as above. Connect its output to the Scope block and connect the output of the Voltage Measurement block to the Gain block. Duplicate this voltage measurement system at the node 82, as shown below. Bt B2 thee. = fee Pi Section Line Th [° [> i 4 at Lofe>f o Volts Soape Volts Seopet to pu to pu ‘Add a Powergui block to your model. The purpose of this block is discussed in Using the Powergui Block to Simulate Simscape Power Systems Models. Select Simulation > Run. (Open the Scope blocks and observe the voltages at nodes B1 and B2 ‘White the simulation is running, open the Vs block dialog box and modify the amplitude. Observe the effect on the two scopes. You can also modify the frequency and the phase. You can zoom in on the waveforms in the scope windows by drawing a box around the region of interest with the left mouse button.Interfacing the Electrical Circuit with Other Simulink Blocks The Voltage Measurement block acts as an interface between the Simscape Power Systems blocks and the ‘Simulink blocks. For the system shown above, you implemented such an interface from the electrical system to the Simulink system, The Voltage Measurement block converts the measured voltages into Simulink signals. Similarly, the Current Measurement block from the Fundamental Blocks/Measurements library can be used to convert any measured current into a Simulink signal. ‘You can also interface from Simulink blocks to the electrical system. For example, you can use the Controlled Voltage Source block to inject a voltage in an electrical circuit, as shown in the following figure. +f initialized ‘ seine °F Ly % ©. it —~ ~ = FI vote ~0. a ‘Switch = SU i l Soope Controlled Voltage ” Te Source at Lug ° T var Constant ] as a El Electrical Terminal Ports and Connection Lines Simscape Power Systems modeling environment is similar to that of other products in the Physical Modeling family. Its blocks often feature both normal Simulink input and output ports > and special electrical terminal ports + Lines that connect normal Simulink ports > are directional signal lines + Lines that connect terminal ports [are special electrical connection lines, These lines are nondirectional and can be branched, but you cannot connect them to Simulink ports > or to normal Simulink signal lines + You can connect Simulink ports > only to other Simulink ports and electrical terminal ports 4! only to other electrical terminal ports. + Converting Simulink signals to electrical connections or vice versa requires using a Simscape Power ‘Systems block that features both Simulink ports and electrical terminal ports ‘Some Simscape Power Systems blocks feature only one type of port. Measuring Voltages and Currents‘When you measure a current using a Current Measurement block, the positive direction of current is indicated on the block icon (positive current flowing from + terminal to — terminal). Similarly, when you measure a voltage using a Voltage Measurement block, the measured voltage is the voltage of the + terminal with respect to the — terminal, Basic Principles of Connecting Capacitors and Inductors Pay particular attention when you connect capacitor elements together with voltage sources, or inductor elements. in series with current sources. When you start the simulation, the software displays an error message if one of the following two connection errors are present in your diagram: 1, You have connected a voltage source in parallel with a capacitor, or a series of capacitor elements in series, like in the two examples below. Capacitor2 Capacitors I ee ae ee l To fix this problem, you can add a small resistance in series between the voltage source and the capacitors, 2. You have connected a current source in series with an inductor, or a series of inductors connected in parallel, like in the example below. Inductor Inductor UTE tip | arp. a Inductort Oem é o Ose , To fix this problem, you can add a large resistance in parallel with the inductor. Using the Powergui Block to Simulate Simscape Power Systems Models ‘The Powergui block is the environment block for Simscape Power Systems Specialized Technology models. It is Used to store the equivalent Simulink circuit that represents the state-space equations of the Simscape Power ‘Systems blocks. It also opens tools for steady-state and simulation results analysis and for advanced parameter design. When you start the simulation, you will get an error if no Powergui block is found in your model. ‘See powergui for more information on how to use the powergui block in your models.
You might also like
Power World Tutorial
PDF
No ratings yet
Power World Tutorial
9 pages
Electrical Power System Model On MATLAB Simulink
PDF
100% (2)
Electrical Power System Model On MATLAB Simulink
2 pages
Developing Electrical Systems With Simscape Electrical - Introduction To Electrical System Modeling
PDF
No ratings yet
Developing Electrical Systems With Simscape Electrical - Introduction To Electrical System Modeling
6 pages
MATLAB Tutorial II: Power Electronics and Simulink
PDF
No ratings yet
MATLAB Tutorial II: Power Electronics and Simulink
31 pages
PSIM Tutorial
PDF
No ratings yet
PSIM Tutorial
58 pages
Getting Started With Power System Blockset
PDF
No ratings yet
Getting Started With Power System Blockset
33 pages
Lab 2 - Introduction To MATLAB Simulink and V-I Measurement PDF
PDF
No ratings yet
Lab 2 - Introduction To MATLAB Simulink and V-I Measurement PDF
24 pages
Lab2-CAD Tools
PDF
No ratings yet
Lab2-CAD Tools
9 pages
Caspoc From Scratch An Engineers Workbook: Simulation and Animation of Power Electronics and Electrical Drives
PDF
No ratings yet
Caspoc From Scratch An Engineers Workbook: Simulation and Animation of Power Electronics and Electrical Drives
55 pages
L1_4_Simscape
PDF
No ratings yet
L1_4_Simscape
47 pages
MATLAB SIMULINK File Power Electronic Ci PDF
PDF
No ratings yet
MATLAB SIMULINK File Power Electronic Ci PDF
29 pages
Build and Simulate A Simple Circuit
PDF
100% (1)
Build and Simulate A Simple Circuit
5 pages
Module 5
PDF
No ratings yet
Module 5
33 pages
Sps Ug PDF
PDF
No ratings yet
Sps Ug PDF
270 pages
Experiment # 1 Simulink Tools: Objective
PDF
100% (1)
Experiment # 1 Simulink Tools: Objective
24 pages
Fundamental of Electrical Circuit - Practical Workbook
PDF
No ratings yet
Fundamental of Electrical Circuit - Practical Workbook
27 pages
EMPE Assignment+Brief Portfolio RESIT
PDF
No ratings yet
EMPE Assignment+Brief Portfolio RESIT
44 pages
PSIM Tutorial
PDF
No ratings yet
PSIM Tutorial
58 pages
(Doi 10.1201/9781315316246-2) Perelmuter, Viktor - Renewable Energy Systems (Simulation With Simulink® and SimPowerSystems™) - Chapter 1 SimPowerSystems™ Models
PDF
100% (1)
(Doi 10.1201/9781315316246-2) Perelmuter, Viktor - Renewable Energy Systems (Simulation With Simulink® and SimPowerSystems™) - Chapter 1 SimPowerSystems™ Models
14 pages
vlsi_lab_manual
PDF
No ratings yet
vlsi_lab_manual
56 pages
LAB REPORT SHAH Zaib 19PWELE5497
PDF
No ratings yet
LAB REPORT SHAH Zaib 19PWELE5497
7 pages
EEET 2304 Online Lab1
PDF
No ratings yet
EEET 2304 Online Lab1
7 pages
Tutorial LTspice
PDF
No ratings yet
Tutorial LTspice
27 pages
The University of Lahore, Islamabad Campus Course: Power System Protection Lab Work Sheet 2
PDF
No ratings yet
The University of Lahore, Islamabad Campus Course: Power System Protection Lab Work Sheet 2
9 pages
Lab 2 PDF
PDF
No ratings yet
Lab 2 PDF
8 pages
CBPSD
PDF
No ratings yet
CBPSD
55 pages
Build and Simulate Composite and Expanded Three-Phase Models Matlab File
PDF
No ratings yet
Build and Simulate Composite and Expanded Three-Phase Models Matlab File
8 pages
DC Transient Analysis Using Simulation
PDF
No ratings yet
DC Transient Analysis Using Simulation
6 pages
Eee 415 Psa - Tum Deneyler
PDF
No ratings yet
Eee 415 Psa - Tum Deneyler
24 pages
Experiment_6
PDF
No ratings yet
Experiment_6
3 pages
LabManual PSBook2006 Revised Sept2010
PDF
No ratings yet
LabManual PSBook2006 Revised Sept2010
53 pages
Lab 08 Modeling of Electrical and Electronics Systems
PDF
No ratings yet
Lab 08 Modeling of Electrical and Electronics Systems
24 pages
PDU Lab 2
PDF
No ratings yet
PDU Lab 2
15 pages
Matlab Stabilite Örnekleri̇ 1
PDF
No ratings yet
Matlab Stabilite Örnekleri̇ 1
11 pages
Getting Started Simulation Research: CASPOC
PDF
No ratings yet
Getting Started Simulation Research: CASPOC
18 pages
Power World Tutorial
PDF
No ratings yet
Power World Tutorial
9 pages
Description of Individual Blocks: 3 Phase Asynchronous Machine Block
PDF
No ratings yet
Description of Individual Blocks: 3 Phase Asynchronous Machine Block
5 pages
Lab 2 Manual
PDF
No ratings yet
Lab 2 Manual
11 pages
Ee201 Lab
PDF
No ratings yet
Ee201 Lab
56 pages
Expt 1 - Introduction To Power Electronics Lab Simulation and Hardware Setup - 2019a
PDF
No ratings yet
Expt 1 - Introduction To Power Electronics Lab Simulation and Hardware Setup - 2019a
9 pages
Matlab Simulink SimPowerSystems For Power Lab 2014
PDF
No ratings yet
Matlab Simulink SimPowerSystems For Power Lab 2014
15 pages
Semi Converter
PDF
No ratings yet
Semi Converter
5 pages
Simulation of Simple Circuits
PDF
No ratings yet
Simulation of Simple Circuits
2 pages
Lab2 Manual Power System
PDF
No ratings yet
Lab2 Manual Power System
3 pages
Elec 321 - 3
PDF
No ratings yet
Elec 321 - 3
6 pages
LAB 1-PE-Lab
PDF
No ratings yet
LAB 1-PE-Lab
10 pages
Simpower Task
PDF
No ratings yet
Simpower Task
9 pages
PSIM Manual For Power Lab 2014
PDF
No ratings yet
PSIM Manual For Power Lab 2014
11 pages
EE221 Introduction To Multisim: Fall 2007
PDF
No ratings yet
EE221 Introduction To Multisim: Fall 2007
7 pages
Simulation of Electric Machinery and Power Electronics Interfacing
PDF
No ratings yet
Simulation of Electric Machinery and Power Electronics Interfacing
6 pages
ELEC4612-11 Exp 1 Introduction
PDF
No ratings yet
ELEC4612-11 Exp 1 Introduction
6 pages
What Is Simpowersystems?: 1. Component/Device Level?
PDF
No ratings yet
What Is Simpowersystems?: 1. Component/Device Level?
4 pages