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

Figure out what active and reactive power limits should be in cases of ambiguity #88

Open
GabrielKS opened this issue Feb 5, 2025 · 0 comments

Comments

@GabrielKS
Copy link
Contributor

GabrielKS commented Feb 5, 2025

Instances of this:

  • # TODO verify whether this is the correct behavior for Storage, (a) for redistribution and (b) for exporting
    get_active_power_limits_for_power_flow(gen::PSY.Storage) =
    (min = 0.0, max = PSY.get_output_active_power_limits(gen).max)
  • function get_reactive_power_limits_for_power_flow(gen::PSY.Storage)
    limits = PSY.get_reactive_power_limits(gen)
    isnothing(limits) && return (min = -Inf, max = Inf) # TODO decide on proper behavior in this case
    return limits
    end

(more to come here)

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

No branches or pull requests

1 participant