You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
also be able to use for negative values to show some 'production'
Definitions in ScalaDoc state required as the absolutely required demand and possible for the maximum demand. We named it additionalDemand later, which is a bit misleading. In my point of view we should use it in the meaning of min and max. Thus
def hasAdditionalDemand should check if possible > zero not > required
Optional: Maybe some functions for hasRequiredNegativeDemand (maybe find a better wording) make sense?
... more ... ?
Not sure about:
We should throw an exception if possible < required or at least think if the actual solution to set ThermalDemand to (possible, possible) always make sense and is what we expect..
I started but maybe someone would take over this
The text was updated successfully, but these errors were encountered:
In my opinion the ThermalGridDemand should
Definitions in ScalaDoc state
required
as the absolutely required demand andpossible
for the maximum demand. We named it additionalDemand later, which is a bit misleading. In my point of view we should use it in the meaning of min and max. Thusdef hasAdditionalDemand
should check if possible > zero not > requiredhasRequiredNegativeDemand
(maybe find a better wording) make sense?Not sure about:
I started but maybe someone would take over this
The text was updated successfully, but these errors were encountered: