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 TGSimple model #1195

Merged
merged 1 commit into from
Sep 18, 2024
Merged

add TGSimple model #1195

merged 1 commit into from
Sep 18, 2024

Conversation

rodrigomha
Copy link
Contributor

@rodrigomha rodrigomha commented Sep 16, 2024

Add basic single state turbine governor struct

τ = P_ref + d_t * (ω_ref - ω)
d τm / dt = (τ - τm) / Tm

@rodrigomha rodrigomha requested a review from jd-lara September 16, 2024 23:24
@rodrigomha rodrigomha self-assigned this Sep 16, 2024
Copy link

codecov bot commented Sep 16, 2024

Codecov Report

Attention: Patch coverage is 83.33333% with 3 lines in your changes missing coverage. Please review.

Project coverage is 84.62%. Comparing base (7fc254a) to head (509f07a).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
src/models/generated/TGSimple.jl 83.33% 3 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1195      +/-   ##
==========================================
- Coverage   84.63%   84.62%   -0.01%     
==========================================
  Files         180      181       +1     
  Lines        8264     8282      +18     
==========================================
+ Hits         6994     7009      +15     
- Misses       1270     1273       +3     
Flag Coverage Δ
unittests 84.62% <83.33%> (-0.01%) ⬇️

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

Files with missing lines Coverage Δ
src/PowerSystems.jl 100.00% <ø> (ø)
src/models/generated/TGSimple.jl 83.33% <83.33%> (ø)

@jd-lara jd-lara merged commit 985bdd5 into main Sep 18, 2024
9 of 10 checks passed
@jd-lara jd-lara deleted the rh/add_tg_simple branch December 13, 2024 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants