Design and Hardware Implementation of a Supervisory Controller for a Wind Power Turbine

Size: px
Start display at page:

Download "Design and Hardware Implementation of a Supervisory Controller for a Wind Power Turbine"

Transcription

1 ECE 4600 Group Design Project Proposal Group 09 Design and Hardware Implementation of a Supervisory Controller for a Wind Power Turbine Supervisors Annakkage, Udaya D., P.Eng McNeill, Dean, P.Eng Bagen Bagen, Dr. Group Members Alimujiang, Abulizijiang Gill, Ajaypal Przybytkowski, Daniel Uppal, Laraib Date of Submission September 26, 2014

2 Contents 1 Introduction Project Details Specifications Wind Turbine Transformers Transmission Line Operation Under Normal Conditions Operation Under Fault Condition Development Kit Division of Labour Gantt Chart Budget Conclusion References 10

3 1 Introduction The demand for clean energy production is rapidly increasing across the globe due to climate change and environmental concerns. Wind energy is a renewable energy source that has significant environmental benefits, such as zero greenhouse gas emissions and minimal ecological impact. From 2000 to 2012, global wind energy production has grown by an average rate of 24% per year [1]. In a modern wind power plant, a supervisory controller is used to control the operation of multiple wind turbines. The objective of this project is to design a supervisory controller for a single Type-3 2MW rated wind turbine. The supervisory controller will control the power output of the turbine through the regulation of rotor speed and rotor blade pitch angle. Under normal operation conditions, the controller will monitor wind speed, and the turbine will generate power in accordance with the typical power curve of a Type-3 wind turbine. According to the Canadian Grid Code for Wind Development [2], the controller will carry out Low Voltage Ride-Through (LVRT) under fault condition. The supervisory controller will control the turbine of the wind power system designed for this project shown in Figure 1. Fig. 1: Wind Power System Diagram The supervisory controller will be simulated in RSCAD as well as implemented in hardware. The hardware controller will interface with the Real Time Digital Simulator (RTDS) simulating real world conditions, and a comparison of the performance of the simulated controller and the hardware controller will be carried out.

4 2 Project Details 2 Project Details The project is divided into four main components: literature review, the RSCAD simulation, hardware implementation, and testing. The literature review is a vital component of the project because it will provide the group members with the necessary background knowledge required about the functions of a supervisory controller within a wind power plant. In order to simulate the supervisory controller in RSCAD, the team will partake in multiple RSCAD tutorials. The development kit will be selected during the early stages of the project to allow familiarization with the Integrated Development Environment. The software simulation and hardware implementation of the supervisory controller will be carried out in a parallel manner. The hardware controller will be interfaced with the RSCAD simulation of the wind power system shown in Figure 1 using RTDS. The performance of the both the software and hardware supervisory controllers will be evaluated based on the specifications given in Section 3.4 and Specifications The specifications for each part of the wind power system as seen in Figure 1 are outlined in the following sections. This includes the wind turbine, transformers, and the transmission line. The operation of the system under normal conditions and fault condition are also specified, as well as the requirements for choosing a development kit. 3.1 Wind Turbine The turbine used for this project is a Type-3 model most commonly used in modern wind power plants. As per Udaya D. Annakkage s request, the turbine will be rated at 2MW, operating at 60Hz, and must be variable speed and able to be pitch regulated. Having met the requirements, the turbine selected for this project will be modeled after the V MW manufactured by Vestas. A summary of the turbine parameters is provided in the Table

5 3 Specifications Table 1: Wind Turbine Parameters [3] Parameter Value or Range Rated Power 2 MW Blade Length 54 m Rotor Radius 55 m Cut-in Wind Speed 3 m/s Rated Wind Speed 11.5 m/s Cut-out Wind Speed 20 m/s Power Coefficient Air Density kg/m3 3.2 Transformers There are two transformers required for the wind turbine system model. The first 3-phase transformer will connected to the Doubly Fed Induction Generator (DFIG) as shown in Figure 1. The transformer will step up the generated voltage from 690V to 33kV. The second 3-phase transformer steps up the 33kV to 230kV, connecting the system to the strong grid through a transmission line [4]. 3.3 Transmission Line The generated voltage from the wind turbine is connected to the strong grid through a transmission line. The parameters for the transmission line used in the RSCAD simulation are seen in Table 2. Due to computational limitations of RSCAD, the transmission line must be greater than 15 kilometers

6 3 Specifications Table 2: Transmission Line Parameters [4] Parameter Line Resistance Line Inductance Line Capacitance Line Length Value or Range 0.05 Ω /km 1.30 mh/km F/km >15km 3.4 Operation Under Normal Conditions The supervisory controller must control operation of the turbine under normal conditions based on the power curve of the V MW [3] shown in Figure 2. For wind speeds under 3 m/s, the turbine will be stalled. At the cut-in wind speed of 3 m/s up to the rated wind speed of 11.5 m/s, the turbine will operate at a constant tip to speed ratio through the control of rotor speed. From the rated wind speed of 11.5 m/s to the cut-out wind speed of 20 m/s, the pitch angle of the turbine will be controlled to maintain a constant rated power of 2MW. Due to engineering design limits and safety constraints, the turbine will be stalled at wind speeds above 20 m/s. Fig. 2: Power Curve of the V MW Turbine [3] - 4 -

7 3 Specifications 3.5 Operation Under Fault Condition According to the Canadian Grid Code for Wind Development, the wind turbines must adhere to the LVRT curve as shown in Figure 3 [2]. When a fault occurs, the wind turbine will continue operating for a period of 150ms after which the turbine must be stalled. After a total duration of 3 seconds after a fault has occurred, the system will check for an 85% or greater recovery of voltage. If the voltage has recovered to the 85% or greater level, the turbine will be re-connected to the system. However, should this threshold not be met after the 3 second time interval, the system will remain stalled. In the wind power system illustrated in Figure 1, a 3-phase line to ground fault will be applied on the transmission line after the 33kV/230kV transformer to simulate a worst-case fault scenario. The supervisory controller will control the system to adhere to the LVRT specifications of the Canadian grid code. Fig. 3: Low-Voltage Ride-Through [2] - 5 -

