Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add LCC and VSC Data Model, including parser #1205

Open
wants to merge 23 commits into
base: psy5
Choose a base branch
from

Conversation

rodrigomha
Copy link
Contributor

@rodrigomha rodrigomha commented Oct 21, 2024

No description provided.

@rodrigomha rodrigomha requested a review from jd-lara October 21, 2024 23:48
@rodrigomha rodrigomha self-assigned this Oct 21, 2024
Copy link

codecov bot commented Oct 22, 2024

Codecov Report

Attention: Patch coverage is 94.87179% with 2 lines in your changes missing coverage. Please review.

Please upload report for BASE (psy5@774695e). Learn more about missing BASE report.

Files with missing lines Patch % Lines
src/models/generated/TwoTerminalVSCLine.jl 94.87% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             psy5    #1205   +/-   ##
=======================================
  Coverage        ?   84.34%           
=======================================
  Files           ?      182           
  Lines           ?     8430           
  Branches        ?        0           
=======================================
  Hits            ?     7110           
  Misses          ?     1320           
  Partials        ?        0           
Flag Coverage Δ
unittests 84.34% <94.87%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
src/PowerSystems.jl 0.00% <ø> (ø)
src/models/generated/TwoTerminalVSCLine.jl 94.87% <94.87%> (ø)

@rodrigomha rodrigomha marked this pull request as ready for review November 4, 2024 23:53
@rodrigomha
Copy link
Contributor Author

@jd-lara this is ready for review

@rodrigomha rodrigomha changed the title [WIP] Add 2t line physical model Add 2t line physical model Nov 4, 2024
#! format: off

"""
mutable struct TwoTerminalHVDCDetailedLine <: ACBranch
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not re-use the VSC existing structure?

@@ -35,6 +35,7 @@ export MonitoredLine
export DCBranch
export TwoTerminalHVDCLine
export TwoTerminalVSCDCLine
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a comment that this will be dropped in PSY 5.0 please.

@rodrigomha
Copy link
Contributor Author

This is ready for review @jd-lara
We need to merge this to get testing passing in our PSI branch of 2T physical models.

Copy link
Member

@jd-lara jd-lara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add code here that reads from PSSe the VSC data and puts into the struct

@jd-lara jd-lara changed the title Add 2t line physical model Add 2t VSC line physical model Jan 13, 2025
@rodrigomha rodrigomha changed the title Add 2t VSC line physical model Add LCC and VSC Data Model, including parser Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants