Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
datejada committed Nov 8, 2023
1 parent 2afd1e3 commit e31f226
Showing 1 changed file with 24 additions and 15 deletions.
39 changes: 24 additions & 15 deletions docs/src/mathematical-formulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,23 @@ NOTE: Asset types are mutually exclusive.

Name|Domain|Description|Units
---|---|---|---
$p^{investment\_cost}_{a}$ | $\mathcal{A}_i$ | Investment cost of asset units | [kEUR/MW/year]
$p^{unit\_capacity}_{a}$ | $\mathcal{A}$ | Capacity of asset units | [MW]
$p^{peak\_demand}_{a}$ | $\mathcal{A}_c$ | Peak demand | [MW]
$p^{init\_capacity}_{a}$ | $\mathcal{A}$ | Initial capacity of asset units | [MW]
$p^{investment\_cost}_{f}$ | $\mathcal{F}_i$ | Investment cost of flow connections | [kEUR/MW/year]
$p^{variable\_cost}_{f}$ | $\mathcal{F}$ | Variable cost of flow connections | [kEUR/MWh]
$p^{unit\_capacity}_{f}$ | $\mathcal{F}$ | Capacity of flow connections | [MW]
$p^{init\_capacity}_{f}$ | $\mathcal{F}$ | Initial capacity of flow connections | [MW]
$p^{export\_capacity}_{f}$ | $\mathcal{F}_t$ | Export capacity of flow connections | [MW]
$p^{import\_capacity}_{f}$ | $\mathcal{F}_t$ | Import capacity of flow connections | [MW]
$p^{rp\_weight}_{rp}$ | $\mathcal{RP}$ | Representative period weight | [h]
$p^{profile}_{a,rp,k}$ | $\mathcal{A,RP,K}$ | Asset profile | [p.u.]
$p^{profile}_{f,rp,k}$ | $\mathcal{F,RP,K}$ | Flow connections profile | [p.u.]
$p^{ene\_to\_pow\_ratio}_a$| $\mathcal{A}_s$ | Energy to power ratio | [h]
$p^{eff}_f$ | $\mathcal{F}$ | Flow efficiency | [p.u.]
$p^{investment\_cost}_{a}$ | $\mathcal{A}_i$ | Investment cost of asset units | [kEUR/MW/year]
$p^{unit\_capacity}_{a}$ | $\mathcal{A}$ | Capacity of asset units | [MW]
$p^{peak\_demand}_{a}$ | $\mathcal{A}_c$ | Peak demand | [MW]
$p^{init\_capacity}_{a}$ | $\mathcal{A}$ | Initial capacity of asset units | [MW]
$p^{investment\_cost}_{f}$ | $\mathcal{F}_i$ | Investment cost of flow connections | [kEUR/MW/year]
$p^{variable\_cost}_{f}$ | $\mathcal{F}$ | Variable cost of flow connections | [kEUR/MWh]
$p^{unit\_capacity}_{f}$ | $\mathcal{F}$ | Capacity of flow connections | [MW]
$p^{init\_capacity}_{f}$ | $\mathcal{F}$ | Initial capacity of flow connections | [MW]
$p^{export\_capacity}_{f}$ | $\mathcal{F}_t$ | Export capacity of flow connections | [MW]
$p^{import\_capacity}_{f}$ | $\mathcal{F}_t$ | Import capacity of flow connections | [MW]
$p^{rp\_weight}_{rp}$ | $\mathcal{RP}$ | Representative period weight | [h]
$p^{profile}_{a,rp,k}$ | $\mathcal{A,RP,K}$ | Asset profile | [p.u.]
$p^{profile}_{f,rp,k}$ | $\mathcal{F,RP,K}$ | Flow connections profile | [p.u.]
$p^{ene\_to\_pow\_ratio}_a$ | $\mathcal{A}_s$ | Energy to power ratio | [h]
$p^{init\_storage\_level}_{a}$ | $\mathcal{A}_s$ | Initial storage level | [MWh]
$p^{inflow}_{a}$ | $\mathcal{A}_s$ | Energy storage inflows | [MWh]
$p^{eff}_f$ | $\mathcal{F}$ | Flow efficiency | [p.u.]

## [Variables](@id math-variables)

Expand Down Expand Up @@ -177,3 +179,10 @@ v^{flow}_{f,rp,k} \geq p^{profile}_{f,rp,k} \cdot \left(p^{init\_capacity}_{f} +
0 \leq s_{a,rp,k}^{level} \leq p^{init\_storage\_capacity}_{a} + p^{ene\_to\_pow\_ratio}_a \cdot p^{unit\_capacity}_a \cdot v^{investment}_a \quad
\\ \\ \forall a \in \mathcal{A}_s, \forall rp \in \mathcal{RP},\forall k \in \mathcal{K}
```

#### Cycling Constraints for Storage Level

```math
s_{a,rp,k=K}^{level} \geq p^{init\_storage\_level}_{a} \quad
\\ \\ \forall a \in \mathcal{A}_s, \forall rp \in \mathcal{RP}
```

0 comments on commit e31f226

Please sign in to comment.