Skip to content

Commit

Permalink
Center formule
Browse files Browse the repository at this point in the history
  • Loading branch information
jnnr committed Jun 12, 2018
1 parent 96a0bee commit b7b01b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/description.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ The approach for generating heat demand profiles is described in section 4.1 (Sy
The geometric series approach is meant to account for thermal inertia.

:math:`\theta = \frac{T_t + 0.5 \cdot T_{t-1} + 0.25 \cdot T_{t-2} + 0.125 \cdot T_{t-3}}{1 + 0.5 + 0.25 + 0.125}`
.. math::
`\theta = \frac{T_t + 0.5 \cdot T_{t-1} + 0.25 \cdot T_{t-2} + 0.125 \cdot T_{t-3}}{1 + 0.5 + 0.25 + 0.125}`
Depending on the profile type, different coefficients A, B, C, D for the sigmoid function are used.

Expand Down

0 comments on commit b7b01b3

Please sign in to comment.