Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.43 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.43 KB

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)