Skip to content
Lisrte edited this page Mar 7, 2024 · 10 revisions

Welcome to the powsybl-dynawo wiki!

Getting started - Documentation

Please visit our documentation website to get started.

Developer's Guide

Dynamic Simulation

Supported models

Models are listed in models.json.
The list is divided in categories each linked to a dedicated builder.

Categories properties

  • defaultLib : name of the default library
  • libs : list of dynawo libraries supported for this category

The list is statically loaded via ModelConfigLoader services and thus can be extended.

Library properties

  • lib: library name used in dynawo
  • alias: name used in powsybl-dynawo instead of lib
  • properties: dynamic model properties (synchronized, dangling, etc.)
  • internalModelPrefix: used for dyd file creation

Dynamic model Builder List

Equipments

  • BaseStaticVarCompensatorBuilder
  • HvdcPBuilder
  • HvdcVscBuilder
  • GeneratorFictitiousBuilder
  • SynchronizedGeneratorBuilder
  • SynchronousGeneratorBuilder
  • WeccBuilder
  • GridFormingConverterBuilder
  • LineBuilder
  • StandardBusBuilder
  • InfiniteBusBuilder
  • TransformerFixedRatioBuilder
  • BaseLoadBuilder
  • LoadOneTransformerBuilder
  • LoadTwoTransformersBuilder
  • LoadOneTransformerTapChangerBuilder
  • LoadTwoTransformersTapChangersBuilder

Automatons

  • TapChangerAutomatonBuilder
  • TapChangerBlockingAutomatonBuilder
  • UnderVoltageAutomatonBuilder
  • CurrentLimitAutomatonBuilder
  • CurrentLimitTwoLevelsAutomatonBuilder
  • PhaseShifterPAutomatonBuilder
  • PhaseShifterIAutomatonBuilder

Java classes naming convention

  • Equipment: a dynamic model matching an IIDM equipment (generator, load, ...)
  • Pure dynamic: a dynamic model without IIDM equipment (automation system or event)
  • DefaultXXX: default dynamic model used when no dynamic model has been specified
  • XXXModel: interface of a dynamic model used for macro connection creation
Clone this wiki locally