PowerGrids icon indicating copy to clipboard operation
PowerGrids copied to clipboard

Restructure tutorial

Open casella opened this issue 2 years ago • 2 comments

The current tutorial is organized in two sections:

  • Library Architecture
  • Examples

The first section goes very deep into the description of the library structure, which is interesting if you want to understand more and possibly develop your own models, but is definitely not necessary to start using the library. The tutorial should be restructured in three sections

  • Using the Library
  • Examples
  • Library Architecture

where the first section provides an introduction to the drag-n-drop use of the library without getting into the details on how it is organized internally.

casella avatar Dec 27 '23 11:12 casella

As a reminder, the following arguments should be added:

  • embedded power flow
    • overview
    • how to move the slack node to a generator node
    • auxiliary initial equations in the generator model to be used to compute external offset for PmPu and ufPu starting from the EPF
    • auxiliary initial equation in the ReferenceBus to be used to force to zero both the PSlack and the QSlack if the slack node is moved to another component
    • some examples (see PowerGrids.Electrical.Test.SynchronousMachine4WindingsPF)

AndreaBartolini avatar Mar 08 '24 16:03 AndreaBartolini

The section about using the library is now complete. I just need to add the section on the EPF

casella avatar Jul 25 '24 17:07 casella