ORNL / ORNL/GridKit

Model Interoperability

Open
#509 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
27
Forks
11
Avg merge
3d 8h
Merged PRs (30d)
23

Description

Summary

Discussion of model conversion and data authority between models (PowerFlow, PhasorDynamics, and EMT)

Rationale

PowerFlow, PhasorDynamics, and EMT in practice are co-dependent. Their case data and initialization are coupled, and there are some fundamental details we need to layout before implementing EMT.

Description

Although it depends on the application and dataset, the following dependence between models can be described as:

  • PowerFlow initializes PhasorDynamics
  • PhasorDynamics initializes EMT

In an ideal world, we would have ONE authorative EMT model from which PhasorDynamics and PowerFlow are derived (i.e., the parameters and structural properties of the case). so ideally:

  • PowerFlow derived from PhasorDynamics
  • PhasorDynamics derived from EMT

That is not always feasible so it is sometimes done in reverse, making reduced order assumption. Typically, the interface of these models is concerned with intialization of state, and its not clear how that should be done, or what API should own that interoperability in GridKit.

!!!Translating between domains in power systems is a known friction!!!, and it would be valuable to discuss how we might confront this in GridKit so we dont trap ourselves. We need to establish a parameter and initialization interface between these models.

This has been at the front of my mind during the PES general meeting and this week's meeting with Ignas regarding PowerFlow.

Additional information

The PowerFlow to PhasorDynamics Interface tracked in #466

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the PowerFlow to PhasorDynamics interface tracked in #466 and the model relationships described here. Clarify model authority, conversion direction, state initialization, and API ownership; done means an agreed interoperability design that can guide EMT implementation.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
backend-api-design
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.