Basic Storage Example

Tessif minimum working example energy system model.

tessif_examples.basic.storage_example.create_storage_example()[source]

Create a small energy system utilizing a storage.

Returns

Tessif energy system.

Return type

tessif.system_model.AbstractEnergySystem

Warning

In this example the installed capacity is set to 0, but expandable (A common use case). Common ESSMOS tools, however, use capacity specific values for idle losses and initial as well as final soc constraints.

Given the initial capacity is 0, this problem is solved by setting the initial soc as well as the idle losses to 0, if necessary.

To avoid this caveat, set the inital capacity to a small value and adjust initial soc and idle changes accordingly. This might involve some trial and error.

Examples

Generic System Visualization:

Image showing the create_storage_example energy system graph.