Python Package Description¶
The python package description gives a general description of the code itself. It describes the package structure (modules and classes, with their functions and variables).
Contents¶
- EnergySystemModel — The main class for creating and solving energy system models.
- Components — Source/Sink, Conversion, Transmission, and Storage component classes.
- Subclasses — Specialized component formulations extending the standard components with additional behavior, such as dynamic operation, part-load modeling, and linear optimal power flow (LOPF) representations.
- Expansion Modules — Additional modules for extended optimization features.
- Output Manager — Tools for reading, writing and visualizing results.
- Aggregations — Time series and spatial aggregation methods.