tdcosim / TDcoSim

T&D co-simulation package
Other
23 stars 8 forks source link

Combination of Default and manual feeder calculation #5

Closed yim0331 closed 2 years ago

yim0331 commented 4 years ago

Currently, we are using either manual feeder or default feeder configuration for OpenDSSConfig.

If there is at least one manual feeder configuration, TDcosim doesn't create any client for the other loadbuses.

I think TDcosim needs to support both configurations simultaneously.

sibyjackgrove commented 2 years ago

This was resolved in the v2 release with commit 5d41f434d1f0384fa82dd847ec71f5dab0040880. Now, if a default feeder configuration is provided it will populate all the buses not used by the manual feeder configuration. So both default and manual feeder configurations are used if they are provided within the configuration file.