Skip to content

Commit

Permalink
Formulate full_load_time docstring specific for energy
Browse files Browse the repository at this point in the history
This way, it should be much easier to understand.
  • Loading branch information
p-snft committed Aug 2, 2024
1 parent c2d44e4 commit 7b12064
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions src/oemof/solph/flows/_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,13 @@ class Flow(Edge):
the normed *upper bound* on the negative difference
(`flow[t-1] > flow[t]`) of two consecutive flow values.
full_load_time_max : numeric, :math:`t_{full\_load,max}`
Upper bound on the summed flow expressed as the equivalent time that
the flow would have to run at full capacity to yield the same sum. The
value will be multiplied with the nominal_value to get the absolute
limit.
Maximum energy transported by the flow expressed as the time (in
hours) that the flow would have to run at nominal capacity
(`nominal_value`).
full_load_time_min : numeric, :math:`t_{full\_load,min}`
Lower bound on the summed flow expressed as the equivalent time that
the flow would have to run at full capacity to yield the same sum. The
value will be multiplied with the nominal_value to get the absolute
limit.
Minimum energy transported by the flow expressed as the time (in
hours) that the flow would have to run at nominal capacity
(`nominal_value`).
integer : boolean
Set True to bound the flow values to integers.
nonconvex : :class:`NonConvex <oemof.solph.options.NonConvex>`
Expand Down

0 comments on commit 7b12064

Please sign in to comment.