Basic Transformer-Grid Modelling Example

Tessif minimum working example energy system model.

tessif_examples.basic.simple_transformer_grid_es.create_simple_transformer_grid_es()[source]

Create a simplified grid energy system for testing.

Emulates common grid (congestion) behaviours, during its 6 timesteps:

  1. Everything provided by HV-Source

  2. Too much provided by HV-Source; H2M grid congests and MV-BS and MV-XS need to compensate

  3. Too little provided, so MV-BS needs to provide

  4. Everything provided by MV-Source

  5. Too much provided by MV-Source, M2H grid congests and HV-BS and HV-XS need to compensate

  6. Too little provided, so MV-BS needs to provide

Returns

Tessif energy system model (scenario comibnation) emulating common grid analysis topics.

Return type

tessif.system_model.AbstractEnergySystem

Example

Generic System Visualization:

Image showing the simple transformer grid es generic graph