Simulation with Dynawo¶
The dynamic module allows to run time domain simulation.
ModelMapping¶
class to map elements of a network to their respective dynamic behavior |
|
Get the dynamic model categories |
|
Get more informations about categories |
|
Get the supported dynamic models for a given category or for all categories if no category_name is given |
|
Get more informations about the supported dynamic models for a given category or for all categories if no category_name is given |
|
|
Add a dynamic model from category_name |
Add a load mapping |
|
Add a load with one transformer mapping |
|
Add a load with one transformer and tap changer mapping |
|
Add a load with two transformers mapping |
|
Add a load with two transformers and tap changers mapping |
|
Add a base generator mapping |
|
Add a synchronized generator mapping |
|
Add a synchronous generator mapping |
|
Add a signal N generator mapping |
|
|
Add a WECC mapping |
Add a grid forming converter mapping |
|
Add an inertial grid mapping |
|
|
Add an HVDC P mapping |
Add an HVDC VSC mapping |
|
Add a transformer mapping |
|
Add a static var compensator mapping |
|
|
Add a shunt compensator mapping |
Add a line mapping |
|
Add a base bus mapping |
|
Add an infinite bus mapping |
|
Add a dynamic overload management system (not link to a network element) |
|
Add a dynamic two level overload management system (not link to a network element) |
|
Add a dynamic under voltage automation system (not link to a network element) |
|
Add a dynamic phase shifter I automation system (not link to a network element) |
|
Add a dynamic phase shifter P automation system (not link to a network element) |
|
|
Add a dynamic phase shifter blocking I automation system (not link to a network element) |
Add a dynamic tap changer automation system (not link to a network element) |
|
|
Add a dynamic tap changer blocking automation system (not link to a network element) |
EventMapping¶
Class to map events |
|
Get more informations about events |
|
Creates an equipment disconnection event |
|
Creates an active power variation event on generator or load |
|
Creates a reactive power variation event on load and generator without dynamic model |
|
Creates a reference voltage variation event on synchronized and synchronous generator |
|
Creates a bus node fault event |
|
|
Add an event model with event_name |
OutputVariableMapping¶
Class to map Curves and Final State Values |
|
|
Adds curves on a single dynamic model or network equipment without dynamic model |
Adds final state values on a single dynamic model or network equipment without dynamic model |
|
|
|
|
Parameters¶
|
Parameters for a dynamic simulation execution. |
Supported dynamic simulation specific parameters for a given provider. |
|
Get list of parameters for Dynawo provider. |
Simulation¶
|
Run the dynawo simulation |
Results¶
|
Can only be instantiated by |
Status of the simulation (SUCCESS or FAILURE) |
|
Status text of the simulation (failure description or empty if success) |
|
Dataframe of the curves results, columns are the curves names and rows are timestep |
|
Dataframe of the final state values results, first column is the fsv names, second one the final state values |
|
Dataframe of the simulation timeline, first column is the event time, second one the model name and the third one the event message |