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

#216 Implement shunt regulation model #224

Closed
wants to merge 4 commits into from
Closed

Conversation

lecourtoisflo
Copy link
Collaborator

closes #216

requires dynawo/dynawo#1909

sources/Context.h Outdated Show resolved Hide resolved
sources/Inputs/include/Node.h Outdated Show resolved Hide resolved
sources/Inputs/include/Node.h Outdated Show resolved Hide resolved
sources/Inputs/include/Node.h Outdated Show resolved Hide resolved
@lecourtoisflo lecourtoisflo force-pushed the 216_shunts branch 2 times, most recently from a5e3e63 to 53fb1cb Compare December 6, 2021 12:18
@lecourtoisflo lecourtoisflo marked this pull request as draft December 8, 2021 07:35
@lecourtoisflo lecourtoisflo marked this pull request as ready for review December 8, 2021 15:35
}

const ShuntId id; ///< Shunt id
const BusId busId; ///< the connected bus of the shunt
Copy link
Contributor

Choose a reason for hiding this comment

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

is this the bus of connection or the regulated one? the comment here is not aligned on the one of line 144 above

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

According to dynawo documentation, it is the connection bus (comment l144 corrected)

const BusId busId; ///< the connected bus of the shunt
const double targetV; ///< the target V of the shunt
const bool voltageRegulationOn; ///< whether voltage regulation is enabled for the shunt
const std::vector<double> bSections; ///< the vector of the B values for the shunt
Copy link
Contributor

Choose a reason for hiding this comment

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

please replace B by susceptance everywhere in comments

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

OK

@marcochiaramello marcochiaramello marked this pull request as draft February 28, 2022 15:59
@rosiereflo rosiereflo closed this Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Complete Shunt regulation implementation
3 participants