Difference between revisions of "OpenModelica-OpenIPSL/C2/Modelling-SMIB-using-OpenIPSL/English"
Line 7: | Line 7: | ||
|- | |- | ||
|| '''Slide Number 2 ''' | || '''Slide Number 2 ''' | ||
− | |||
'''Learning Objectives''' | '''Learning Objectives''' | ||
− | || In this tutorial, we will learn:* What is a '''controlled SMIB system''' | + | || In this tutorial, we will learn: |
+ | |||
+ | * What is a '''controlled SMIB system''' | ||
* How to '''model''' a '''controlled SMIB system''' | * How to '''model''' a '''controlled SMIB system''' | ||
− | * | + | * Setting up the components |
− | + | ||
|- | |- | ||
Line 20: | Line 20: | ||
'''System Requirements''' | '''System Requirements''' | ||
− | || To record this tutorial, I am using* '''OpenModelica Version 1.12.0 '''and | + | || To record this tutorial, I am using |
+ | |||
+ | * '''OpenModelica Version 1.12.0 '''and | ||
* '''Linux OS 16.04''' | * '''Linux OS 16.04''' | ||
− | The process demonstrated in this tutorial is identical in other OS also such as-* '''Windows''' | + | Also use latest version of OpenIPSL to avoid compatibility issues. |
− | * '''Mac OS X'''or | + | |
+ | I am using OpenIPSL version 1.5.0. | ||
+ | |||
+ | The process demonstrated in this tutorial is identical in other OS also such as- | ||
+ | |||
+ | * '''Windows''' | ||
+ | * '''Mac OS X''' or | ||
* '''FOSSEE OS '''on '''ARM'''. | * '''FOSSEE OS '''on '''ARM'''. | ||
|- | |- | ||
Line 31: | Line 39: | ||
'''Prerequisites''' | '''Prerequisites''' | ||
− | || To follow this tutorial, you should have knowledge of:* Power systems | + | || To follow this tutorial, you should have knowledge of: |
+ | |||
+ | * Power systems | ||
* Modelling using '''OpenModelica''' | * Modelling using '''OpenModelica''' | ||
Line 39: | Line 49: | ||
'''Modelling of a SMIB system using OpenIPSL''' | '''Modelling of a SMIB system using OpenIPSL''' | ||
− | || Earlier in this series, we have already seen how to* Simulate a '''SMIB system''' and | + | || Earlier in this series, we have already seen how to |
+ | |||
+ | * Simulate a '''SMIB system''' and | ||
* Interpret its results | * Interpret its results | ||
|- | |- | ||
|| '''Slide Number 6''' | || '''Slide Number 6''' | ||
− | |||
'''What is a controlled SMIB system?''' | '''What is a controlled SMIB system?''' | ||
− | || | + | || In this tutorial, we’ll learn how to '''model''' a '''SMIB'''. |
* Here the '''SMIB system''' which we are going to '''model''' is a '''controlled''' one. | * Here the '''SMIB system''' which we are going to '''model''' is a '''controlled''' one. | ||
* The '''generator''' is '''controlled''' with the help of '''Automatic Voltage Regulator(AVR)''' and '''Power System Stabilizer(PSS).''' | * The '''generator''' is '''controlled''' with the help of '''Automatic Voltage Regulator(AVR)''' and '''Power System Stabilizer(PSS).''' | ||
|- | |- | ||
|| | || | ||
− | || | + | || Before getting started we will briefly learn about '''Automatic Voltage Regulator (AVR) '''and '''Power System Stabilizer (PSS.)''' |
|- | |- | ||
|| '''Slide Number 7''' | || '''Slide Number 7''' | ||
Line 68: | Line 79: | ||
|| '''Power System Stabilizer(PSS)''' | || '''Power System Stabilizer(PSS)''' | ||
− | * '''(PSS)''' is installed with '''AVR''' to '''damp''' the low frequency '''oscillations''' in the '''power system''' | + | * '''(PSS)''' is installed with '''AVR''' to '''damp''' the low frequency '''oscillations''' in the '''power system'''. |
* This is done by providing a '''supplementary signal''' to the '''excitation system'''. | * This is done by providing a '''supplementary signal''' to the '''excitation system'''. | ||
− | * '''PSS''' improves the '''damping''' of the '''system | + | * '''PSS''' improves the '''damping''' of the '''system'''. |
|- | |- | ||
Line 78: | Line 89: | ||
|| Optimal tuning of '''AVR controller''' and '''PSS parameters''' is necessary. | || Optimal tuning of '''AVR controller''' and '''PSS parameters''' is necessary. | ||
− | + | This is to obtain better '''voltage regulation''' and '''oscillation damping''' in the '''system'''. | |
− | This | + | |
|- | |- | ||
|| '''Slide Number 10''' | || '''Slide Number 10''' | ||
− | |||
'''How to model a SMIB system?''' | '''How to model a SMIB system?''' | ||
− | || Before launching '''OMEdit '''let us look at | + | || Before launching '''OMEdit '''let us look at '''Single Line Diagram(SLD)''' of''' SMIB system'''. |
|- | |- | ||
Line 97: | Line 106: | ||
|- | |- | ||
|| '''Open OpenModelica and OpenIPSL''' | || '''Open OpenModelica and OpenIPSL''' | ||
− | || Once '''OMEdit''' is launched we will create a new '''Modelica Package'''. | + | || Once '''OMEdit''' is launched, we will create a new '''Modelica Package'''. |
− | + | ||
Before creating it, let me include the '''OpenIPSL library'''. | Before creating it, let me include the '''OpenIPSL library'''. | ||
− | As demonstrated earlier in the series, navigate to '''“File” --> “system libraries” --> “OpenIPSL”. ''' | + | As demonstrated earlier in the series, navigate to |
+ | |||
+ | '''“File” --> “system libraries” --> “OpenIPSL”. ''' | ||
|- | |- | ||
|| '''Highlight and click on the icon which is below the file to the top left corner .''' | || '''Highlight and click on the icon which is below the file to the top left corner .''' | ||
Line 121: | Line 131: | ||
|| Now I will type the name as "'''SMIB_Controlled'''". | || Now I will type the name as "'''SMIB_Controlled'''". | ||
− | In '''Specialization''' column dropdown, select '''Package''' and click | + | In the '''Specialization''' column dropdown, select '''Package''' and click '''Ok'''. |
− | We can see a '''package''' in the ''' | + | We can see a '''package''' in the '''Libraries Browser''' column. |
− | Under this '''package''' we will create the '''models'''. | + | Under this '''package''', we will create the '''models'''. |
|- | |- | ||
|| | || | ||
Line 135: | Line 145: | ||
|- | |- | ||
|| '''Create two models under the main package.''' | || '''Create two models under the main package.''' | ||
− | |||
Click on "'''New Modelica class'''" >> type name="'''Network'''" and Specialization="'''Model'''". | Click on "'''New Modelica class'''" >> type name="'''Network'''" and Specialization="'''Model'''". | ||
− | || Now to create the '''models''', right-click on the '''SMIB_Controlled | + | || Now to create the '''models''', right-click on the '''SMIB_Controlled''' package. |
And click on "'''New Modelica class'''". | And click on "'''New Modelica class'''". | ||
+ | |||
+ | We see a pop up window. | ||
Type the name as "'''Network'''" and '''Specialization''' as "'''Model'''". | Type the name as "'''Network'''" and '''Specialization''' as "'''Model'''". | ||
Line 160: | Line 171: | ||
|- | |- | ||
|| Point to the '''Expand button''' >> click on it | || Point to the '''Expand button''' >> click on it | ||
− | || After creating the '''models''' you can see the '''Expand''' button to the left of the '''package'''. | + | || After creating the '''models''', you can see the '''Expand''' button to the left of the '''package'''. |
Expand the '''package''' by clicking on the '''Expand''' button. | Expand the '''package''' by clicking on the '''Expand''' button. | ||
|- | |- | ||
|| Open network model. | || Open network model. | ||
− | || We can see two '''models''' already opened. Click on the '''network''' tab at the top. | + | || We can see two '''models''' already opened. |
+ | |||
+ | Click on the '''network''' tab at the top. | ||
Now let us drag and drop the required components to build the '''network'''. | Now let us drag and drop the required components to build the '''network'''. | ||
+ | |||
+ | I ma closing the '''Messages Browser''' for better view. | ||
|- | |- | ||
|| Open the slides | || Open the slides | ||
'''Slide number 12''' | '''Slide number 12''' | ||
− | || The following are the components required to model | + | || The following are the components required to model '''SMIB system'''. |
− | + | ||
− | + | ||
− | + | ||
+ | * '''Generator (Order VI)''' | ||
+ | * '''Buses''' | ||
+ | * '''Two winding transformer''' | ||
+ | * '''Power System Stabilizer (Order II)''' | ||
|- | |- | ||
|| '''Slide number 13''' | || '''Slide number 13''' | ||
− | || '''Automatic Voltage Regulator | + | || |
+ | *'''Automatic Voltage Regulator (Order III)''' | ||
+ | * '''Power Line''' | ||
* '''Infinite Bus''' | * '''Infinite Bus''' | ||
− | * Power Pin | + | * '''Power Pin''' |
* '''Fault Block''' | * '''Fault Block''' | ||
− | * System Data | + | * '''System Data''' |
− | + | ||
− | + | ||
|- | |- | ||
|| Open OMEdit window | || Open OMEdit window | ||
|| Let’s go back to the '''OMEdit''' window | || Let’s go back to the '''OMEdit''' window | ||
− | + | ||
− | + | ||
− | + | ||
|- | |- | ||
|| Drag and drop all the components | || Drag and drop all the components | ||
− | || Drag and drop all the components required | + | || Drag and drop all the components required on the '''Network''' window as shown. |
|- | |- | ||
|| Drag and drop all the described components | || Drag and drop all the described components | ||
− | || For '''Buses''' navigate to "'''OpenIPSL--> Electrical--> Buses | + | || For '''Buses''' navigate to "'''OpenIPSL--> Electrical--> Buses".''' |
− | Drag and drop the '''Bus''' | + | Drag and drop the '''Bus''' on the '''Modeling''' window of the '''Network'''. |
|- | |- | ||
|| Type name='''Bus 1 >> Ok''' | || Type name='''Bus 1 >> Ok''' | ||
Line 215: | Line 229: | ||
|- | |- | ||
|| Drag and drop the required components on to network model window. | || Drag and drop the required components on to network model window. | ||
− | || For | + | || For two '''winding transformers,''' navigate to "'''OpenIPSL--> Electrical--> Branches--> PSAT-->Two winding transformer'''". |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | For ''' | + | For '''Power Lines''', navigate to "'''OpenIPSL--> Electrical--> Branches--> PwLine'''". |
+ | For '''Infinite Bus''', navigate to "'''OpenIPSL--> Electrical--> Buses--> InfiniteBus'''". | ||
− | For '''Fault Block''' navigate to "'''OpenIPSL--> Electrical--> Events--> PwFault'''". | + | For '''Fault Block''', navigate to "'''OpenIPSL--> Electrical--> Events--> PwFault'''". |
+ | For '''System Data''', navigate to "'''OpenIPSL--> Electrical-->SystemBase'''". | ||
− | |||
|- | |- | ||
− | || | + | || |
− | || | + | || Let us connect the components together according to the single line diagram shown earlier. |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | Let us connect the components together according to the single line diagram shown earlier. | + | |
|- | |- | ||
|| Connect the components as described | || Connect the components as described | ||
Line 243: | Line 249: | ||
|- | |- | ||
|| Connect the components in Network model as shown in SLD. | || Connect the components in Network model as shown in SLD. | ||
− | || Between '''Bus1''' and '''Bus2''' the '''Two winding transformer is''' connected. | + | || Between '''Bus1''' and '''Bus2''', the '''Two winding transformer is''' connected. |
− | + | ||
'''Bus 2''' and '''Bus 3''' are connected via two power lines in parallel. | '''Bus 2''' and '''Bus 3''' are connected via two power lines in parallel. | ||
Line 251: | Line 256: | ||
|| The '''infinite bus''' is connected to '''Bus3.''' | || The '''infinite bus''' is connected to '''Bus3.''' | ||
− | But before that rotate the '''Infinite bus''' component using | + | But before that rotate the '''Infinite bus''' component using "'''Ctrl+R'''" |
|- | |- | ||
|| | || | ||
Line 259: | Line 264: | ||
|| The system data block is placed on the '''Network model plane'''. | || The system data block is placed on the '''Network model plane'''. | ||
− | This provides the system with '''base''' and '''frequency''' for all the | + | This provides the system with '''base''' and '''frequency''' for all the components. |
+ | |||
+ | |- | ||
+ | || | ||
+ | || Let me zoom in for better view. | ||
+ | |||
+ | For this, I am pressing CTRL and Plus symbol simultaneously. | ||
+ | |||
|- | |- | ||
|| Switch to''' Generator model window''' | || Switch to''' Generator model window''' | ||
Line 265: | Line 277: | ||
The '''Generator''' used here is of order six. | The '''Generator''' used here is of order six. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
|| Drag and drop components on to '''Generator modelling window''' | || Drag and drop components on to '''Generator modelling window''' | ||
Line 279: | Line 282: | ||
|- | |- | ||
|| Connect the components as described | || Connect the components as described | ||
− | || For '''Automatic Voltage Regulator (AVR)(Order III) '''navigate to '''"OpenIPSL--> Electrical--> Controls--> PSAT-->AVR-->AVRTypeIII".''' | + | || For '''Automatic Voltage Regulator (AVR)(Order III), '''navigate to '''"OpenIPSL--> Electrical--> Controls--> PSAT-->AVR-->AVRTypeIII".''' |
|- | |- | ||
|| Connect the components as described | || Connect the components as described | ||
− | || For '''Power System Stabilizer (PSS) (Order II) '''navigate to "'''OpenIPSL--> Electrical--> Controls | + | || For '''Power System Stabilizer (PSS) (Order II), '''navigate to "'''OpenIPSL--> Electrical--> Controls--> PSS-->PSSTypeII'''". |
|- | |- | ||
|| Connect the components as described | || Connect the components as described | ||
− | || For '''Generator (Order VI)''' navigate to "'''OpenIPSL--> Electrical--> Machines | + | || For '''Generator (Order VI)''', navigate to "'''OpenIPSL--> Electrical--> Machines--> Order6'''". |
|- | |- | ||
|| Connect the components as described | || Connect the components as described | ||
− | || For Power Pin navigate to "'''OpenIPSL--> Interfaces--> PwPin'''". | + | || For '''Power Pin''' navigate to "'''OpenIPSL--> Interfaces--> PwPin'''". |
− | This Power Pin acts as an interface between the '''Generator''' and '''Network models'''. | + | This '''Power Pin''' acts as an interface between the '''Generator''' and '''Network models'''. |
|- | |- | ||
− | || | + | || |
|| Adjust and resize the components as shown to make it look better. | || Adjust and resize the components as shown to make it look better. | ||
+ | |||
+ | The generator used here is of order six. | ||
+ | |||
+ | '''PSS''' and '''AVR''' is connected to the generator to achieve required control. | ||
+ | |||
+ | '''AVR''' controls the field voltage of the generator taking the generator terminal voltage as input. | ||
+ | |||
+ | '''PSS''' takes rotor speed as the input and feds '''AVR''' | ||
+ | |||
|- | |- | ||
− | || | + | || |
|| Let us connect the components. | || Let us connect the components. | ||
+ | Let me zoom in for better view. | ||
− | The '''AVR''' takes the '''generator terminal voltage''' as input i.e. '''Generator "V" '''is connected to '''AVRTypeIII "v"''' | + | |- |
+ | || | ||
+ | || The '''AVR''' takes the '''generator terminal voltage''' as input i.e. '''Generator "V" '''is connected to '''AVRTypeIII "v"''' | ||
The '''Initial Field voltage (Vf0)''' of the '''generator''' is given to '''AVRTypeIII''' as input. | The '''Initial Field voltage (Vf0)''' of the '''generator''' is given to '''AVRTypeIII''' as input. | ||
Line 307: | Line 322: | ||
|- | |- | ||
|| Point to '''PSS input signal''' | || Point to '''PSS input signal''' | ||
− | || | + | || '''PSS input signal '''is connected to ''''w'(Rotor speed)''' of the '''generator'''. |
|- | |- | ||
|| Point to the output of '''PSS ''' | || Point to the output of '''PSS ''' | ||
− | || The output | + | || The output '''PSS''' is fed to '''"Vs" '''of the '''AVRTypeIII'''. |
|- | |- | ||
|| Point to the connection | || Point to the connection | ||
− | || The '''Mechanical''' power is not controlled here | + | || The '''Mechanical''' power is not controlled here. |
+ | |||
+ | So '''Pm''' and '''Pm0''' of the '''generator''' are connected together. | ||
|- | |- | ||
|| Point to '''PwPin''' | || Point to '''PwPin''' | ||
|| The Power '''pin''' of the '''generator''' is connected to '''PwPin'''. | || The Power '''pin''' of the '''generator''' is connected to '''PwPin'''. | ||
|- | |- | ||
− | || | + | || |
− | || | + | || I am closing the '''Libraries Browser'''. |
|- | |- | ||
|| Shift to '''Icon view''' of the''' Generator model''' | || Shift to '''Icon view''' of the''' Generator model''' | ||
− | || Now shift to the icon view using the "'''Icon View'''" | + | || Now shift to the icon view using the "'''Icon View'''" which is at the top left corner of the '''Generator Model''' window. |
− | + | ||
− | + | ||
− | + | ||
|- | |- | ||
|| | || | ||
Line 334: | Line 348: | ||
|- | |- | ||
|| Drag the cursor to draw a circle | || Drag the cursor to draw a circle | ||
− | || After selecting | + | || After selecting ellipse, click on the top left corner and drag the cursor to draw a circle. |
|- | |- | ||
|| '''Shift to network window and drag and drop Generator model onto it''' | || '''Shift to network window and drag and drop Generator model onto it''' | ||
|| Now let us go back to our '''network modelling''' window. | || Now let us go back to our '''network modelling''' window. | ||
+ | |||
+ | Let me open the '''Libraries Browser''' window. | ||
Here drag and drop the '''Generator model''' in your '''package'''. | Here drag and drop the '''Generator model''' in your '''package'''. | ||
− | |||
− | |||
|- | |- | ||
|| | || | ||
− | || Navigate to "'''SMIB_Controlled-->Generator'''" | + | || Navigate to "'''SMIB_Controlled-->Generator'''" |
+ | |||
+ | I am closing '''Libraries Browser''' for better view. | ||
+ | |||
+ | Now connect it to '''Bus1'''. | ||
This makes the connections complete. | This makes the connections complete. | ||
|- | |- | ||
|| | || | ||
− | || | + | || Before simulating the model, save it to a desired location. |
+ | For this, I am pressing CTRL+S and then a pop up opens up. | ||
Select the desired location and save it. | Select the desired location and save it. | ||
+ | |||
+ | |- | ||
+ | || | ||
+ | ||This brings us to the end of this tutorial. | ||
|- | |- | ||
|| '''Slide Number 14''' | || '''Slide Number 14''' | ||
Summary | Summary | ||
− | || | + | || Let us now summarize. |
− | + | ||
− | + | ||
− | Let us now summarize. | + | |
In this tutorial, we have learnt: | In this tutorial, we have learnt: | ||
− | + | * What is a '''controlled SMIB''' | |
− | * What is a '''controlled SMIB | + | |
* How to '''model''' a '''controlled SMIB system''' | * How to '''model''' a '''controlled SMIB system''' | ||
− | * | + | * Setting up the components |
|- | |- | ||
Line 374: | Line 393: | ||
Assignment | Assignment | ||
− | || As an assignment:* We recommend that you take an example '''network''' from any textbook or publications. | + | || As an assignment: |
− | * | + | |
+ | * We recommend that you take an example '''network''' from any textbook or publications. | ||
+ | * Enter the power flow data, then simulate and explore the results | ||
|- | |- | ||
|| '''Slide Number 16''' | || '''Slide Number 16''' | ||
Line 417: | Line 438: | ||
|| The '''FOSSEE ''' team coordinates the '''TBC '''project. | || The '''FOSSEE ''' team coordinates the '''TBC '''project. | ||
− | For more details, please visit | + | For more details, please visit this sites. |
|- | |- | ||
|| '''Slide Number 22''' | || '''Slide Number 22''' | ||
Line 432: | Line 453: | ||
|- | |- | ||
|| '''Acknowledgements''' | || '''Acknowledgements''' | ||
− | || We acknowledge the contributions made by Prof. Luigi Vanfretti and | + | || We acknowledge the contributions made by Prof. Luigi Vanfretti and Biswarup for the models used in this series. |
|- | |- | ||
|| '''Slide Number 24''' | || '''Slide Number 24''' | ||
Thanks | Thanks | ||
− | || This | + | || This is Samboju Sai Kiran. Signing off. |
− | Thank you for joining. | + | Thank you for joining. |
|- | |- | ||
|} | |} |
Revision as of 17:03, 26 September 2019
Visual Cue | Narration |
Slide Number 1 | Welcome to the Spoken Tutorial on Modelling of a SMIB system using OpenIPSL. |
Slide Number 2
Learning Objectives |
In this tutorial, we will learn:
|
Slide Number 3
|
To record this tutorial, I am using
Also use latest version of OpenIPSL to avoid compatibility issues. I am using OpenIPSL version 1.5.0. The process demonstrated in this tutorial is identical in other OS also such as-
|
Slide Number 4
Prerequisites |
To follow this tutorial, you should have knowledge of:
For relevant OpenModelica tutorials, please visit our website. |
Slide Number 5
Modelling of a SMIB system using OpenIPSL |
Earlier in this series, we have already seen how to
|
Slide Number 6
What is a controlled SMIB system? |
In this tutorial, we’ll learn how to model a SMIB.
|
Before getting started we will briefly learn about Automatic Voltage Regulator (AVR) and Power System Stabilizer (PSS.) | |
Slide Number 7
What is a controlled SMIB system? |
Automatic Voltage Regulator(AVR)
|
Slide Number 8
What is a controlled SMIB system? |
Power System Stabilizer(PSS)
|
Slide Number 9
What is a controlled SMIB system? |
Optimal tuning of AVR controller and PSS parameters is necessary.
This is to obtain better voltage regulation and oscillation damping in the system. |
Slide Number 10
How to model a SMIB system? |
Before launching OMEdit let us look at Single Line Diagram(SLD) of SMIB system. |
Slide Number 11
How to model a SMIB system? |
This SLD helps us to get an overview of our system. |
Launch OMEdit | Now let us launch OMEdit. |
Open OpenModelica and OpenIPSL | Once OMEdit is launched, we will create a new Modelica Package.
Before creating it, let me include the OpenIPSL library. As demonstrated earlier in the series, navigate to “File” --> “system libraries” --> “OpenIPSL”. |
Highlight and click on the icon which is below the file to the top left corner . | To create a new "Modelica Package", click on the icon at the top left corner below the file.
We see a pop-up window. |
Point at the name column. | Now type the desired name in the Name column.
While entering the name make sure there are no spaces and the name doesn't start with a number. It also doesn't accept any special characters. |
Create a package with the name “SMIB_Controlled”
Highlight the package in libraries column. |
Now I will type the name as "SMIB_Controlled".
In the Specialization column dropdown, select Package and click Ok. We can see a package in the Libraries Browser column. Under this package, we will create the models. |
We have to create two models under this package
1. Network. 2. Generator. | |
Create two models under the main package.
Click on "New Modelica class" >> type name="Network" and Specialization="Model". |
Now to create the models, right-click on the SMIB_Controlled package.
And click on "New Modelica class". We see a pop up window. Type the name as "Network" and Specialization as "Model". |
Highlight the class column SMIB_Controlled
Click on "OK". |
Here we can see that the Insert in class column is automatically filled as "SMIB_Controlled".
This is because we are inserting this model in the SMIB_Controlled package. Click on "OK". |
Repeat the above procedure. | Now follow the same procedure to create Generator model.
While doing so, type the name of the model as “Generator”. |
Point to the Expand button >> click on it | After creating the models, you can see the Expand button to the left of the package.
Expand the package by clicking on the Expand button. |
Open network model. | We can see two models already opened.
Click on the network tab at the top. Now let us drag and drop the required components to build the network. I ma closing the Messages Browser for better view. |
Open the slides
Slide number 12 |
The following are the components required to model SMIB system.
|
Slide number 13 |
|
Open OMEdit window | Let’s go back to the OMEdit window |
Drag and drop all the components | Drag and drop all the components required on the Network window as shown. |
Drag and drop all the described components | For Buses navigate to "OpenIPSL--> Electrical--> Buses".
Drag and drop the Bus on the Modeling window of the Network. |
Type name=Bus 1 >> Ok | Then type the component name as Bus 1 and click on Ok. |
We require three Buses as mentioned earlier in the requirements. | |
Repeat for Bus 2 and Bus 3 | Now do the same for Bus 2 and Bus 3. |
Drag and drop all the described components | In a similar manner, drag and drop all the required components. |
Drag and drop the required components on to network model window. | For two winding transformers, navigate to "OpenIPSL--> Electrical--> Branches--> PSAT-->Two winding transformer".
For Power Lines, navigate to "OpenIPSL--> Electrical--> Branches--> PwLine". For Infinite Bus, navigate to "OpenIPSL--> Electrical--> Buses--> InfiniteBus". For Fault Block, navigate to "OpenIPSL--> Electrical--> Events--> PwFault". For System Data, navigate to "OpenIPSL--> Electrical-->SystemBase". |
Let us connect the components together according to the single line diagram shown earlier. | |
Connect the components as described | To connect two components, click on the pwpin of the first component.
Drag and click on the second pwpin as shown. |
Connect the components in Network model as shown in SLD. | Between Bus1 and Bus2, the Two winding transformer is connected.
Bus 2 and Bus 3 are connected via two power lines in parallel. |
Connect the components in Network model as shown in SLD. | The infinite bus is connected to Bus3.
But before that rotate the Infinite bus component using "Ctrl+R" |
The Power Fault block is connected to Bus 2. | |
Connect the components in Network model as shown in SLD. | The system data block is placed on the Network model plane.
This provides the system with base and frequency for all the components. |
Let me zoom in for better view.
For this, I am pressing CTRL and Plus symbol simultaneously. | |
Switch to Generator model window | The Network is connected now and let us go to the Generator modelling window.
The Generator used here is of order six. |
Drag and drop components on to Generator modelling window | Now let us drag and drop PSS, AVR and Generator on to the Generator modelling window. |
Connect the components as described | For Automatic Voltage Regulator (AVR)(Order III), navigate to "OpenIPSL--> Electrical--> Controls--> PSAT-->AVR-->AVRTypeIII". |
Connect the components as described | For Power System Stabilizer (PSS) (Order II), navigate to "OpenIPSL--> Electrical--> Controls--> PSS-->PSSTypeII". |
Connect the components as described | For Generator (Order VI), navigate to "OpenIPSL--> Electrical--> Machines--> Order6". |
Connect the components as described | For Power Pin navigate to "OpenIPSL--> Interfaces--> PwPin".
This Power Pin acts as an interface between the Generator and Network models. |
Adjust and resize the components as shown to make it look better.
The generator used here is of order six. PSS and AVR is connected to the generator to achieve required control. AVR controls the field voltage of the generator taking the generator terminal voltage as input. PSS takes rotor speed as the input and feds AVR | |
Let us connect the components.
Let me zoom in for better view. | |
The AVR takes the generator terminal voltage as input i.e. Generator "V" is connected to AVRTypeIII "v"
The Initial Field voltage (Vf0) of the generator is given to AVRTypeIII as input. | |
The output "Vf" of AVRTypeIII is connected to input "Vf" of the generator. | |
Point to PSS input signal | PSS input signal is connected to 'w'(Rotor speed) of the generator. |
Point to the output of PSS | The output PSS is fed to "Vs" of the AVRTypeIII. |
Point to the connection | The Mechanical power is not controlled here.
So Pm and Pm0 of the generator are connected together. |
Point to PwPin | The Power pin of the generator is connected to PwPin. |
I am closing the Libraries Browser. | |
Shift to Icon view of the Generator model | Now shift to the icon view using the "Icon View" which is at the top left corner of the Generator Model window. |
Here I will use a circle to represent my generator and its controls. | |
Select the ellipse | Select the ellipse at the top toolbar to draw a circle as shown. |
Drag the cursor to draw a circle | After selecting ellipse, click on the top left corner and drag the cursor to draw a circle. |
Shift to network window and drag and drop Generator model onto it | Now let us go back to our network modelling window.
Let me open the Libraries Browser window. Here drag and drop the Generator model in your package. |
Navigate to "SMIB_Controlled-->Generator"
I am closing Libraries Browser for better view. Now connect it to Bus1. This makes the connections complete. | |
Before simulating the model, save it to a desired location.
For this, I am pressing CTRL+S and then a pop up opens up. Select the desired location and save it. | |
This brings us to the end of this tutorial. | |
Slide Number 14
Summary |
Let us now summarize.
In this tutorial, we have learnt:
|
Slide Number 15
Assignment |
As an assignment:
|
Slide Number 16
Power System Simulation Project |
The FOSSEE team invites contributions to develop power system networks using OpenIPSL library.
For more details, please visit this site. |
Slide Number 17
About the Spoken Tutorial Project |
The video at the following link summarises the Spoken Tutorial project.
Please download and watch it. |
Slide Number 18
Spoken Tutorial Workshops |
We conduct workshops using Spoken Tutorials and give certificates.
Please contact us. |
Slide Number 19
Forum slide |
Please post your timed queries in this forum |
Slide Number 20
Forum for specific questions: |
Please post your general queries in this forum |
Slide Number 21
Textbook Companion Project |
The FOSSEE team coordinates the TBC project.
For more details, please visit this sites. |
Slide Number 22
Lab Migration Project |
The FOSSEE team helps migrate commercial simulator labs to OpenModelica.
For more details, please visit this site. |
Slide Number 23
Acknowledgements |
Spoken Tutorial and FOSSEE projects are funded by NMEICT, MHRD, Government of India. |
Acknowledgements | We acknowledge the contributions made by Prof. Luigi Vanfretti and Biswarup for the models used in this series. |
Slide Number 24
Thanks |
This is Samboju Sai Kiran. Signing off.
Thank you for joining. |