diff --git a/docs/readthedocs/models/input/OLM.rst b/docs/readthedocs/models/input/OLM.rst new file mode 100644 index 000000000..9c6175520 --- /dev/null +++ b/docs/readthedocs/models/input/OLM.rst @@ -0,0 +1,45 @@ +.. _olm_model: + +overhead line monitoring +---- +Representation of an olm type according to IEEE Standard 2012. + +Attributes, Units and Remarks +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Type Model +"""""""""" + ++-------------------+---------+---------------------------------------------+ +| Attribute | Unit | Remarks | ++===================+=========+=============================================+ +| uuid | -- | | ++-------------------+---------+---------------------------------------------+ +| id | -- | Human readable identifier | ++-------------------+---------+---------------------------------------------+ +| temperatureMax | °C | Max. line temperature | ++-------------------+---------+---------------------------------------------+ +| alphaLine | 1/K | Coefficient of thermal expansion | ++-------------------+---------+---------------------------------------------+ +| layers | -- | Number of layers per line | ++-------------------+---------+---------------------------------------------+ +| conductorArea | mm^2 | Cross section | ++-------------------+---------+---------------------------------------------+ +| conductorDiameter | m | Conductor diameter | ++-------------------+---------+---------------------------------------------+ +| rDC20 | Ω / km | Specific DC resistance at 20°C | ++-------------------+---------+---------------------------------------------+ +| bundles | -- | Overall number of bundles | ++-------------------+---------+---------------------------------------------+ +| emissivity | -- | Emissivity according to IEEE Standard 2012 | ++-------------------+---------+---------------------------------------------+ +| alphaSolar | -- | Solar absorptivity | ++-------------------+---------+---------------------------------------------+ + + + + +Caveats +^^^^^^^ +Nothing - at least not known. +If you found something, please contact us! \ No newline at end of file diff --git a/docs/readthedocs/models/input/grid/line.rst b/docs/readthedocs/models/input/grid/line.rst index 7a1409c2b..1f44b33f5 100644 --- a/docs/readthedocs/models/input/grid/line.rst +++ b/docs/readthedocs/models/input/grid/line.rst @@ -29,6 +29,8 @@ Type Model +-----------+---------+---------------------------------------------+ | vRated | kV | Rated voltage | +-----------+---------+---------------------------------------------+ +| olmModel | -- | | ++-----------+---------+---------------------------------------------+ Entity Model """""""""""" @@ -59,11 +61,6 @@ Entity Model | geoPosition | -- | | Line string of geographical locations describing the | | | | | position of the line | +-------------------+------+--------------------------------------------------------+ -| olmCharacteristic | -- | | Characteristic of possible overhead line monitoring | -| | | | Can be given in the form of `olm:{}`. | -| | | | The pairs are wind velocity in x and permissible | -| | | | loading in y. | -+-------------------+------+--------------------------------------------------------+ Caveats ^^^^^^^ diff --git a/docs/readthedocs/models/input/olmSimple.rst b/docs/readthedocs/models/input/olmSimple.rst new file mode 100644 index 000000000..4cd49350b --- /dev/null +++ b/docs/readthedocs/models/input/olmSimple.rst @@ -0,0 +1,32 @@ +.. _olm_model: + +overhead line monitoring +---- +Representation of a simple olm type. + +Attributes, Units and Remarks +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Type Model +"""""""""" + ++-------------------+---------+--------------------------------------------------------+ +| Attribute | Unit | Remarks | ++===================+=========+========================================================+ +| uuid | -- | | ++-------------------+---------+--------------------------------------------------------+ +| id | -- | Human readable identifier | ++-------------------+---------+--------------------------------------------------------+ +| olmCharacteristic | -- | | Characteristic of possible overhead line monitoring | +| | | | Can be given in the form of `olm:{}`. | +| | | | The pairs are wind velocity in x and permissible | +| | | | loading in y. | ++-------------------+---------+--------------------------------------------------------+ + + + + +Caveats +^^^^^^^ +Nothing - at least not known. +If you found something, please contact us! \ No newline at end of file