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

Documentation: DCPPowerModel description text #910

Closed
KSepetanc opened this issue Apr 16, 2024 · 3 comments · Fixed by #911
Closed

Documentation: DCPPowerModel description text #910

KSepetanc opened this issue Apr 16, 2024 · 3 comments · Fixed by #911

Comments

@KSepetanc
Copy link
Contributor

KSepetanc commented Apr 16, 2024

Formula in the description of DC model appears to mistyped:
link
br_b = -br_x / (br_x^2 + br_x^2)

Instead I think it should be:
br_b = -br_x / (br_x^2 + br_r^2)

Can we fix this?

@odow
Copy link
Collaborator

odow commented Apr 16, 2024

I don't think the link you've provided is correct?

I see:

image

@odow
Copy link
Collaborator

odow commented Apr 17, 2024

See #911

@KSepetanc
Copy link
Contributor Author

Fixed the link. Thanks for fixing.

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 a pull request may close this issue.

2 participants