Component-Focused System Models

Generic grid tessif energy system model example.

tessif_examples.scientific.component_focused.create_component_focused_msc(expansion_problem=False, periods=3)[source]

Component-focused energy system model scenario combinations.

Developed by Max Reimer as part of his Project Thesis.

Create a model of a generic component based energy system using tessif's model.

Parameters
  • expansion_problem (bool, default=False) – Boolean which states whether a commitment problem (False) or expansion problem (True) is to be solved

  • periods (int, default=3) – Number of time steps of the evaluated timeframe (one time step is one hour)

Returns

Tessif energy system.

Return type

tessif.system_model.AbstractEnergySystem

Examples

Generic System Visualization:

Image showing the create_component_es energy system graph.