DHNx
DHNx copied to clipboard
District heating system optimisation and simulation models
i'm a student, who make a research in the field of fault diagnosis in heating systems. i wonder whether the dataset can share with me or not.
Hi all, when i try to run the following code: network.optimize_investment(invest_options=invest_opt) i get this error: TypeError: Node.init() got an unexpected keyword argument 'heat_loss_factor' Can you please help me to find...
The following issues are addressed. Sorry for putting it all in this PR. This is a complete revision of `dhnx/optimization/oemof_heatpipe.py` * [x] Fix oemof network 0.5.0: There were changes in...
Hi all, I am here with the issue related to the optimization. I tried to run the examples provided, and got the KeyError like this: `'Index \'("", "")\' is not...
Dear DHNx community, I was wondering if it is possible to do an economic expansion (therefore, not all demands need to be met, only those maximizing net total costs of...
Version 0.5.1 of oemof.solph introduced the (experimental) feature of supporting multi-period investments: https://oemof-solph.readthedocs.io/en/stable/changelog.html#v0-5-1-august-31st-2023 The update changes the way certain objects with a time index are referenced, since the index now...
Version 0.5.1 of oemof.solph introduced the (experimental) feature of supporting multi-period investments: https://oemof-solph.readthedocs.io/en/stable/changelog.html#v0-5-1-august-31st-2023 The update changes the way certain objects with a time index are referenced, since the index now...
This PR addresses #105 The idea is to get make the input_invest folder obsolet for the default case. The investment data for the pipelines should become more present as explicit...
I noticed that some tests of the simulation parted do not properly test. I am wondering how to proceed with the simulation part at all. There are better open source...