Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
simnh committed Jun 17, 2019
1 parent 73235e4 commit 640a29c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/oemof/tabular/facades.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ class Dispatchable(Source, Facade):
x^{flow}(t) \leq c^{capacity} \cdot c^{profile}(t) \\qquad \\forall t \in T
Where :math:`x_{dispatchable}^{flow}` denotes the production (endogenous variable)
Where :math:`x^{flow}` denotes the production (endogenous variable)
of the dispatchable object to the bus.
If `expandable` is set to `True` (**investment mode**), the equation
Expand Down Expand Up @@ -534,7 +534,7 @@ class ExtractionTurbine(ExtractionTurbineCHP, Facade):
\\qquad \\forall t \\in T
.. math::
x^{flow, electricity}(t) \geq x_{flow, thermal}(t) \cdot \
x^{flow, electricity}(t) \geq x^{flow, thermal}(t) \cdot \
\\frac{c^{electrical\_efficiency}(t)}{c^{thermal\_efficiency}(t)} \
\\qquad \\forall t \\in T
Expand Down

0 comments on commit 640a29c

Please sign in to comment.