Skip to content

Commit

Permalink
merge dev into features/#21-import-connect-genos
Browse files Browse the repository at this point in the history
  • Loading branch information
nesnoj committed Sep 11, 2017
2 parents 77a3265 + 7ccb55f commit 854a7db
Show file tree
Hide file tree
Showing 22 changed files with 1,153 additions and 231 deletions.
7 changes: 6 additions & 1 deletion doc/definitions_and_units.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,9 @@ Glossary

Units
-----
Voltage in kV
.. csv-table:: List of variables and units
:file: units_table.csv
:delim: ;
:header-rows: 1
:widths: 5, 1, 1, 5
:stub-columns: 0
10 changes: 10 additions & 0 deletions doc/dev_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ Therefore use the flag :code:`--process-dependency-links` ::
pip3 install -e <path-to-repo> --process-dependency-links


Code style
~~~~~~~~~~

* **Documentation of `@property` functions**: Put documentation of getter and
setter both in Docstring of getter, see
`on Stackoverflow <https://stackoverflow.com/a/16025754/6385207>`_
* Order of public/private/protected methods, property decorators, etc. in a
class: TBD


Documentation
~~~~~~~~~~~~~

Expand Down
4 changes: 2 additions & 2 deletions doc/eDisGo_UML.graphml
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ get_ego_load_timeseries()</y:MethodLabel>
</y:Path>
<y:LineStyle color="#000000" type="line" width="1.0"/>
<y:Arrows source="diamond" target="plain"/>
<y:EdgeLabel alignment="center" configuration="AutoFlippingLabel" distance="2.0" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="31.9375" horizontalTextPosition="center" iconTextGap="4" modelName="free" modelPosition="anywhere" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" verticalTextPosition="bottom" visible="true" width="49.181640625" x="-514.3714579948359" y="56.407269478294836">#graph
<y:EdgeLabel alignment="center" configuration="AutoFlippingLabel" distance="2.0" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="31.9375" modelName="free" modelPosition="anywhere" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" visible="true" width="49.181640625" x="-282.56137674425173" y="69.97069253212169">#graph
1<y:PreferredPlacementDescriptor angle="0.0" angleOffsetOnRightSide="0" angleReference="absolute" angleRotationOnRightSide="co" distance="-1.0" frozen="true" placement="anywhere" side="anywhere" sideReference="relative_to_edge_flow"/>
</y:EdgeLabel>
<y:BendStyle smoothed="false"/>
Expand Down Expand Up @@ -643,7 +643,7 @@ get_ego_load_timeseries()</y:MethodLabel>
</y:Path>
<y:LineStyle color="#000000" type="line" width="1.0"/>
<y:Arrows source="diamond" target="plain"/>
<y:EdgeLabel alignment="center" configuration="AutoFlippingLabel" distance="2.0" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="31.9375" horizontalTextPosition="center" iconTextGap="4" modelName="free" modelPosition="anywhere" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" verticalTextPosition="bottom" visible="true" width="62.787109375" x="331.28771656783374" y="28.158226000033835">#network
<y:EdgeLabel alignment="center" configuration="AutoFlippingLabel" distance="2.0" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="31.9375" modelName="free" modelPosition="anywhere" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" visible="true" width="62.787109375" x="442.5946014070996" y="69.97069253212169">#network
1<y:PreferredPlacementDescriptor angle="0.0" angleOffsetOnRightSide="0" angleReference="absolute" angleRotationOnRightSide="co" distance="-1.0" frozen="true" placement="anywhere" side="anywhere" sideReference="relative_to_edge_flow"/>
</y:EdgeLabel>
<y:BendStyle smoothed="false"/>
Expand Down
11 changes: 11 additions & 0 deletions doc/units_table.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Variable;Symbol;Unit;Comment
Current;I;A;
Length;l;km;
Active Power;P;kW;
Reactive Power;Q;kvar;
Apparent Power;S;kVA;
Resistance;R;Ohm or Ohm/km;Ohm/km applies to lines
Reactance;X;Ohm or Ohm/km;Ohm/km applies to lines
Voltage;V;kV;
Inductance;L;mH/km;
Capacitance;C;nF/km;
2 changes: 1 addition & 1 deletion edisgo/config/config_flexopt_default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# eDisGo lives at github: https://github.com/openego/edisgo/
# The documentation is available on RTD: http://edisgo.readthedocs.io

[grid_expansion]
[flex_opt]

# standard equipment (column 'name' in equipment files)
std_hv_mv_transformer = 40 MVA
Expand Down
Loading

0 comments on commit 854a7db

Please sign in to comment.