Skip to main content

Capacitor Bank Resizing in Islanded Power Grid Fed by Induction Generator

  • Conference paper
  • First Online:

Part of the book series: Springer Proceedings in Energy ((SPE))

Abstract

In a power grid with distributed different resources, a capacitor bank is used for overall compensation purpose. However, when a part of this grid is islanded, the capacitor bank will be used for induction generator operation in the case of wind energy source. If a same capacitance is permanently connected, it may cause a severe over-voltage due to an abnormal phenomenon ferro-resonance when it is high. In this work, a new approach is developed for reselecting an adequate size of this capacitor for islanding grid. This approach is based on numerical technique and simulation, which leads to determine the optimal value of the required capacitance for three-phase self-excited induction generator operation as well as to identify the region of operation where the magnetizing reactance of induction generator is unsaturated and hence a ferro-resonance may be avoided. Moreover, the simulation utilizing Simulink/MATLAB may be useful for the validation of this approach. The obtained results are very encouraging.

This is a preview of subscription content, log in via an institution.

Buying options

Chapter
USD   29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD   169.00
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD   219.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info
Hardcover Book
USD   219.99
Price excludes VAT (USA)
  • Durable hardcover edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Learn about institutional subscriptions

References

  1. R.C. Bansal, Three-phase self-excited induction generators: an overview. IEEE Trans. Energy Convers. 20(2), 292–299 (2005)

    Article  MathSciNet  Google Scholar 

  2. M.A. A1-Saffar, Eui-CheolNho, T.A. Lipo, Controlled shunt capacitor self-excited induction generator, in IEEE 0-7803-4943-1/98 (1998)

    Google Scholar 

  3. L.C. Wagner, W.E. Feero, W.B. Gish, R.H. Jones, Relay performance in DSG Islands. IEEE Trans. Power Deliv. 4(1), 122–131 (1989)

    Article  Google Scholar 

  4. W.B. Gish, W.E. Feero, S. Greuel, Ferroresonance and loading relationships for DSG installations. IEEE Trans. Power Deliv. PWRD-2(3), 953–959 (1987)

    Article  Google Scholar 

  5. W. Daniel, G.S. Raquel, Instantaneous wind energy penetration in isolated electricity grids: concepts and review. Renew. Energy 30, 1299–1308 (2005)

    Article  Google Scholar 

  6. W.E. Feero, W.B. Gish, Over voltages caused by DSG operation: synchronous and induction generators. IEEE Trans. Power Deliv. 1(1), 258–264 (1986)

    Article  Google Scholar 

  7. L. Randy, Haupt and Sue Ellen Haupt, Practical Genetic Algorithms, 2nd edn. (Wiley, New York, 2004)

    Google Scholar 

  8. D.A. Coley, An Introduction to Genetic Algorithms for Scientists and Engineers (World Scientific, Singapore, 1999)

    Google Scholar 

  9. A.J. Griffiths et al., An Introduction to Genetic Analysis (W. H. Freeman and Company, New York, 1993)

    Google Scholar 

  10. B. Vahidi, A. Haghani Abandansari, Teaching ferroresonance, in Power System to Undergraduate Students by Using MATLAB_SIMULINK. (Wiley Periodicals Inc., 2009), pp. 1–12

    Google Scholar 

  11. A. Kheldou, H. Bentarzi, L. Refoufi, A new algorithm applied to the evaluation of self excited induction generator performance, in Proceedings of the 12th WSEAS International Conference on Automatic Control, Modeling and Simulation, Catania, Italy. ISSN: 1790-5117, ISBN: 978-954-92600-1-4, 29–31 May (Athens, Greece, 2010), pp. 82–86

    Google Scholar 

  12. R. Gagnon, B. Saulnier, G. Sybille, P. Giroux, Modeling of a generic high-penetration no-storage wind-diesel system using matlab/power system blockset, in 2002 Global Windpower Conference, Paris, France, April 2002

    Google Scholar 

  13. B. Saulnier, A.O. Barry, B. Dube, R. Reid, Design and development of a regulation and control system for the high-penetration no-storage wind/diesel scheme, in European Community Wind Energy Conference 88, Herning, Denmark, 6–10 June 1988

    Google Scholar 

  14. G.K. Singh, Self-excited induction generator research—a survey. Electr. Power Syst. Res. 69, 107–114 (2004)

    Article  Google Scholar 

  15. A. Recioui, A. Azrar, H. Bentarzi, M. Dehmas, Synthesis of linear Arrays with Sidelobe Level Reduction Constraint Using Geneic Algorithms. Int. J. Microw. Opt. Technol. (IJMOT) 3, 524–530 (2008)

    Google Scholar 

