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 |
|
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 WECC mapping |
Add a grid forming converter mapping |
|
|
Add an HVDC P mapping |
Add an HVDC VSC mapping |
|
Add a transformer mapping |
|
Add a static var 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 levels 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 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 |
|
Creates an equipment disconnection event |
|
Creates an equipment active power variation event |
|
Creates a bus node fault event |
OutputVariableMapping#
Class to map Curves and Final State Values |
|
Adds curves mapping on a single dynamic model |
|
Adds curves mapping on a single network equipment without dynamic model |
|
|
Adds final state values mapping on a single dynamic model |
|
Adds final state values mapping on a single network equipment without dynamic model |
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 |