Skip to content

package to map oemof.solph to semi-abstract classes for the api

License

Notifications You must be signed in to change notification settings

in-RET/inretensys-backend

Repository files navigation

InRetEnsys

Codacy Badge Codacy Badge

Package to Map oemof.solph-Classes to abstract classes for further use.

Usage

This package comes with an CLI-Interface to start and simulate energymodels.

Configuration

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

External Start

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

Parameters:

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)

About

package to map oemof.solph to semi-abstract classes for the api

Resources

License

Stars

Watchers

Forks