Understand the core concepts of oemof.solph
devTo model and solve energy systems with oemof.solph, you need to understand four primary conceptual pillars:
- Energy System: The top-level abstraction representing the entire network of interconnected parts.
- Components: The individual building blocks (e.g., generators, storage, loads) that interact within the system.
- Optimization Model: The mathematical representation of the energy system that is passed to a solver to find an optimal operating state.
- Result Handling: The process of extracting and analyzing the data produced by the solver after the optimization is complete.