Skip to content

Commit 2db1449

Browse files
committed
Update MathematicalFormulation.rst
1 parent b8de4d2 commit 2db1449

1 file changed

Lines changed: 16 additions & 3 deletions

File tree

doc/rst/MathematicalFormulation.rst

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ They are written in **lowercase** letters.
253253
:math:`i^p_{\omega ne}` ESS stored energy (inventory, reservoir energy, state of charge) GWh
254254
:math:`s^p_{\omega ne}` ESS spilled energy GWh
255255
:math:`uc^p_{\omega ng}, su^p_{\omega ng}, sd^p_{\omega ng}` Commitment, startup, and shutdown of a generation unit per load level {0,1}
256+
:math:`ucc^p_{\omega ng}` Consumption commitment of a reversible hydro unit per load level
256257
:math:`rss^p_{\omega nt}, rsu^p_{\omega nt}, rsd^p_{\omega nt}` Stable, ramp up, and ramp down states of a generation unit with minimum stable time per load level {0,1}
257258
:math:`uc'_g` Maximum commitment of a generation unit for all the load levels {0,1}
258259
=============================================================== ================================================================================================== ======
@@ -466,24 +467,36 @@ Maximum and minimum output of the second block of a committed unit (all except t
466467

467468
:math:`p^p_{\omega ng} - dr^p_{\omega ng} \geq 0 \quad \forall p \omega ng`
468469

469-
Maximum and minimum charge of an ESS [p.u.] «``eMaxCharge``» «``eMinCharge``»
470+
Maximum and minimum charge of a non-hydro ESS [p.u.] «``eMaxCharge``» «``eMinCharge``»
470471

471472
:math:`\frac{c^p_{\omega ne} + dr'^p_{\omega ne}}{\overline{GC}^p_{\omega ne} - \underline{GC}^p_{\omega ne}} \leq 1 \quad \forall p \omega ne`
472473

473474
:math:`c^p_{\omega ne} - ur'^p_{\omega ne} \geq 0 \quad \forall p \omega ne`
474475

475-
Incompatibility between charge and discharge of an ESS [p.u.] «``eChargeDischarge``»
476+
Maximum charge of a hydro unit [p.u.] «``eMaxCharge``»
477+
478+
:math:`\frac{c^p_{\omega ne} + dr'^p_{\omega ne}}{\overline{GC}^p_{\omega ne} - \underline{GC}^p_{\omega ne}} \leq ucc^p_{\omega ng} \quad \forall p \omega ne`
479+
480+
Incompatibility between charge and discharge of a non-hydro ESS [p.u.] «``eChargeDischarge``»
476481

477482
:math:`\frac{p^p_{\omega ne} + URA \: ur^p_{\omega ne}}{\overline{GP}^p_{\omega ne} - \underline{GP}^p_{\omega ne}} + \frac{c^p_{\omega ne} + DRA \: dr'^p_{\omega ne}}{\overline{GC}^p_{\omega ne} - \underline{GC}^p_{\omega ne}} \leq 1 \quad \forall p \omega ne`
478483

484+
Incompatibility between charge and discharge of a hydro unit [p.u.] «``eChargeDischarge``»
485+
486+
:math:`uc^p_{\omega ng} + ucc^p_{\omega ng} \leq 1 \quad \forall p \omega ne`
487+
479488
Total output of a committed unit (all except the VRES units) [GW] «``eTotalOutput``»
480489

481490
:math:`\frac{gp^p_{\omega ng}}{\underline{GP}^p_{\omega ng}} = uc^p_{\omega ng} + \frac{p^p_{\omega ng} + URA \: ur^p_{\omega ng} - DRA \: dr^p_{\omega ng}}{\underline{GP}^p_{\omega ng}} \quad \forall p \omega ng`
482491

483-
Total charge of an ESS [GW] «``eESSTotalCharge``»
492+
Total charge of a non-hydro ESS [GW] «``eESSTotalCharge``»
484493

485494
:math:`\frac{gc^p_{\omega ne}}{\underline{GC}^p_{\omega ne}} = 1 + \frac{c^p_{\omega ne} - URA \: ur'^p_{\omega ne} + DRA \: dr'^p_{\omega ne}}{\underline{GC}^p_{\omega ne}} \quad \forall p \omega ne`
486495

496+
Total charge of a hydro unit [GW] «``eESSTotalCharge``»
497+
498+
:math:`\frac{gc^p_{\omega ne}}{\underline{GC}^p_{\omega ne}} = ucc^p_{\omega ng} + \frac{c^p_{\omega ne} - URA \: ur'^p_{\omega ne} + DRA \: dr'^p_{\omega ne}}{\underline{GC}^p_{\omega ne}} \quad \forall p \omega ne`
499+
487500
Incompatibility between charge and outflows use of an ESS [p.u.] «``eChargeOutflows``»
488501

489502
:math:`\frac{go^p_{\omega ne} + c^p_{\omega ne}}{\overline{GC}^p_{\omega ne} - \underline{GC}^p_{\omega ne}} \leq 1 \quad \forall p \omega ne`

0 commit comments

Comments
 (0)