Grid-Focused System Models
Transformer-Grid-focused tessif system model example.
- tessif_examples.scientific.grid_focused.create_lossless_commitment_msc(periods=24)[source]
Create the TransCnE system model scenarios combinations.
Created by Tim Hanke. Modified by Mathias Ammon.
- Parameters
periods¶ (int, default=24) – Number of time steps of the evaluated timeframe (one time step represents one hour)
Note
Changes compared to Hanke Project Thesis:
Rename
"[High/Mid/Low] Voltage Powerline"to"[High/Mid/Low] Voltage Grid"Rename
"[High/Low] Voltage Transformator"to"[High/Low] Voltage Transfer Grid"
- Returns
es – Tessif energy system.
- Return type
tessif.system_model.AbstractEnergySystem
Examples
Generic System Visualization:
- tessif_examples.scientific.grid_focused.create_transformer_grid_focused_msc(periods=24, transformer_efficiency=0.93, gridcapacity=60000, expansion=False)[source]
Create the TransCnE system model scenarios combinations.
Created by Tim Hanke. Modified by Mathias Ammon.
- Parameters
periods¶ (int, default=24) – Number of time steps of the evaluated timeframe (one time step is one hour)
transformer_efficiency¶ (int, default=0.99) – Efficiency of the grid transformers (must be a value between 0 and 1)
gridcapacity¶ (int, default=60000) – Transmission capacity of the transformers of the gridstructure (at 0 the parts of the grid are not connected)
expansion¶ (bool, default=False) – If
Truemaximum grid capacity is subject to expansion.
Note
Changes compared to Hanke Project Thesis:
Rename
"Power Source [Voltage]"to"Deficit Source [Voltage]"Rename
"Power Sinks [Voltage]"to"Excess Sinks [Voltage]"Rename
"[High/Mid/Low] Voltage Powerline"to"[High/Mid/Low] Voltage Grid"Rename
"[Voltage to Voltage] Transformator"to"[Voltage to Voltage] Transfer"Change gridcapacity parameter to reference the maximum outflow.
Expansion capabilities are added to allow maximum grid capacity to be expanded
Default transformer_efficiency is decreased to
0.93to discourage energy circulation between to grid busses to dissipate surplus amounts.Outflow costs of 10 cost units per power unit are added to all
Transfercomponents, to further discourage energy circulation between to grid busses to dissipate surplus amounts and to encourage local production and consumption.
- Returns
es – Tessif energy system.
- Return type
tessif.system_model.AbstractEnergySystem
Examples
Generic System Visualization: