oemof / DHNx

District heating system optimisation and simulation models
MIT License
27 stars 12 forks source link

Default investment options #68

Open joroeder opened 3 years ago

joroeder commented 3 years ago

Within the optimisation part of DHNx, you need to provide parameters for the oemof-solph components - called investment-and-additional-options.

The idea is to provide default parameters for the simpliest case of a district heating network optimisation, which would be:

Then, a user just needs to add data for the heat demand of the consumers, and a network optimisation can be performed.

I wonder where to put these data? Should we introduce a new folder in dhnx/defaults_values/*, analog to component_attrs?