From a603a998ef0d782c5a3ced49aa6fc5fa05362c05 Mon Sep 17 00:00:00 2001 From: noffermann <80309588+noffermann@users.noreply.github.com> Date: Wed, 28 Jul 2021 11:41:21 +0200 Subject: [PATCH 1/3] Create OLM.rst add OLM type model according to IEEE 738-2012 --- docs/readthedocs/models/input/OLM.rst | 45 +++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 docs/readthedocs/models/input/OLM.rst diff --git a/docs/readthedocs/models/input/OLM.rst b/docs/readthedocs/models/input/OLM.rst new file mode 100644 index 000000000..dbe7719cf --- /dev/null +++ b/docs/readthedocs/models/input/OLM.rst @@ -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 | ++--------------+---------+---------------------------------------------+ +| R_dc20 | Ohm/m | Specific DC resistance at 20°C | ++--------------+---------+---------------------------------------------+ +| Buendelanzahl| -- | | ++--------------+---------+---------------------------------------------+ +| epsilon | -- | Emissivity According to IEEE Standard 2012 | ++--------------+---------+---------------------------------------------+ +| alpha_solar | -- | solar absorptivity | ++--------------+---------+---------------------------------------------+ + + + + +Caveats +^^^^^^^ +Nothing - at least not known. +If you found something, please contact us! \ No newline at end of file From 451dfc3d72dd09d7f8d36005a3c644be39ebcfd6 Mon Sep 17 00:00:00 2001 From: noffermann <80309588+noffermann@users.noreply.github.com> Date: Wed, 28 Jul 2021 12:03:29 +0200 Subject: [PATCH 2/3] Update line.rst Delete olmCharacteristic from line entity model --- docs/readthedocs/models/input/grid/line.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/readthedocs/models/input/grid/line.rst b/docs/readthedocs/models/input/grid/line.rst index 800cb3092..a3479c90f 100644 --- a/docs/readthedocs/models/input/grid/line.rst +++ b/docs/readthedocs/models/input/grid/line.rst @@ -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 | -| | | | Can be given in the form of `olm:{}`. | -| | | | The pairs are wind velocity in x and permissible | -| | | | loading in y. | -+-------------------+------+--------------------------------------------------------+ Caveats ^^^^^^^ From 508fa56b04c5ed0193a5a6e20c0960b046c4e04e Mon Sep 17 00:00:00 2001 From: Nils Offermann Date: Mon, 7 Feb 2022 13:47:08 +0100 Subject: [PATCH 3/3] update olm model --- docs/readthedocs/models/input/OLM.rst | 52 ++++++++++----------- docs/readthedocs/models/input/grid/line.rst | 2 + docs/readthedocs/models/input/olmSimple.rst | 32 +++++++++++++ 3 files changed, 60 insertions(+), 26 deletions(-) create mode 100644 docs/readthedocs/models/input/olmSimple.rst diff --git a/docs/readthedocs/models/input/OLM.rst b/docs/readthedocs/models/input/OLM.rst index dbe7719cf..9c6175520 100644 --- a/docs/readthedocs/models/input/OLM.rst +++ b/docs/readthedocs/models/input/OLM.rst @@ -2,7 +2,7 @@ overhead line monitoring ---- -Representation of an olm type. +Representation of an olm type according to IEEE Standard 2012. Attributes, Units and Remarks ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -10,31 +10,31 @@ 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 | -+--------------+---------+---------------------------------------------+ -| R_dc20 | Ohm/m | Specific DC resistance at 20°C | -+--------------+---------+---------------------------------------------+ -| Buendelanzahl| -- | | -+--------------+---------+---------------------------------------------+ -| epsilon | -- | Emissivity According to IEEE Standard 2012 | -+--------------+---------+---------------------------------------------+ -| alpha_solar | -- | solar absorptivity | -+--------------+---------+---------------------------------------------+ ++-------------------+---------+---------------------------------------------+ +| 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 | ++-------------------+---------+---------------------------------------------+ diff --git a/docs/readthedocs/models/input/grid/line.rst b/docs/readthedocs/models/input/grid/line.rst index d74d02bc9..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 """""""""""" 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