-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Lisrte edited this page Mar 7, 2024
·
10 revisions
Welcome to the powsybl-dynawo wiki!
Please visit our documentation website to get started.
Models are listed in models.json.
The list is divided in categories each linked to a dedicated builder.
- 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.
- 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
- BaseStaticVarCompensatorBuilder
- HvdcPBuilder
- HvdcVscBuilder
- GeneratorFictitiousBuilder
- SynchronizedGeneratorBuilder
- SynchronousGeneratorBuilder
- WeccBuilder
- GridFormingConverterBuilder
- LineBuilder
- StandardBusBuilder
- InfiniteBusBuilder
- TransformerFixedRatioBuilder
- BaseLoadBuilder
- LoadOneTransformerBuilder
- LoadTwoTransformersBuilder
- LoadOneTransformerTapChangerBuilder
- LoadTwoTransformersTapChangersBuilder
- TapChangerAutomatonBuilder
- TapChangerBlockingAutomatonBuilder
- UnderVoltageAutomatonBuilder
- CurrentLimitAutomatonBuilder
- CurrentLimitTwoLevelsAutomatonBuilder
- PhaseShifterPAutomatonBuilder
- PhaseShifterIAutomatonBuilder
- 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
- Migration guides
- powsybl-core 2.0.0 (in progress)