Skip to content

Commit

Permalink
Fix latex in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
henhuy committed Nov 1, 2023
1 parent 565540b commit aabc649
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
An initial SOC of zero leads to infeasible solution, as last inter SOC has to
match first inter SOC.
Following equations have to be fulfilled:
F_{el,st}[0] = F_{el,st}[6]
SOC_{init} * discharge + F_{el,st}[0] =
\sum_{i=1}^{n=5}F_{st,el}[i]/eff_{out}/(1 - discharge)^i
F_{el,st}[6] = (SOC_{init} + F_{el,st}[5]/eff_{out}) / (1 - discharge)
:math:`F_{el,st}[0] = F_{el,st}[6]`
:math:`SOC_{init} * discharge + F_{el,st}[0] =`
:math:`\sum_{i=1}^{n=5}F_{st,el}[i]/eff_{out}/(1 - discharge)^i`
:math:`F_{el,st}[6] = (SOC_{init} + F_{el,st}[5]/eff_{out}) / (1 - discharge)`
This file is part of project oemof (github.com/oemof/oemof). It's copyrighted
by the contributors recorded in the version control history of the file,
Expand Down

0 comments on commit aabc649

Please sign in to comment.