Download references

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Saliha Boutora .

Editor information

Editors and Affiliations

Appendix

Appendix

Genetic algorithms emulate the mechanics of natural selection by a process of randomized data exchange. In this way they are able to solve of range of difficult problems which cannot be tackled by other approaches. The fact that they are able to search in a randomized, yet directed manner, allows them to reproduce some of the innovative capabilities of natural systems.

In genetic algorithms, evolution towards a global optimum occurs as a result of pressure exerted by a fitness-weighted selection process and exploration of the solution space is accomplished through combination and mutation of existing characteristics present in the current population. Other optimization techniques (such as gradient descent methods) search a region of the solution space around an initial guess for the best local solution [7, 8, 15].

The general scheme of a GA can be given as follows:

begin

INITIALIZE population with random candidate solutions;

EVALUATE each candidate;

repeat

SELECT parents;

RECOMBINE pairs of parents;

MUTATE the resulting children;

EVALUATE children;

SELECT individuals for the next generation

until TERMINATION-CONDITION is satisfied

end

The tasks that a genetic algorithm must perform lead to the existence of three phases in the genetic algorithm optimization [9].

Initiation means filling the initial population with encoded, usually randomly created parameter strings or chromosomes.

Reproduction consists in three main operators: selection, crossover and mutation.

30.1.1 Selecting the Variables and the Fitness Function

A fitness function generates an output from a set of input variables (a chromosome). The fitness function may be a mathematical function, an experiment, or a game. The object is to modify the output in some desirable fashion by finding the appropriate values for the input variables. GAs is usually suitable for solving maximization problems. Minimization problems are usually transformed into maximization problems by some suitable transformation. In general, fitness function F(X) is first derived from the objective function and used in successive genetic operations.

Certain genetic operators require that fitness function be non-negative, although certain operators do not have this requirement. Consider the following transformations: F(X) = f(X) for minimizing problem. Where f(x) can be solved using Eqs. (30.9) and (30.10).

30.1.2 Components of Genetic Algorithm

The GA begins, like any other optimization algorithm, by defining the optimization variables, the fitness function, and the fitness. It ends like other optimization algorithms too, by testing for convergence. In between, however, this algorithm is quite different. Then, the most important components as shown in a GA flowchart (see Fig. 30.A) are:

Fig. 30.A
figure 8

Flow chart of genetic algorithm

  1. 1.

    Representation (definition of individuals),

  2. 2.

    Evaluation function (or fitness function),

  3. 3.

    Population,

  4. 4.

    Parent selection mechanism,

  5. 5.

    Variation operators (crossover and mutation),

  6. 6.

    Survivor selection mechanism (replacement).

A path through the components of the GA are shown as a flowchart in Fig. 30.A; the main operators of GA are selection, crossover and mutation.

Rights and permissions

Reprints and permissions

Copyright information

© 2014 Springer International Publishing Switzerland

About this paper

Cite this paper

Boutora, S., Bentarzi, H. (2014). Capacitor Bank Resizing in Islanded Power Grid Fed by Induction Generator. In: Hamdan, M., Hejase, H., Noura, H., Fardoun, A. (eds) ICREGA’14 - Renewable Energy: Generation and Applications. Springer Proceedings in Energy. Springer, Cham. https://doi.org/10.1007/978-3-319-05708-8_30

Download citation

  • DOI: https://doi.org/10.1007/978-3-319-05708-8_30

  • Published:

  • Publisher Name: Springer, Cham

  • Print ISBN: 978-3-319-05707-1

  • Online ISBN: 978-3-319-05708-8

  • eBook Packages: EnergyEnergy (R0)

Publish with us

Policies and ethics