bcornelusse / ELEC0447-analysis-power-systems

This is an introductory course on Power systems analysis given at Master's level at ULiège.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ELEC0447 Analysis of Electric Power and Energy Systems

This is an introductory course on power systems analysis given at the Master's level at ULiège.

We will use eCampus for notifications, homework submissions, questions, etc.

Prerequisites:

Instructors:

  • Bertrand Cornélusse
  • Louis Wehenkel
  • Antonin Colot

Teaching assistant:

  • Manon Cornet

Lectures (2023-2024)

Date Lecture Topics
September 14 1 Course organization and introduction (pdf file)
Sinusoïdal steady-state analysis (pdf file)
List of exercises on sinusoïdal steady-state analysis
September 21 2 !!! The lecture starts at 1 PM !!!
3-phase systems, per unit normalization (pdf file)
No exercise session, info session.
Homework test on sinusoïdal steady-state analysis. Do it on your own, and submit it on Gradescope.
September 28 3 The transmission line, and introduction to the power flow analysis (pdf file)
No exercise session.
October 5 4 Power flow analysis - solution methods (pdf file)
Exercises on 3-phase systems, per unit normalization
October 12 5 The transformer and its inclusion in the power flow analysis (pdf)
Exercises on transmission lines
Assignment 1: Implement power flow analysis on a 4-bus test system Case 0 solved during the practice session
October 20 6 The synchronous generator and the inclusion of generator limits in the power flow analysis (pdf)
HVDC and its inclusion in the power flow analysis (pdf)
Exercises on transformers
Assignment 2: add a transformer and generator limits in power flow analysis on a 4-bus test system
October 26 7 The lecture starts at 4PM Voltage regulation (pdf)
No exercise session.
November 9 8 Control of interconnected power systems and economic dispatch (pdf)
PandaPower project (part 1) zip & VS code & Python notebook tutorial
November 16 9 The lecture starts at 4PM Transient stability (pdf)
Exercises on synchronous machines & Q&A session Pandapower project pt. I
November 23 9bis No theoretical lesson
Exercises on voltage (in)stability & Q&A session Pandapower project pt. I and pt. II
November 24 10 Visit of Elia's national dispatch center (organisational details on ecampus)
November 30 11 Q&A if needed
Exercises on primary frequency control & Q&A session Pandapower project pt. II
December 7 12 Seminar by Dr. Gilles Chaspierre, Elia Grid International.
Seminar by Daniel Mitcan, CTO of Ampacimon.
December 14 13 Oral presentation of PandaPower project results by students.
January Oral exam, list of questions

Lectures from last year

Date Lecture Topics
September 15 1 Course organization and introduction (pdf file)
Sinusoïdal steady-state analysis (pdf file)
List of exercises on sinusoïdal steady-state analysis
September 22 2 3-phase systems, per unit normalization (pdf file)
Mandatory test on sinusoïdal steady-state analysis
September 29 3 The transmission line, and introduction to the power flow analysis (pdf file)
Exercises on 3-phase systems, per unit normalization
October 6 4 Power flow analysis - solution methods (pdf file)
The transformer and its inclusion in the power flow analysis (pdf)
Exercises on transmission lines
Assignment 1: implement power flow analysis on a 4-bus test system, submit on GradeScope. Case 0 solved during the practice session
October 13 5 The synchronous generator and the inclusion of generator limits in the power flow analysis (pdf)
Exercises on transformers
October 20 6 HVDC and its inclusion in the power flow analysis (pdf)
Assignment 2: add a transformer and generator limits in power flow analysis on a 4-bus test system. Submit on GradeScope.
Exercises on synchronous machines
October 27 NO LECTURE
November 10 7 Voltage regulation (pdf)
Exercises on voltage (in)stability
PandaPower project description and code template
November 17 8 Transient and dynamic stability (pdf)
Exercises session
November 24 9 Control of interconnected power systems and economic dispatch (pdf)
Exercises session
December 1 10 Seminar by Dr. Gilles Chaspierre, Elia Grid International.
Seminar by Dr. Bertrand Godard, Ampacimon.
December 8 11 Q&A if needed.
December 15 12 Oral presentation of PandaPower project results by students.
January Oral exam

talk-template

This a fork of the talk template https://github.com/glouppe/talk-template from Gilles Louppe, that uses remark for rendering slides from markdown, KaTeX for typesetting TeX equations, and some customised CSS.

Instructions for editing

  • Clone this repository and move in this repository
  • Start an HTTP server to serve the slides:
python -m http.server 8001
  • Edit lectureX.md for making your slides.

  • Use decktape for exporting slides to PDF:

    • download and install node.js (a recent version)

    • install decktape:

      npm install -g decktape

    • ensure an http server is running, e.g. on localhost at port 8001, from the directory where the sources are

      python -m http.server 8001

    • run decktape:

      decktape http://0.0.0.0:8001/?p=lecture7.md pdf/lecture7.pdf

Markup language

Slides are written in Markdown. See the remark documentation for further details regarding the supported features.

This template also comes with grid-like positioning CSS classes (see assets/grid.css) and other custom CSS classes (see assets/style.css)

Integration with GitHub pages

Slides can be readily integrated with GitHub pages by hosting the files in a GitHub repositery and enabling Pages in the Settings tab.

See e.g. https://glouppe.github.io/talk-template.

About

This is an introductory course on Power systems analysis given at Master's level at ULiège.

License:BSD 2-Clause "Simplified" License


Languages

Language:Jupyter Notebook 99.9%Language:TeX 0.1%Language:CSS 0.0%Language:HTML 0.0%