NREL-Sienna / PowerSimulationsDynamics.jl

Julia package to run Dynamic Power System simulations. Part of the Scalable Integrated Infrastructure Planning Initiative at the National Renewable Energy Lab.
https://nrel-sienna.github.io/PowerSimulationsDynamics.jl/stable/
BSD 3-Clause "New" or "Revised" License
175 stars 42 forks source link

Adding a DynamicInverter to a Source throws an Error #375

Open HaleyRoss opened 6 months ago

HaleyRoss commented 6 months ago

Attempting to add a DynamicInverter to a Source causes an error

To Reproduce Build the OMIB System Remove the ThermalStandard and it's dynamic injector Define an DynamicInverter, then define a Source Add the Source to the system, then add the DynamicInverter

Expected behavior Both devices should be added to the system successfully, however the ResidualModel fails to build.

Screenshots If applicable, add screenshots to help explain your problem.

image image