-
Notifications
You must be signed in to change notification settings - Fork 4
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
Conversation
2e65884
to
c349708
Compare
c349708
to
3cfd0e9
Compare
3cfd0e9
to
70e1130
Compare
70e1130
to
d577d00
Compare
a5e3e63
to
53fb1cb
Compare
8333ca5
to
cf400a9
Compare
cf400a9
to
c57cae4
Compare
} | ||
|
||
const ShuntId id; ///< Shunt id | ||
const BusId busId; ///< the connected bus of the shunt |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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)
sources/Inputs/include/Node.h
Outdated
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 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK
1413410
to
7c8b28e
Compare
closes #216
requires dynawo/dynawo#1909