question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

GenericCHP bug when total power loss at max. output power is higher than at min. output power

See original GitHub issue

Hi, there is a bug in the GenericCHP component in oemof-solph.

When i create a motoric chp where the total power loss at the maximum output power point is higher than the power loss at the minimum output power point, then the motoric chp does not produce any output power.

I have added the motoric chp example file from the oemof examples and only changed the following two lines to produce the bug:

H_L_FG_share_max=[0.11 for p in range(0, periods)],
H_L_FG_share_min=[0.10 for p in range(0, periods)],

I used the latest release: oemof-solph 0.4.1

The complete example file is attached. motoric_chp.zip

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
fwittecommented, Feb 23, 2021

I remember that I stumbled across this issue some time ago. For some reason, the slope of the min line must always be steeper than the slope of the max line. I will dig into my files and ask my colleagues, if they remember.

0reactions
fwittecommented, Dec 2, 2021

I will close this issue as this seems to be a very specific case only, if you don’t think so, please feel free to reopen 😃.

Read more comments on GitHub >

github_iconTop Results From Across the Web

CSCut89866 - Incorrect Total Power Capacity and ... - Cisco Bug
Symptom: Total Power Capacity and Usable does not reflect the actual power: RP/0/RP1/CPU0:BUSYASRCORE(admin)#show environment power-supply ...
Read more >
User's guide — oemof.solph 0.4.4 documentation
Solph is an oemof-package, designed to create and solve linear or mixed-integer linear optimization problems. The package is based on pyomo. To create...
Read more >
Causes of Power Loss and How to Fix it - Gumout
One of the most common reasons for fuel injector's failure is carbon buildup due to low-quality fuel.
Read more >
Why does my power go out for a split second, just enough to ...
A power outage, lasting one minute or longer, usually happens when a problem occurs somewhere along the electric distribution system - this can...
Read more >
Uninterruptible power supply: How to pick the right one
This might let you keep internet service active during an extended power outage, give you the five minutes necessary for your desktop ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found