8 3 Specifications 3.6 Development Kit The specifications for the selection of a development kit are summarized in Table 3. The Arduino Due was selected as the base design product meeting the minimum requirements shown in Table 3. The Arduino Due operates at a clock speed of 84 MHz, has 12 analog inputs and 2 analog outputs at 3.3V [5]. The Digital to Analog Converter (DAC) MAX520BCPE+-ND was selected in order to provide aditional analog outputs. Table 3: Development Kit Specifications Parameter Description Value or Range Clock Speed Number of Analog Inputs Number of Analog Outputs Operating Voltage Analog inputs are not read simultaneously. In order to monitor each input at a minimum rate of 1000 samples/sec, as well as compute and execute commands, a development kit that can operate at 10 MHz or greater was suggested by Dean McNeill. Required signals to be monitored are 3-phase current, 3-phase voltage, torque, and wind speed. Required output signals are rotor reference speed, brakes, pitch angle, and possible turbine speed control. Should the development kit not provide analog output, DACs will be used. The Giga-Transceiver Analogue Output and Input cards connected to RTDS have an analog maximum voltage rating of 10V. 10+ MHz > V - 6 -

9 4 Division of Labour 4 Division of Labour The parallel nature of software simulation and hardware implementation will allow each team member to gain a better understanding of each component of the project. The simultaneous approach reduces the dependency of implementing the hardware supervisory controller solely upon the successful completion of the software simulation. A summary of the project milestones and tasks is provided in Table 4. Table 4: Milestones, Tasks, and Division of Labour Milestone Tasks Individual in Charge Literature Review RSCAD Simulation Hardware Implementation Wind Power Turbines and Generation Turbine Operation Under Normal Conditions Turbine Operation Under Fault Condition Familiarization With RTDS Tutorial on RSCAD Simulation of System Excluding Supervisory Controller Design Supervisory Controller Design Supervisory Controller For Normal Conditions Design Supervisory Controller For Fault Condition Select Development Kit Learn Integrated Development Environment Program Supervisory Controller For Normal Conditions Program Supervisory Controller For Fault Condition Interface With RTDS Group Group Group Group Group Ajaypal, Laraib Ajaypal, Laraib Ajaypal Laraib Alimujiang, Daniel Alimujiang, Daniel Daniel Alimujiang Alimujiang, Daniel Testing Working Test of RSCAD Simulation Ajaypal, Laraib Working Test of Hardware Implementation Comparison Between RSCAD Simulation And Hardware Alimujiang, Daniel Group - 7 -

10 5 Gantt Chart 5 Gantt Chart Fig. 4: Project Gantt Chart - 8 -

11 6 Budget 6 Budget The total expected cost is $ out of the budget of $400 that is allocated for capstone design project. The only cost comes from ordering one Arduino Due and two MAX520BCPE+-ND DACs, both supplied by Digikey. An overhead cost of 20% has been included to cover costs of components supplied by the tech shop. Should the Arduino Due not be suffiecient, $200 has been allocated for the selection of a replacement development kit. Fig. 5: Project budget 7 Conclusion The objective of this project is to design a supervisory controller to control Type-3 2MW rated wind turbine. The supervisory controller will control the turbine operation under normal operation and fault condition. The supervisory controller will be simulated in RSCAD as well as implemented in hardware. The project is expected to fulfill the requirements and be completed as scheduled

12 REFERENCES References [1] I. E. Agency. (2013) Technology Road Map Wind Energy (2013 Edition). [Online]. Available: technology-roadmap-wind-energy edition.html [2] G. Hassan. (2005) Canadian Grid Code for Wind Development- Review and Recommendations (2005 Edition). [Online]. Available: sciences-technology/renewable/smart-grid/6081 [3] Vestas. (2013) 2 MW Platform (2013 Edition). [Online]. Available: energy/publications/sciences-technology/renewable/smart-grid/6081 [4] D. H. R. Suriyaarachach, Sub-synchronous Interactions in a Wind Integrated Power System, Ph.D. dissertation, University of Manitoba, Winnipeg, MB, [5] Arduino. (2014) Arduino Due Summary (2014). [Online]. Available: Main/ArduinoBoardDue

(by authors Jouko Niiranen, Slavomir Seman, Jari-Pekka Matsinen, Reijo Virtanen, and Antti Vilhunen)

