Energy-MAC/LITS.jl

PSY update

Closed this issue · 0 comments

  • Remove structs
  • Make Ports.jl file
  • Make Inner_vars.jl file
  • Make test for constructing a PSY.System using Dynamic components
  • Update DynamicInverter and DynamicGenerator in PSY to use ext
  • Update name in PSY of generators and inverters to be a string
  • Join DynamicSystem and DynamicSimulation -> LITSmodel: Remove buses, Remove branches and other. Move internal indexes to LITSmodel
  • Develop code to assign ports to devices in system.
  • Move indexing code
  • Develop build!() function for the LITSmodel
  • develop required getter functions
  • Update system model and device models on LITS
  • Update DynamicBranch uses (Not possible to do small signal)
  • Update test code
  • Update Examples
  • Update docs
  • Enable use of https://github.com/JuliaDiff/ForwardDiff.jl for Eigenvalue calculations
  • Small signal testing