Francesco Witte

Results 115 issues of Francesco Witte

As it says in the title. A short example of a use-case and the usage of these parameters would be a good addition to the documentation.

documentation

It is necessary to specify the fluid in single fluid networks at some point. This seems redundant as the value is clear anyway. To fix this, an issue could arise...

enhancement
core
API

Some files (setup.cfg, pyproject.toml, etc) are loaded with outdated stuff.

**Describe the bug** The example **To Reproduce** - Install current version oemof.solph - Create a minimal example (see below) ```python from oemof import solph date_time_index = solph.create_time_index(2012, number=3) energysystem =...

bug
documentation

https://github.com/oemof/oemof-solph/blob/544ffc8ee21f257b475030bc4a1a41e27279d3cd/src/oemof/solph/_energy_system.py#L305 The capital `H` should be replaced by smaller case `h` here, I checked with the current minimum pandas version dependency (1.5.3), it does not seem to interfere with it....

Just to show, how that can be used/implemented.

documentation

Instead of redirecting to the CBC download page, the AMPL website is linked. - Correct link: https://oemof-solph.readthedocs.io/en/latest/readme.html#installing-a-solver - Incorrect link: https://oemof-solph.readthedocs.io/en/stable/readme.html#installing-a-solver

documentation

This PR will add equations to the fluid property back-end with the aim to model absorption and desorption processes, e.g. in sorption heat pumps or refrigeration applications. The initial drafts...

The designer of a component needs to add equations and the respective derivatives for each desired parameter of that component. There is a possibility to use the `numeric_deriv` function, which...

components