Skip to content

Commit

Permalink
fixed latex code of the storage balance equation in the GenericStorag…
Browse files Browse the repository at this point in the history
…eBlock to make it renderable again
  • Loading branch information
lensum committed Jan 10, 2025
1 parent c516a6b commit 02b324a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/oemof/solph/components/_generic_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,9 @@ class GenericStorageBlock(ScalarBlock):
&- \delta(t) \cdot {\tau(t)/(t_u)}
Storage balance :attr:`om.Storage.balance[n, t]`
.. math:: E(t) = &E(t-1) - E_{loss}(t)
&- \frac{\dot{E}_o(p, t)}{\eta_o(t)} \cdot \tau(t)
+ \dot{E}_i(p, t) \cdot \eta_i(t) \cdot \tau(t)
.. math:: E(t) = &E(t-1) - E_{loss}(t)\\
&- \frac{\dot{E}_o(p, t)}{\eta_o(t)} \cdot \tau(t)\\
&+ \dot{E}_i(p, t) \cdot \eta_i(t) \cdot \tau(t)
Connect the invest variables of the input and the output flow.
.. math::
Expand Down

0 comments on commit 02b324a

Please sign in to comment.