ORNL/GridKit

Make PhasorDynamics models Hessenberg-ready

开放

#463 创建于 2026年6月24日

 (4 条评论) (1 个反应) (1 位负责人)C++ (10 个派生)auto 404
help wantednew modelquestion

仓库指标

星标
 (23 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Summary

Track PhasorDynamics models whose state equations are not in explicit derivative form, especially parameter-switched cases where a state can become algebraic.

Rationale

In #439, IEEET1 supports $T_R = 0$ by retagging $V_{ts}$ as algebraic. That works for fully implicit DAE residuals, but can block future Hessenberg-form solvers that need separate differential right-hand-side and algebraic residual methods.

Description

Define a convention for these parametrically piecewise models, then update each affected model so it has a Hessenberg-compatible representation.

Models to cover:

Additional information

Any changes would be mostly mechanical tasks; unclear what the final desired algebraic/differential variant implementation looks like at this time.

We also need to determine:

  • how to document conditionally algebraic states/equations
  • how to reduce the count of duplicate equations if we have multiple variations of each model

贡献者指南