(by authors Jouko Niiranen, Slavomir Seman, Jari-Pekka Matsinen, Reijo Virtanen, and Antti Vilhunen) Technical Paper: Low voltage ride-through testing of wind turbine converters at ABB helps wind turbines meet the requirements of IEC 61400-21 more quickly (by authors Jouko Niiranen, Slavomir Seman, Jari-Pekka

More information

EE 742 Chap. 7: Wind Power Generation. Y. Baghzouz

EE 742 Chap. 7: Wind Power Generation. Y. Baghzouz EE 742 Chap. 7: Wind Power Generation Y. Baghzouz Wind Energy 101: See Video Link Below http://energy.gov/eere/videos/energy-101- wind-turbines-2014-update Wind Power Inland and Offshore Growth in Wind

More information

Implementation of a Grid Connected Solar Inverter with Maximum Power Point Tracking

Implementation of a Grid Connected Solar Inverter with Maximum Power Point Tracking ECE 4600 GROUP DESIGN PROJECT PROGRESS REPORT GROUP 03 Implementation of a Grid Connected Solar Inverter with Maximum Power Point Tracking Authors Radeon Shamilov Kresta Zumel Valeria Pevtsov Reza Fazel-Darbandi

More information

EE 742 Chap. 7: Wind Power Generation. Y. Baghzouz Fall 2011

EE 742 Chap. 7: Wind Power Generation. Y. Baghzouz Fall 2011 EE 742 Chap. 7: Wind Power Generation Y. Baghzouz Fall 2011 Overview Environmental pressures have led many countries to set ambitious goals of renewable energy generation. Wind energy is the dominant renewable

More information

RTDS Training course of IEPG

RTDS Training course of IEPG RTDS Training course of IEPG DAY 4 : Modelling wind turbine type 3 and type 4 COORDINATOR: DR. IR. J.L. RUEDA TORRES RESPONSIBLE FOR LAB INSTRUCTIONS: DR.IR DA WANG February 28, 2018 Preamble Due to the

More information

Wind Generation and its Grid Conection

Wind Generation and its Grid Conection Wind Generation and its Grid Conection J.B. Ekanayake PhD, FIET, SMIEEE Department of Electrical and Electronic Eng., University of Peradeniya Content Wind turbine basics Wind generators Why variable speed?

More information

Journal of American Science 2015;11(11) Integration of wind Power Plant on Electrical grid based on PSS/E

Journal of American Science 2015;11(11)   Integration of wind Power Plant on Electrical grid based on PSS/E Integration of wind Power Plant on Electrical grid based on PSS/E S. Othman ; H. M. Mahmud 2 S. A. Kotb 3 and S. Sallam 2 Faculty of Engineering, Al-Azhar University, Cairo, Egypt. 2 Egyptian Electricity

More information

CHAPTER 5 FAULT AND HARMONIC ANALYSIS USING PV ARRAY BASED STATCOM

CHAPTER 5 FAULT AND HARMONIC ANALYSIS USING PV ARRAY BASED STATCOM 106 CHAPTER 5 FAULT AND HARMONIC ANALYSIS USING PV ARRAY BASED STATCOM 5.1 INTRODUCTION Inherent characteristics of renewable energy resources cause technical issues not encountered with conventional thermal,

More information

Modelling and Simulation of DFIG based wind energy system

Modelling and Simulation of DFIG based wind energy system International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 11, Issue 10 (October 2015), PP.69-75 Modelling and Simulation of DFIG based wind

More information

Workshop on Grid Integration of Variable Renewable Energy: Part 1

Workshop on Grid Integration of Variable Renewable Energy: Part 1 Workshop on Grid Integration of Variable Renewable Energy: Part 1 System Impact Studies March 13, 2018 Agenda Introduction Methodology Introduction to Generators 2 Introduction All new generators have

More information

Possibilities of Distributed Generation Simulations Using by MATLAB

Possibilities of Distributed Generation Simulations Using by MATLAB Possibilities of Distributed Generation Simulations Using by MATLAB Martin Kanálik, František Lizák ABSTRACT Distributed sources such as wind generators are becoming very imported part of power system

More information

Wind Turbine Generator System. General Specification for HQ2000

Wind Turbine Generator System. General Specification for HQ2000 Wind Turbine Generator System General Specification for HQ2000 April 15, 2010 Hyundai Heavy Industries Co., Ltd Electro Electric Systems h t t p : / / w w w. h y u n d a i - e l e c. c o. k r 1. General

More information

DFIG Wind Turbine Modeling

DFIG Wind Turbine Modeling DFIG Wind Turbine Modeling Team Power Team Drew McKinnon Cody Swisher Tiras Newman Andy Miles Professors: Dr. Herbert Hess Dr. Brian Johnson Dr. Feng Li Sponsor: SEL Dr. Normann Fishcher Student Mentors:

More information

Squirrel cage induction generator based wind farm connected with a single power converter to a HVDC grid. Lluís Trilla PhD student

Squirrel cage induction generator based wind farm connected with a single power converter to a HVDC grid. Lluís Trilla PhD student Squirrel cage induction generator based wind farm connected with a single power converter to a HVDC grid Lluís Trilla PhD student Current topology of wind farm Turbines are controlled individually Wind

More information

FAULT ANALYSIS OF AN ISLANDED MICRO-GRID WITH DOUBLY FED INDUCTION GENERATOR BASED WIND TURBINE

FAULT ANALYSIS OF AN ISLANDED MICRO-GRID WITH DOUBLY FED INDUCTION GENERATOR BASED WIND TURBINE FAULT ANALYSIS OF AN ISLANDED MICRO-GRID WITH DOUBLY FED INDUCTION GENERATOR BASED WIND TURBINE Yunqi WANG, B.T. PHUNG, Jayashri RAVISHANKAR School of Electrical Engineering and Telecommunications The

More information

LECTURE 19 WIND POWER SYSTEMS. ECE 371 Sustainable Energy Systems

LECTURE 19 WIND POWER SYSTEMS. ECE 371 Sustainable Energy Systems LECTURE 19 WIND POWER SYSTEMS ECE 371 Sustainable Energy Systems 1 GENERATORS Blades convert the wind kinetic energy to a shaft power to spin a generator and produce electricity A generator has two parts

More information

ASSESSING BEHAVOIR OF THE OUTER CROWBAR PROTECTION WITH THE DFIG DURING GRID FAULT

ASSESSING BEHAVOIR OF THE OUTER CROWBAR PROTECTION WITH THE DFIG DURING GRID FAULT 2 nd International Conference on Energy Systems and Technologies 18 21 Feb. 2013, Cairo, Egypt ASSESSING BEHAVOIR OF THE OUTER CROWBAR PROTECTION WITH THE DFIG DURING GRID FAULT Mohamed Ebeed 1, Omar NourEldeen

More information

CHAPER 5 POWER FLOW STUDY IN THE INTEGRATED GRID NETWORK

CHAPER 5 POWER FLOW STUDY IN THE INTEGRATED GRID NETWORK 91 CHAPER 5 POWER FLOW STUDY IN THE INTEGRATED GRID NETWORK CHAPTER CONTENTS: 5.1 INTRODUCTION 5.2 CONDUCTION OF VARIOUS POWER FLOW STUDIES ON THE MODEL 5.3 EXPERIMENTS CONDUCTED FOR VARIOUS POWER FLOW

More information

EPE97 OPTIMIZED DESIGN OF VARIABLE-SPEED DRIVES BASED ON NUMERICAL SIMULATION

EPE97 OPTIMIZED DESIGN OF VARIABLE-SPEED DRIVES BASED ON NUMERICAL SIMULATION EPE97 OPTIMIZED DESIGN OF VARIABLE-SPEED DRIVES BASED ON NUMERICAL SIMULATION J.-J.Simond*, A.Sapin**, B.Kawkabani*, D.Schafer***, M.Tu Xuan*, B.Willy*** *Swiss Federal Institute of Technology, Electrical

More information

J.-J.Simond*, A.Sapin**, B.Kawkabani*, D.Schafer***, M.Tu Xuan*, B.Willy***

J.-J.Simond*, A.Sapin**, B.Kawkabani*, D.Schafer***, M.Tu Xuan*, B.Willy*** EPE97 OPTIMIZED DESIGN OF VARIABLE-SPEED DRIVES BASED ON NUMERICAL SIMULATION J.-J.Simond*, A.Sapin**, B.Kawkabani*, D.Schafer***, M.Tu Xuan*, B.Willy*** *Swiss Federal Institute of Technology, Electrical

More information

UNC-Charlotte's Power Engineering Teaching lab

UNC-Charlotte's Power Engineering Teaching lab 1 UNC-Charlotte's Power Engineering Teaching lab B. Chowdhury Panel Session Title: Existing and Proposed Power Systems Laboratories for the Undergraduate Curriculum PES GM 2015 2 Outline Background - Energy

More information

Manitoba Hydro Generation Interconnection Exploratory Study Notice September 28, 2006

Manitoba Hydro Generation Interconnection Exploratory Study Notice September 28, 2006 Manitoba Hydro Generation Interconnection Exploratory Study Notice September 28, 2006 As per the Manitoba Hydro Open Access Interconnection Tariff, the Transmission Owner has contracted TransGrid Solutions

More information

Studies regarding the modeling of a wind turbine with energy storage

Studies regarding the modeling of a wind turbine with energy storage Studies regarding the modeling of a wind turbine with energy storage GIRDU CONSTANTIN CRISTINEL School Inspectorate of County Gorj, Tg.Jiu, Meteor Street, nr. ROMANIA girdu23@yahoo.com Abstract: This paper

More information

Doubly fed electric machine

Doubly fed electric machine Doubly fed electric machine Doubly fed electric machines are electric motors or electric generators that have windings on both stationary and rotating parts, where both windings transfer significant power

More information

Contemporary technological solutions

Contemporary technological solutions Contemporary technological solutions ATOMEXPO-2018. 15 MAY. ROUND TABLE RUSSIA'S OPPORTUNITIES IN NEW POWER GENERATION To enable energy transformation Enver Shulgin, Vice President, Local Division Manager,

More information

Comparative Analysis of Integrating WECS with PMSG and DFIG Models connected to Power Grid Pertaining to Different Faults

Comparative Analysis of Integrating WECS with PMSG and DFIG Models connected to Power Grid Pertaining to Different Faults IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 12, Issue 3 Ver. II (May June 2017), PP 124-129 www.iosrjournals.org Comparative Analysis

More information

Using energy storage for modeling a stand-alone wind turbine system

Using energy storage for modeling a stand-alone wind turbine system INTERNATIONAL JOURNAL OF ENERGY and ENVIRONMENT Volume, 27 Using energy storage for modeling a stand-alone wind turbine system Cornel Bit Abstract This paper presents the modeling in Matlab-Simulink of

More information

PSO project EaseWind Enhanced ancillary services from Wind Power Plants. Anca D. Hansen DTU Wind Energy

PSO project EaseWind Enhanced ancillary services from Wind Power Plants. Anca D. Hansen DTU Wind Energy PSO project EaseWind Enhanced ancillary services from Wind Power Plants Anca D. Hansen DTU Wind Energy Background PSO project EaseWind (2011-2014) Enhanced Ancillary Services from Wind Power Plants Partners:

More information

Evaluation of the Performance of Back-to-Back HVDC Converter and Variable Frequency Transformer for Power Flow Control in a Weak Interconnection

Evaluation of the Performance of Back-to-Back HVDC Converter and Variable Frequency Transformer for Power Flow Control in a Weak Interconnection Evaluation of the Performance of Back-to-Back HVDC Converter and Variable Frequency Transformer for Power Flow Control in a Weak Interconnection B. Bagen, D. Jacobson, G. Lane and H. M. Turanli Manitoba

More information

Temporary Rotor Inertial Control of Wind Turbine to Support the Grid Frequency Regulation

Temporary Rotor Inertial Control of Wind Turbine to Support the Grid Frequency Regulation Temporary Rotor Inertial Control of Wind Turbine to Support the Grid Frequency Regulation Bing Liu, Kjetil Uhlen, Tore Undeland Department of Electric Power Engineering, NTNU The 9th Deep Sea Offshore

More information

POWER QUALITY IMPROVEMENT BASED UPQC FOR WIND POWER GENERATION

POWER QUALITY IMPROVEMENT BASED UPQC FOR WIND POWER GENERATION International Journal of Latest Research in Science and Technology Volume 3, Issue 1: Page No.68-74,January-February 2014 http://www.mnkjournals.com/ijlrst.htm ISSN (Online):2278-5299 POWER QUALITY IMPROVEMENT

More information

Robust Flight Controller for a Hexcopter

Robust Flight Controller for a Hexcopter Robust Flight Controller for a Hexcopter ECE 4600 Group Project Proposal Group 02 Members: Bryan Drobot Curtis Einarson Stephanie English Kelly Riha Supervising Professor: Dr. Witold Kinsner Submission

More information

Wind Farm Evaluation and Control

Wind Farm Evaluation and Control International society of academic and industrial research www.isair.org IJARAS International Journal of Academic Research in Applied Science (2): 2-28, 202 ijaras.isair.org Wind Farm Evaluation and Control

More information

International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering. (An ISO 3297: 2007 Certified Organization)

International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering. (An ISO 3297: 2007 Certified Organization) Modeling and Control of Quasi Z-Source Inverter for Advanced Power Conditioning Of Renewable Energy Systems C.Dinakaran 1, Abhimanyu Bhimarjun Panthee 2, Prof.K.Eswaramma 3 PG Scholar (PE&ED), Department

More information

Design and Control of Lab-Scale Variable Speed Wind Turbine Simulator using DFIG. Seung-Ho Song, Ji-Hoon Im, Hyeong-Jin Choi, Tae-Hyeong Kim

Design and Control of Lab-Scale Variable Speed Wind Turbine Simulator using DFIG. Seung-Ho Song, Ji-Hoon Im, Hyeong-Jin Choi, Tae-Hyeong Kim Design and Control of Lab-Scale Variable Speed Wind Turbine Simulator using DFIG Seung-Ho Song, Ji-Hoon Im, Hyeong-Jin Choi, Tae-Hyeong Kim Dept. of Electrical Engineering Kwangwoon University, Korea Summary

More information

CHAPTER 4 MODELING OF PERMANENT MAGNET SYNCHRONOUS GENERATOR BASED WIND ENERGY CONVERSION SYSTEM

CHAPTER 4 MODELING OF PERMANENT MAGNET SYNCHRONOUS GENERATOR BASED WIND ENERGY CONVERSION SYSTEM 47 CHAPTER 4 MODELING OF PERMANENT MAGNET SYNCHRONOUS GENERATOR BASED WIND ENERGY CONVERSION SYSTEM 4.1 INTRODUCTION Wind energy has been the subject of much recent research and development. The only negative

More information

2 nd Generation Charging Station

2 nd Generation Charging Station 2 nd Generation Charging Station By Jasem Alhabashy, Riyadh Alzahrani, Brandon Gabrelcik, Ryan Murphy and Ruben Villezcas Team 13 Problem Definition and Project Plan Document Submitted towards partial

More information

Fuzzy based STATCOM Controller for Grid connected wind Farms with Fixed Speed Induction Generators

Fuzzy based STATCOM Controller for Grid connected wind Farms with Fixed Speed Induction Generators Fuzzy based STATCOM Controller for Grid connected wind Farms with Fixed Speed Induction Generators Abstract: G. Thrisandhya M.Tech Student, (Electrical Power systems), Electrical and Electronics Department,

More information

Wind Energy Unit EEE. Engineering and Technical Teaching Equipment PROCESS DIAGRAM AND UNIT ELEMENTS ALLOCATION. Electronic console

Wind Energy Unit EEE. Engineering and Technical Teaching Equipment PROCESS DIAGRAM AND UNIT ELEMENTS ALLOCATION. Electronic console Wind Energy Unit EEE Engineering and Technical Teaching Equipment Electronic console PROCESS DIAGRAM AND UNIT ELEMENTS ALLOCATION ISO 9001: Quality Management (for Design, Manufacturing, Commercialization

More information

Wind Turbine Emulation Experiment

Wind Turbine Emulation Experiment Wind Turbine Emulation Experiment Aim: Study of static and dynamic characteristics of wind turbine (WT) by emulating the wind turbine behavior by means of a separately-excited DC motor using LabVIEW and

More information

Matlab Modeling and Simulation of Grid Connected Wind Power Generation Using Doubly Fed Induction Generator

Matlab Modeling and Simulation of Grid Connected Wind Power Generation Using Doubly Fed Induction Generator ISSN (e): 2250 3005 Vol, 04 Issue, 7 July 2014 International Journal of Computational Engineering Research (IJCER) Matlab Modeling and Simulation of Grid Connected Wind Power Generation Using Doubly Fed

More information

Laboratory Tests, Modeling and the Study of a Small Doubly-Fed Induction Generator (DFIG) in Autonomous and Grid-Connected Scenarios

Laboratory Tests, Modeling and the Study of a Small Doubly-Fed Induction Generator (DFIG) in Autonomous and Grid-Connected Scenarios Trivent Publishing The Authors, 2016 Available online at http://trivent-publishing.eu/ Engineering and Industry Series Volume Power Systems, Energy Markets and Renewable Energy Sources in South-Eastern

More information

CONTROL AND PERFORMANCE OF A DOUBLY-FED INDUCTION MACHINE FOR WIND TURBINE SYSTEMS

CONTROL AND PERFORMANCE OF A DOUBLY-FED INDUCTION MACHINE FOR WIND TURBINE SYSTEMS CONTROL AND PERFORMANCE OF A DOUBLY-FED INDUCTION MACHINE FOR WIND TURBINE SYSTEMS Lucian Mihet-Popa "POLITEHNICA" University of Timisoara Blvd. V. Parvan nr.2, RO-300223Timisoara mihetz@yahoo.com Abstract.

More information

STUDY ON MAXIMUM POWER EXTRACTION CONTROL FOR PMSG BASED WIND ENERGY CONVERSION SYSTEM

STUDY ON MAXIMUM POWER EXTRACTION CONTROL FOR PMSG BASED WIND ENERGY CONVERSION SYSTEM STUDY ON MAXIMUM POWER EXTRACTION CONTROL FOR PMSG BASED WIND ENERGY CONVERSION SYSTEM Ms. Dipali A. Umak 1, Ms. Trupti S. Thakare 2, Prof. R. K. Kirpane 3 1 Student (BE), Dept. of EE, DES s COET, Maharashtra,

More information

Grid Impacts of Variable Generation at High Penetration Levels

Grid Impacts of Variable Generation at High Penetration Levels Grid Impacts of Variable Generation at High Penetration Levels Dr. Lawrence Jones Vice President Regulatory Affairs, Policy & Industry Relations Alstom Grid, North America ESMAP Training Program The World

More information

Technical Documentation Wind Turbine Generator Systems /60 Hz

Technical Documentation Wind Turbine Generator Systems /60 Hz Technical Documentation Wind Turbine Generator Systems 3.8-130 - 50/60 Hz imagination at work www.gepower.com Visit us at https://renewable.gepower.com Copyright and patent rights All documents are copyrighted

More information

Anupam *1, Prof. S.U Kulkarni 2 1 ABSTRACT I. INTRODUCTION II. MODELLING OF WIND SPEED

Anupam *1, Prof. S.U Kulkarni 2 1 ABSTRACT I. INTRODUCTION II. MODELLING OF WIND SPEED 2017 IJSRSET Volume 3 Issue 3 Print ISSN: 2395-1990 Online ISSN : 2394-4099 Themed Section: Engineering and Technology PMSG Based Wind Farm Analysis in ETAP Software Anupam *1, Prof. S.U Kulkarni 2 1 Department

More information

Reactive power support of smart distribution grids using optimal management of charging parking of PHEV

Reactive power support of smart distribution grids using optimal management of charging parking of PHEV Journal of Scientific Research and Development 2 (3): 210-215, 2015 Available online at www.jsrad.org ISSN 1115-7569 2015 JSRAD Reactive power support of smart distribution grids using optimal management

More information

The X-Rotor Offshore Wind Turbine Concept

The X-Rotor Offshore Wind Turbine Concept DeepWind 2019 The X-Rotor Offshore Wind Turbine Concept Bill Leithead Arthur Camciuc, Abbas Kazemi Amiri and James Carroll University of Strathclyde Outline 1. X-Rotor Concept 2. X- Rotor Potential Benefits

More information

Available online at ScienceDirect. Procedia Technology 21 (2015 ) SMART GRID Technologies, August 6-8, 2015

Available online at  ScienceDirect. Procedia Technology 21 (2015 ) SMART GRID Technologies, August 6-8, 2015 Available online at www.sciencedirect.com ScienceDirect Procedia Technology 21 (2015 ) 619 624 SMART GRID Technologies, August 6-8, 2015 Battery Charging Using Doubly Fed Induction Generator Connected

More information

Primary frequency control by wind turbines

Primary frequency control by wind turbines Presented at 22 3rd IEEE PES ISGT Europe, Berlin, Germany, October 4 7, 22 Primary frequency control by wind turbines DiplIng Michael Wilch Prof DrIng István Erlich Institute of Electrical Power Systems

More information

Farhana Shirin Lina BSC.(Electrical and Electronic) Memorial University of Newfoundland & Labrador

Farhana Shirin Lina BSC.(Electrical and Electronic) Memorial University of Newfoundland & Labrador Farhana Shirin Lina BSC.(Electrical and Electronic) Memorial University of Newfoundland & Labrador Introduction Research Objectives Different Control Systems System Modeling and Control Controller Design

More information

Design Modeling and Simulation of Supervisor Control for Hybrid Power System

Design Modeling and Simulation of Supervisor Control for Hybrid Power System 2013 First International Conference on Artificial Intelligence, Modelling & Simulation Design Modeling and Simulation of Supervisor Control for Hybrid Power System Vivek Venkobarao Bangalore Karnataka

More information

Konferenz Energieversorgung und Klimawandel

Konferenz Energieversorgung und Klimawandel Konferenz Energieversorgung und Klimawandel Stefan Franko, 15.5.29 Content New rid Codes for Sources Why new rid Codes? Solution for variable speed systems Solution for fixed speed systems Questions and

More information

LARGE MOTOR SOLUTIONS

LARGE MOTOR SOLUTIONS LARGE MOTOR SOLUTIONS Delivering an integrated system based on a qualified architecture for high servo press productivity Customers seeking high throughput for next generation machines often experience

More information

Faults Mitigation Control Design for Grid Integration of Offshore Wind Farms and Oil & Gas Installations Using VSC HVDC

Faults Mitigation Control Design for Grid Integration of Offshore Wind Farms and Oil & Gas Installations Using VSC HVDC SPEEDAM 2010 International Symposium on Power Electronics, Electrical Drives, Automation and Motion Faults Mitigation Control Design for Grid Integration of Offshore Wind Farms and Oil & Gas Installations

More information

Brochure. Wind turbine generators Reliable technology for all turbine applications

Brochure. Wind turbine generators Reliable technology for all turbine applications Brochure Wind turbine generators Reliable technology for all turbine applications 2 ABB Wind turbine generators We provide motors and generators, services and expertise to save energy and improve customers

More information

EPRI HVDC Research. Gary Sibilant, EPRI. August 30, 2011

EPRI HVDC Research. Gary Sibilant, EPRI. August 30, 2011 EPRI HVDC Research John Chan, Ram Adapa, Bernie Clairmont & Gary Sibilant, EPRI EPRI HVDC & FACTS Conference August 30, 2011 Presentation Contents 1. Team Members 2. Research Program Objective & Scope

More information

Electrical grid stability with high wind energy penetration

Electrical grid stability with high wind energy penetration ECOWAS Regional Workshop on WIND ENERGY Praia, Cape Verde. November 4 5, 2013 Electrical grid stability with high wind energy penetration Fernando CASTELLANO HERNÁNDEZ Head of Wind Energy Section Renewable

More information

CHAPTER 3 TRANSIENT STABILITY ENHANCEMENT IN A REAL TIME SYSTEM USING STATCOM

CHAPTER 3 TRANSIENT STABILITY ENHANCEMENT IN A REAL TIME SYSTEM USING STATCOM 61 CHAPTER 3 TRANSIENT STABILITY ENHANCEMENT IN A REAL TIME SYSTEM USING STATCOM 3.1 INTRODUCTION The modeling of the real time system with STATCOM using MiPower simulation software is presented in this

More information

IMPROVEMENT IN DOUBLY FED INDUCTON GENERATOR UNDER FAULT USING INDUCTOR

IMPROVEMENT IN DOUBLY FED INDUCTON GENERATOR UNDER FAULT USING INDUCTOR IMPROVEMENT IN DOUBLY FED INDUCTON GENERATOR UNDER FAULT USING INDUCTOR Uttam Kumar 1, Sandeep Kumar Pal 2, Harshit Kumar Yagyasaini 3, Bharat 4, Siddharth Jain 5 1, 2,3,4 Students, Electrical Engineering

More information

GRAND RENEWABLE ENERGY PARK PROJECT DESCRIPTION REPORT. Attachment C. Turbine Specifications

GRAND RENEWABLE ENERGY PARK PROJECT DESCRIPTION REPORT. Attachment C. Turbine Specifications GRAND RENEWABLE ENERGY PARK PROJECT DESCRIPTION REPORT Attachment C Turbine Specifications Published by and copyright 2009: Siemens AG Energy Sector Freyeslebenstrasse

More information

ABB POWER SYSTEMS CONSULTING

ABB POWER SYSTEMS CONSULTING ABB POWER SYSTEMS CONSULTING DOMINION VIRGINIA POWER Offshore Wind Interconnection Study 2011-E7406-1 R1 Summary Report Prepared for: DOMINION VIRGINIA POWER Report No.: 2011-E7406-1 R1 Date: 29 February

More information

GOLDWIND 2.5MW PERMANENT MAGNET DIRECT-DRIVE (PMDD) WIND TURBINE

GOLDWIND 2.5MW PERMANENT MAGNET DIRECT-DRIVE (PMDD) WIND TURBINE Rotor Blade Rotor/Generator Bearing Cast Hub Auxiliary Crane Wind Measurement Equipment Pitch System Heat Exchanger Yaw System Base Frame PMDD Generator GOLDWIND 2.5MW PERMANENT MAGNET DIRECT-DRIVE (PMDD)

More information

Principles of Doubly-Fed Induction Generators (DFIG)

Principles of Doubly-Fed Induction Generators (DFIG) Renewable Energy Principles of Doubly-Fed Induction Generators (DFIG) Courseware Sample 86376-F0 A RENEWABLE ENERGY PRINCIPLES OF DOUBLY-FED INDUCTION GENERATORS (DFIG) Courseware Sample by the staff

More information

ENHANCEMENT OF ROTOR ANGLE STABILITY OF POWER SYSTEM BY CONTROLLING RSC OF DFIG

ENHANCEMENT OF ROTOR ANGLE STABILITY OF POWER SYSTEM BY CONTROLLING RSC OF DFIG ENHANCEMENT OF ROTOR ANGLE STABILITY OF POWER SYSTEM BY CONTROLLING RSC OF DFIG C.Nikhitha 1, C.Prasanth Sai 2, Dr.M.Vijaya Kumar 3 1 PG Student, Department of EEE, JNTUCE Anantapur, Andhra Pradesh, India.

More information

Experience on Technical Solutions for Grid Integration of Offshore Windfarms

Experience on Technical Solutions for Grid Integration of Offshore Windfarms Experience on Technical Solutions for Grid Integration of Offshore Windfarms Liangzhong Yao Programme Manager AREVA T&D Technology Centre 18 June 2007, DTI Conference Centre, London Agenda The 90MW Barrow

More information

Renewables & reliability: How Senvion s wind farms enhance grid stability in Canada

Renewables & reliability: How Senvion s wind farms enhance grid stability in Canada Renewables & reliability: How Senvion s wind farms enhance grid stability in Canada Senvion Canada Inc. 2015 Canadian-German Conference On Grid Integration of Renewable Energies Calgary November 3, 2015

More information

Battery Charger for Wind and Solar Energy Conversion System Using Buck Converter

Battery Charger for Wind and Solar Energy Conversion System Using Buck Converter Battery Charger for Wind and Solar Energy Conversion System Using Buck Converter P.Venkatesan 1, S.Senthilkumar 2 1 Electrical and Electronics Engineering, Ganesh College of Engineering, Salem, Tamilnadu,

More information

Comparative Evaluation between Direct Connected and VSC-HVDC Grid Connected Wind Farm

Comparative Evaluation between Direct Connected and VSC-HVDC Grid Connected Wind Farm Comparative Evaluation between Direct Connected and VSC-HVDC Grid Connected Wind Farm Martial Giraneza * Mohamed Tariq E. Kahn Centre for Distributed Power and Electronic Systems, Cape Peninsula University

More information

Available online at ScienceDirect. Energy Procedia 36 (2013 )

Available online at   ScienceDirect. Energy Procedia 36 (2013 ) Available online at www.sciencedirect.com ScienceDirect Energy Procedia 36 (2013 ) 852 861 - Advancements in Renewable Energy and Clean Environment Introducing a PV Design Program Compatible with Iraq

More information

Keywords: DFIG wind turbine, MPPT, Voltage stability control, Power factor control, PSCAD simulation, Voltage oriented vector control.

Keywords: DFIG wind turbine, MPPT, Voltage stability control, Power factor control, PSCAD simulation, Voltage oriented vector control. 2017 2nd International Conference on Mechatronics, Control and Automation Engineering (MCAE 2017) ISBN: 978-1-60595-490-5 Establishment and Parameter Allocation of DFIG Wind urbine Control Model of PSCAD

More information

ABB Wind Power Solution

ABB Wind Power Solution Feng Li, Wind ISI, CNABB, November, 2016 ABB Wind Power Solution November 13, 2016 Slide 1 ABB deliveries from A to Z into the wind industry Wind power generation, transmission and integration, control

More information

REDUCING VULNERABILITY OF AN ELECTRICITY INTENSIVE PROCESS THROUGH AN ASYNCHRONOUS INTERCONNECTION

REDUCING VULNERABILITY OF AN ELECTRICITY INTENSIVE PROCESS THROUGH AN ASYNCHRONOUS INTERCONNECTION REDUCING VULNERABILITY OF AN ELECTRICITY INTENSIVE PROCESS THROUGH AN ASYNCHRONOUS INTERCONNECTION Summary Abhay Kumar Mata Prasad R C Maheshwari Asea Brown Boveri Ltd. 4th Floor, 71 Nehru Place, New Delhi

More information

Exercise 6. Three-Phase AC Power Control EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. Introduction to three-phase ac power control

Exercise 6. Three-Phase AC Power Control EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. Introduction to three-phase ac power control Exercise 6 Three-Phase AC Power Control EXERCISE OBJECTIVE When you have completed this exercise, you will know how to perform ac power control in three-phase ac circuits, using thyristors. You will know

More information

Modelling and Simulation of DFIG with Fault Rid Through Protection

Modelling and Simulation of DFIG with Fault Rid Through Protection Australian Journal of Basic and Applied Sciences, 5(6): 858-862, 2011 ISSN 1991-8178 Modelling and Simulation of DFIG with Fault Rid Through Protection F. Gharedaghi, H. Jamali, M. Deisi, A. Khalili Dashtestan

More information

Integration of Large Wind Farms into Electric Grids

Integration of Large Wind Farms into Electric Grids Integration of Large Wind Farms into Electric Grids Dr Mohammad AlZoubi Introduction Development WHAT IS NEXT!! Over the next 12 years, Europe must build new power capacity equal to half the current total.

More information

Battery Energy Storage System addressing the Power Quality Issue in Grid Connected Wind Energy Conversion System 9/15/2017 1

Battery Energy Storage System addressing the Power Quality Issue in Grid Connected Wind Energy Conversion System 9/15/2017 1 Battery Energy Storage System addressing the Power Quality Issue in Grid Connected Wind Energy Conversion System 9/15/2017 1 CONTENTS Introduction Types of WECS PQ problems in grid connected WECS Battery

More information

Academic Course Description

Academic Course Description BEE305- ELECTRICAL MACHINES Academic Course Description BHARATH UNIVERSITY Faculty of Engineering and Technology Department of Electrical and Electronics Engineering BEE305- ELECTRICAL MACHINES Third Semester,

More information

aeromaster wind turbines Reliable, compact, flexible and economical

aeromaster wind turbines Reliable, compact, flexible and economical aeromaster wind turbines Reliable, compact, flexible and economical experience. innovation. success. aeromaster for onshore applications Our reliable and flexible onshore turbine platform can be adapted

More information

Control of wind turbines and wind farms Norcowe 2015 PhD Summer school Single Turbine Control

Control of wind turbines and wind farms Norcowe 2015 PhD Summer school Single Turbine Control of wind and wind farms Norcowe 2015 PhD Summer school Single Turbine August, 2015 Department of Electronic Systems Aalborg University Denmark Outline Single Turbine Why is Historic Stall led in partial

More information

Frequency Control of Isolated Network with Wind and Diesel Generators by Using Frequency Regulator

Frequency Control of Isolated Network with Wind and Diesel Generators by Using Frequency Regulator Frequency Control of Isolated Network with Wind and Diesel Generators by Using Frequency Regulator Dr.Meenakshi mataray,ap Department of Electrical Engineering Inderprastha Engineering college (IPEC) Abstract

More information

COMPARISON BETWEEN ISOLATED AND GRID CONNECTED DFIG WIND TURBINE

COMPARISON BETWEEN ISOLATED AND GRID CONNECTED DFIG WIND TURBINE COMPARISON BETWEEN ISOLATED AND GRID CONNECTED DFIG WIND TURBINE Richa jain 1, Tripti shahi 2, K.P.Singh 3 Department of Electrical Engineering, M.M.M. University of Technology, Gorakhpur, India 1 Department

More information

DEMONSTRATION OF ESSENTIAL RELIABILITY SERVICES BY A 300-MW SOLAR PV POWER PLANT

DEMONSTRATION OF ESSENTIAL RELIABILITY SERVICES BY A 300-MW SOLAR PV POWER PLANT DEMONSTRATION OF ESSENTIAL RELIABILITY SERVICES BY A 300-MW SOLAR PV POWER PLANT CONTROL SYSTEM DESIGN FIRST SOLAR PLANT CONTROL SYSTEM ARCHITECTURE Monitor conditions at the POI and compare them with

More information

Modeling of doubly fed induction generator (DFIG) equipped wind turbine for dynamic studies

Modeling of doubly fed induction generator (DFIG) equipped wind turbine for dynamic studies Modeling of doubly fed induction generator (DFIG) equipped wind turbine for dynamic studies Mattia Marinelli, Andrea Morini, Andrea Pitto, Federico Silvestro Department of Electric Engineering, University

More information

Combined Inertia and De-loading Frequency Response Control by Variable Speed Wind Turbines

Combined Inertia and De-loading Frequency Response Control by Variable Speed Wind Turbines Global Journal of Scientific Researches Available online at gjsr.blue-ap.org 2016 GJSR Journal. Vol. 4(4), pp. 54-62, 31 August, 2016 E-ISSN: 2311-732X Combined Inertia and De-loading Frequency Response

More information

Generator Interconnection Facilities Study For SCE&G Two Combustion Turbine Generators at Hagood

Generator Interconnection Facilities Study For SCE&G Two Combustion Turbine Generators at Hagood Generator Interconnection Facilities Study For SCE&G Two Combustion Turbine Generators at Hagood Prepared for: SCE&G Fossil/Hydro June 30, 2008 Prepared by: SCE&G Transmission Planning Table of Contents

More information

Linear Induction Motor (LIMO) Modular Test Bed for Various Applications

Linear Induction Motor (LIMO) Modular Test Bed for Various Applications Linear Induction Motor (LIMO) Modular Test Bed for Various Applications University of Connecticut Department of Electrical and Computer Engineering Advanced Power Electronics and Electric Drives Lab (APEDL)

More information

Testing Renewable Power Plants on High-Voltage-Ride-Through Capability

Testing Renewable Power Plants on High-Voltage-Ride-Through Capability Testing Renewable Power Plants on High-Voltage-Ride-Through Capability Grid Code Requirements and Testing Procedure Dipl.-Wirt.-Ing. Julian Langstädtler Division Manager Innovation & Consulting FGH GmbH

More information

Research on Transient Stability of Large Scale Onshore Wind Power Transmission via LCC HVDC

Research on Transient Stability of Large Scale Onshore Wind Power Transmission via LCC HVDC Research on Transient Stability of Large Scale Onshore Wind Power Transmission via LCC HVDC Rong Cai, Mats Andersson, Hailian Xie Corporate Research, Power and Control ABB (China) Ltd. Beijing, China rong.cai@cn.abb.com,

More information

Grid Stability Analysis for High Penetration Solar Photovoltaics

Grid Stability Analysis for High Penetration Solar Photovoltaics Grid Stability Analysis for High Penetration Solar Photovoltaics Ajit Kumar K Asst. Manager Solar Business Unit Larsen & Toubro Construction, Chennai Co Authors Dr. M. P. Selvan Asst. Professor Department

More information

HIGH PENETRATION RENEWABLE HYBRID POWER SYSTEMS TO MEET OFF-GRID COMMUNITY AND INDUSTRIAL ENERGY NEEDS

HIGH PENETRATION RENEWABLE HYBRID POWER SYSTEMS TO MEET OFF-GRID COMMUNITY AND INDUSTRIAL ENERGY NEEDS HIGH PENETRATION RENEWABLE HYBRID POWER SYSTEMS TO MEET OFF-GRID COMMUNITY AND INDUSTRIAL ENERGY NEEDS Steve Drouilhet, Managing Director Sustainable Power Systems Boulder, CO 80301 steve@sustainablepowersystems.com

More information

Expected Energy Not Served (EENS) Study for Vancouver Island Transmission Reinforcement Project (Part I: Reliability Improvements due to VITR)

Expected Energy Not Served (EENS) Study for Vancouver Island Transmission Reinforcement Project (Part I: Reliability Improvements due to VITR) Report-BCTC-R009A Expected Energy Not Served (EENS) Study for Vancouver Island Transmission Reinforcement Project (Part I: Reliability Improvements due to VITR) December 8, 2005 Prepared by Wenyuan Li

More information

LVRT of DFIG Wind Turbines - Crowbar vs. Stator Current Feedback Solution -

LVRT of DFIG Wind Turbines - Crowbar vs. Stator Current Feedback Solution - LVRT of DFIG Wind Turbines - Crowbar vs. Stator Current Feedback Solution - C. Wessels, F.W. Fuchs Institute of Power Electronics and Electrical Drives, Christian-Albrechts-University of Kiel, D-24143

More information

Power Flow Simulation of a 6-Bus Wind Connected System and Voltage Stability Analysis by Using STATCOM

Power Flow Simulation of a 6-Bus Wind Connected System and Voltage Stability Analysis by Using STATCOM Power Flow Simulation of a 6-Bus Wind Connected System and Voltage Stability Analysis by Using STATCOM Shaila Arif 1 Lecturer, Dept. of EEE, Ahsanullah University of Science & Technology, Tejgaon, Dhaka,

More information

V MW & 2.0 MW Built on experience

V MW & 2.0 MW Built on experience V90-1.8 MW & 2.0 MW Built on experience Innovations in blade technology Optimal efficiency The OptiSpeed * generators in the V90-1.8 MW and the V90-2.0 MW have been adapted from those in Vestas highly

More information

Linear Induction Motor (LIMO) Modular Test Bed for Various Applications

Linear Induction Motor (LIMO) Modular Test Bed for Various Applications Linear Induction Motor (LIMO) Modular Test Bed for Various Applications ECE 4901 Senior Design I Fall 2013 Fall Project Report Team 190 Members: David Hackney Jonathan Rarey Julio Yela Faculty Advisor

More information

Analysis and Design of Independent Pitch Control System

Analysis and Design of Independent Pitch Control System 5th International Conference on Civil Engineering and Transportation (ICCET 2015) Analysis and Design of Independent Pitch Control System CHU Yun Kai1, a *, MIAO Qiang2,b, DU Jin Song1,c, LIU Yi Yang 1,d

More information

Performance of Low Power Wind-Driven Wound Rotor Induction Generators using Matlab

Performance of Low Power Wind-Driven Wound Rotor Induction Generators using Matlab Research Article International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347-5161 2014 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Performance

More information

Perodua Myvi engine fuel consumption map and fuel economy vehicle simulation on the drive cycles based on Malaysian roads

Perodua Myvi engine fuel consumption map and fuel economy vehicle simulation on the drive cycles based on Malaysian roads Perodua Myvi engine fuel consumption map and fuel economy vehicle simulation on the drive cycles based on Malaysian roads Muhammad Iftishah Ramdan 1,* 1 School of Mechanical Engineering, Universiti Sains

More information