Jann Launer

Results 37 issues of Jann Launer

This PR gives a draft of an example showing how to work with dual variables in oemof.solph. Final aim is to transparently show how to work with duals to e.g....

enhancement
help wanted
oemof-solph

In electrical/ * lopf.py * transshipment.py In sdewes_paper_2017/ * economic_dispatch.py * micro_grid_optimisation.py * unit_commitment_district_heating.py The edges do not get plotted, and no edge properties are shown. Is this only on...

help wanted
question

The scripts [calc_temp_drop.py and calc_pressure_loss.py](https://github.com/oemof/DHNx/tree/dev/tests/_files/tree_network_sim_expected_results) that reproduce the benchmark results for simulation rely on input data in the examples directory. To decouple the tests from the examples, they should rather...

code improvement

In `dhn_from_osm.connect_points_to_network`: New edges are just the old edges combined with the new, connecting edges. One step needs to be added: Cutting the edges in two at the new nodes....

bug

To decide the spelling of some words, it is helpful to have a definition. To be consistent with a decision in oemof.solph, let us use British English.

documentation

In this [issue on oemof/organisation](https://github.com/oemof/organisation/issues/51) and on the last dev meeting in Berlin we discussed and decided that we want to start developing a repo for district heating models as...

Make sure that these assumptions are mentioned in the documentation of the simulation models (these are review suggestions from #42). * [ ] properties of water are set globally, that...

To define the data requirements in a central place, we could include all requirements in the respective files in `component_attrs`. The already existing column 'requirement' in these tables could attain...

Aim: Set up a tutorial that shows the workflow integration of optimization and simulation.

Adds some facade classes and examples to use tespy for district heating simulations. * tespy_facades.py: Facades that create tespy components and connections in the background, * minimal_example.py: A minimal (1...

enhancement