-
Notifications
You must be signed in to change notification settings - Fork 12
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
UserModel headers #7
Milestone
Comments
First set of files committed in efec8bf |
PMeira
added a commit
that referenced
this issue
Mar 5, 2019
…rallel_Version/Source becomes Version8/Source. See #7.
Closing since the headers are available and mostly working as expected. See also #57 (comment) |
See also some related issues with |
PMeira
pushed a commit
that referenced
this issue
Dec 18, 2024
(1) Added "conductors" array attribute (Prop #20) to LineGeometry to be used along with a LineSpacing similar to the recently added feature of Line objects (conductors=[cndata.cncablename, cndata.cncablename, tsdata.tscablename, wiredata.wirename]; "None" should be used to define unused positions in the referenced LineSpacing). (2) Added Properties to LineSpacing: "detailed" (#6), "EqDistPhPh"(#7), "EqDistPhN"(#8), "AvgPhaseHeight" (#9), and "AvgNeutralHeight" (#10). "Detailed" is Yes/True by default which disregards the other properties (expecting the usual cross-sectional X and H arrays or coordinates). This is intended to model Equivalent Phase to Phase and Phase to Neutral distances which is typically available in commercial software platforms. The resulting series impedance and shunt admittance matrices are symmetrical and the diagonal elements are identical. These additions require updates to LineConstants and CableConstants to account for the usage of either the detailed cross-sectional coordinates or the equivalent ones. git-svn-id: https://svn.code.sf.net/p/electricdss/code/trunk@3910 d8739450-1e93-4ef4-a0af-c327d92816ff
PMeira
pushed a commit
that referenced
this issue
Dec 18, 2024
(1) Added "conductors" array attribute (Prop #20) to LineGeometry to be used along with a LineSpacing similar to the recently added feature of Line objects (conductors=[cndata.cncablename, cndata.cncablename, tsdata.tscablename, wiredata.wirename]; "None" should be used to define unused positions in the referenced LineSpacing). (2) Added Properties to LineSpacing: "detailed" (#6), "EqDistPhPh"(#7), "EqDistPhN"(#8), "AvgPhaseHeight" (#9), and "AvgNeutralHeight" (#10). "Detailed" is Yes/True by default which disregards the other properties (expecting the usual cross-sectional X and H arrays or coordinates). This is intended to model Equivalent Phase to Phase and Phase to Neutral distances which is typically available in commercial software platforms. The resulting series impedance and shunt admittance matrices are symmetrical and the diagonal elements are identical. These additions require updates to LineConstants and CableConstants to account for the usage of either the detailed cross-sectional coordinates or the equivalent ones. git-svn-id: https://svn.code.sf.net/p/electricdss/code/trunk@3910 d8739450-1e93-4ef4-a0af-c327d92816ff
PMeira
pushed a commit
that referenced
this issue
Dec 18, 2024
(1) Added "conductors" array attribute (Prop #20) to LineGeometry to be used along with a LineSpacing similar to the recently added feature of Line objects (conductors=[cndata.cncablename, cndata.cncablename, tsdata.tscablename, wiredata.wirename]; "None" should be used to define unused positions in the referenced LineSpacing). (2) Added Properties to LineSpacing: "detailed" (#6), "EqDistPhPh"(#7), "EqDistPhN"(#8), "AvgPhaseHeight" (#9), and "AvgNeutralHeight" (#10). "Detailed" is Yes/True by default which disregards the other properties (expecting the usual cross-sectional X and H arrays or coordinates). This is intended to model Equivalent Phase to Phase and Phase to Neutral distances which is typically available in commercial software platforms. The resulting series impedance and shunt admittance matrices are symmetrical and the diagonal elements are identical. These additions require updates to LineConstants and CableConstants to account for the usage of either the detailed cross-sectional coordinates or the equivalent ones. git-svn-id: https://svn.code.sf.net/p/electricdss/code/trunk@3910 d8739450-1e93-4ef4-a0af-c327d92816ff
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For convenience, rework and include our internal UserModel (generators, storage, controls...) headers in this repository.
Remember to note that the headers can be used with the official OpenDSS but the actual UserModel usage is buggy at the moment.
See also dss-extensions/DSS-Python#14
The text was updated successfully, but these errors were encountered: