Skip to content

Commit

Permalink
Add equation
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin committed Jun 13, 2019
1 parent 8bf3407 commit 48d9e41
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/oemof/tabular/facades.py
Original file line number Diff line number Diff line change
Expand Up @@ -915,6 +915,16 @@ class Storage(GenericStorage, Facade):
more information on possible parameters)
Intertemporal energy balance of the storage:
.. math::
x_{storage}^{level}(t) = \
x_{storage}^{level}(t-1) \cdot (1-r_{storage}^{loss\:rate}) \
+ \eta x_{(storage, in)}^{flow}(t) \
- \eta x_{(storage, out)}^{flow}(t)
\\qquad \\forall t \in T
Examples
---------
Expand Down

0 comments on commit 48d9e41

Please sign in to comment.