Julia package to run Dynamic Power System simulations. Part of the Scalable Integrated Infrastructure Planning Initiative at the National Renewable Energy Lab.
We need to explicitly state to use using PowerNetworkMatrices when creating Ybus.
In addition, we should discuss if NetworkSwitch should ONLY use a SparseMatrix or not. From a user perspective we should allow the user to use directly a dense matrix if they want.
We need to explicitly state to use
using PowerNetworkMatrices
when creating Ybus.In addition, we should discuss if NetworkSwitch should ONLY use a SparseMatrix or not. From a user perspective we should allow the user to use directly a dense matrix if they want.
In any case, we need to update the tutorial of Perturbations since it is using Dense Matrices: https://nrel-sienna.github.io/PowerSimulationsDynamics.jl/stable/perturbations/