Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 6.27 KB

Tools_using_HELICS.md

File metadata and controls

59 lines (43 loc) · 6.27 KB

Tools with HELICS Support

The following list of tools is a list of tools that have worked with HELICS at some level either on current projects or in the past, or in some cases funded projects that will be working with certain tools.

Power Systems Tools

Electric Distribution System Simulation

  • GridLAB-D, an open-source tool for distribution power-flow, DER models, basic house thermal and end-use load models, and more. HELICS support currently (8/15/2018) provided in the develop branch which you have to build yourself as described here. Or a CMake based branch maintained as part of the GMLC-TDC organization
  • OpenDSS, an open-source tool for distribution powerflow, DER models, harmonics, and other capabilities traditionally found in commercial distribution analysis tools. There are two primary interfaces with HELICS support:
    • OpenDSSDirect.py which provides a "direct" interface to interact with the OpenDSS engine enabling support for non-Windows (Linux, OSX) systems.
    • PyDSS which builds on OpenDSSDirect to provide enhanced advanced inverter models and significantly more robust convergence with high-penetration DER controls along with flexible support for user-defined controls and visualization.
  • CYME has been used in connection with a python wrapper interface and through FMI wrapper.

Electric Transmission System Simulation

  • GridDyn, an open-source transmission power flow and dynamics simulator. HELICS support currently (4/14/2018) provided through the cmake_updates branch.
  • PSST, an open-source python-based unit-commitment and dispatch market simulator. HELICS examples are included in the HELICS-Tutorial
  • MATPOWER, an open-source Matlab based power flow and optimal power flow tool. HELICS support currently (4/14/2018) under development.
  • InterPSS, a Java-based power systems simulator. HELICS support currently (4/14/2018) under development. Use case instructions.
  • PSLF has some level of support using the experimental python interface.
  • PSS/E
  • PowerWorld Simulator is an interactive power system simulation package designed to simulate high voltage power system operation on a time frame ranging from several minutes to several days.
  • PyPower does not have a standard HELICS integration but it has been used on various projects. NOTE: according to the authors of PyPower is no longer being actively maintained. PYPOWER is a power flow and Optimal Power Flow (OPF) solver. It is a port of MATPOWER to the Python programming language. Current features include:
    • DC and AC (Newton’s method & Fast Decoupled) power flow and
    • DC and AC optimal power flow (OPF)

Electric Power Market simulation

  • FESTIV, the Flexible Energy Scheduling Tool for Integrating Variable Generation, provides multi-timescale steady-state power system operations simulations that aims to replicate the full time spectrum of scheduling and reserve processes (multi-step commitment and dispatch plus simplified AGC) to meet energy and reliability needs of the bulk power system.
  • PLEXOS, a commercial production cost simulator. Support via OpenPLEXOS is under development.
  • MATPOWER (described above) also includes basic optimal powerflow support.
  • PyPower (described above) also includes basic AC and DC optimal powerflow solvers.

Contingency Analysis tools

  • CAPE protection system modeling (IN development)
  • DCAT Dynamic contingency analysis tool

Communication Tools

  • HELICS provides built-in support for simple communications manipulations such as delays, lossy channels, etc. through its built-in filters.
  • ns-3, a discrete-event communication network simulator. Supported via the HELICS ns-3 module
  • OMNet++ is a public-source, component-based, modular and open-architecture simulation environment with strong GUI support and an embeddable simulation kernel. Its primary application area is the simulation of communication networks, but it has been successfully used in other areas like the simulation of IT systems, queueing networks, hardware architectures and business processes as well. Early stage development with OMNET++ and HELICS is underway and a prototype example is available in HELICS-omnetpp

Gas Pipeline Modeling

Optimization packages

  • GAMS
  • JuMP support is provided through the HELICS Julia interface

Transportation modeling

These are in development and are not operational yet

  • BEAM will have an interface to HELICS developed in an upcoming project.
  • POLARIS will have an interface to HELICS in an upcoming project.