Package to Map oemof.solph-Classes to abstract classes for further use.
This package comes with an CLI-Interface to start and simulate energymodels.
To configurate an energymodel use therefore the following classes. Beginning with the components and adding them afterwards to an energysystem and energymodel.
Possible Classes:
- InRetEnsysBus
- InRetEnsysSink
- InRetEnsysSource
- InRetEnsysTransformer
- InRetEnsysStorage
- InRetEnsysEnergysystem
- InRetEnsysModel
To start the application it is necessary to define the following classes (and dump them into a file):
- InRetEnsysModel
- InRetEnsysEnergysystem
python main.py [-olp] [-wdir WORKINGDIRECTORY] configfile
olp - It's a flag to select the single output of the lp-File wdir - Path to the Workingdirectory, if not given it's the current directory
configfile - Necessary - the path to the configuration which is build before (binary or json)