-
Notifications
You must be signed in to change notification settings - Fork 5
No/#405 add olm model #505
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
base: dev
Are you sure you want to change the base?
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
.. _olm_model: | ||
|
||
overhead line monitoring | ||
---- | ||
Representation of an olm type. | ||
|
||
Attributes, Units and Remarks | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
Type Model | ||
"""""""""" | ||
|
||
+--------------+---------+---------------------------------------------+ | ||
| Attribute | Unit | Remarks | | ||
+==============+=========+=============================================+ | ||
| uuid | -- | | | ||
+--------------+---------+---------------------------------------------+ | ||
| id | -- | Human readable identifier | | ||
+--------------+---------+---------------------------------------------+ | ||
| T_s | °C | max. line temperature | | ||
+--------------+---------+---------------------------------------------+ | ||
| alpha_line | 1/K | Coefficient of thermal expansion | | ||
+--------------+---------+---------------------------------------------+ | ||
| layer | -- | Number of layers per line | | ||
+--------------+---------+---------------------------------------------+ | ||
| sq | mm^2 | cross section | | ||
+--------------+---------+---------------------------------------------+ | ||
| D_0 | m | Leiterdurchmesser Bewehrung | | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. As we want to target a wide audience, please use English for the documentation. |
||
+--------------+---------+---------------------------------------------+ | ||
| R_dc20 | Ohm/m | Specific DC resistance at 20°C | | ||
+--------------+---------+---------------------------------------------+ | ||
| Buendelanzahl| -- | | | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same here. |
||
+--------------+---------+---------------------------------------------+ | ||
| epsilon | -- | Emissivity According to IEEE Standard 2012 | | ||
+--------------+---------+---------------------------------------------+ | ||
| alpha_solar | -- | solar absorptivity | | ||
+--------------+---------+---------------------------------------------+ | ||
|
||
|
||
|
||
|
||
Caveats | ||
^^^^^^^ | ||
Nothing - at least not known. | ||
If you found something, please contact us! |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,11 +59,6 @@ Entity Model | |
| geoPosition | -- | | Line string of geographical locations describing the | | ||
| | | | position of the line | | ||
+-------------------+------+--------------------------------------------------------+ | ||
| olmCharacteristic | -- | | Characteristic of possible overhead line monitoring | | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Within the line model, we need some reference to the OLM model. That is, that I'd like to keep this field and possibly rename it to |
||
| | | | Can be given in the form of `olm:{<List of Pairs>}`. | | ||
| | | | The pairs are wind velocity in x and permissible | | ||
| | | | loading in y. | | ||
+-------------------+------+--------------------------------------------------------+ | ||
|
||
Caveats | ||
^^^^^^^ | ||
|
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.
Throughout the PowerSystemDataModel our variable naming shifted a bit towards expressiveness. It would be good, if you could consider some changes in the naming. E.g.
temperatureMax
. Additionally, we have used camel case in the other documentation pages. So, it would be good, if we could stick with the same concept in all places.Moreover, we have defined some StandardUnits. Maybe you could consider to switch the units to those.