Skip to content

Commit 8eb99e6

Browse files
committed
Rename "Output Manager" to "Input Output Manager" for clarity in documentation
1 parent 724966e commit 8eb99e6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/user_guide/mathematical_descriptions/inter_component.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ The commodity appears at a location when the set
1616
$$
1717
\begin{aligned}
1818
&\mathcal{C}_\text{g,l} ~=~ \big\{ &&\text{c} ~\vert~ \forall~ \text{c}\in\mathcal{C}:
19-
\text{g}\in\mathcal{G}^\text{c}~\wedge~ \big(\text{l}\in\mathcal{L}_\text{c}~\lor \nonumber \\
20-
& &&(\exists~\text{l\text{*}}\in\mathcal{L}: (\text{l},\text{l*})\in\mathcal{L}_\text{c}~\lor~(\text{l*},\text{l})\in\mathcal{L}_\text{c})\big)\big\}
19+
\text{g}\in\mathcal{G}^\text{c}~\wedge~ \big(\text{l}\in\mathcal{L}_\text{c}~\lor \\
20+
& &&(\exists~\text{l}^*\in\mathcal{L}: (\text{l},\text{l}^*)\in\mathcal{L}_\text{c}~\lor~(\text{l}^*,\text{l})\in\mathcal{L}_\text{c})\big)\big\}
2121
\end{aligned}
2222
$$
2323

docs/user_guide/mathematical_descriptions/objective_function.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ design^\text{comp}_\text{loc,ip} =
2525
\cdot \text{APVF}^\text{comp}_\text{loc} \cdot \text{discFactor}^\text{comp}_\text{loc,ip}
2626
$$
2727

28-
The binary design variables $design^\text{comp}_\text{bin\ loc,ip}$ contribute to the objective function with
28+
The binary design variables $design^\text{comp}_{\text{bin, loc,ip}}$ contribute to the objective function with
2929

3030
$$
31-
design^\text{comp}_\text{bin, \ loc,ip} =
31+
design^\text{comp}_{\text{bin, loc,ip}} =
3232
\sum\limits_{year=ip-\text{ipEconomicLifetime}}^{ip}
3333
\text{F}^\text{comp,bin}_\text{loc,year} \cdot \left( \frac{\text{investIfBuilt}^\text{comp}_\text{loc,year}} {\text{CCF}^\text{comp}_\text{loc,year}}
3434
+ \text{opexIfBuilt}^\text{comp}_\text{loc,year} \right) \cdot \text{bin}^\text{comp}_\text{loc,year}
@@ -39,8 +39,8 @@ The operation variables $op^\text{comp}_\text{loc,ip}$ contribute to the objecti
3939

4040
$$
4141
op^\text{comp}_\text{loc,ip} =
42-
\underset{(p,t) \in \mathcal{P} \times \mathcal{T}}{\sum} \ \underset{\text{opType} \in \mathcal{O}^{comp}}{\sum}
43-
\text{factorPerOp}^{comp,opType}_{loc,ip} \cdot op^\text{comp,opType}_\text{loc,ip,p,t} \cdot \frac{\text{freq(p)}}{\tau^{years}}
42+
\underset{(p,t) \in \mathcal{P} \times \mathcal{T}}{\sum} \ \underset{\text{opType} \in \mathcal{O}^{\text{comp}}}{\sum}
43+
\text{factorPerOp}^{\text{comp,opType}}_{\text{loc,ip}} \cdot op^\text{comp,opType}_\text{loc,ip,p,t} \cdot \frac{\text{freq(p)}}{\tau^{\text{years}}}
4444
\cdot \text{APVF}^{comp}_{loc} \cdot \text{discFactor}^\text{comp}_\text{loc,ip}
4545
$$
4646

docs/user_guide/python_package/output_manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Output Manager
1+
# Input Output Manager
22

33
FINE provides additional functionalities for input/output management. These include plotting functions,
44
saving results in Excel files, storing input and output data in netCDF files, and the exploitation of the

0 commit comments

Comments
 (0)