-
Notifications
You must be signed in to change notification settings - Fork 1
/
nomenclature.tex
89 lines (72 loc) · 4.99 KB
/
nomenclature.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% SOME COMMANDS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand\conclimits[1]{\textcolor{black}{\textbf{#1}}}
\hyphenation{Multi-}
\hyphenation{decision-making}
\newcommand{\sqrfinal}{\textcolor{teal}{$\blacksquare$}} % end mark
\newcommand{\setfont}[2]{{\fontfamily{#1}\selectfont #2}}
%\setfont{calligra}{This is Calligra font.}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% ACRONYMS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newacronym{emat} {$\Delta T_{min}$} {heat exchanger minimum approach temperature}
\newacronym{adt} {adt} {air-dried tonnes}
\newacronym{chp} {CHP} {combined heat and power}
\newacronym{ga} {GA} {genetic algorithm}
\newacronym{gbd} {GBD} {generalized Benders decomposition}
\newacronym{gcc} {GCC} {grand composite curve}
\newacronym{gdp} {GDP} {generalized disjuctive programming}
\newacronym{ghg} {GHG} {greenhouse gas}
\newacronym{gwp} {GWP} {global warming potential}
\newacronym{hen} {HEN} {heat exchanger network}
\newacronym{himan} {HIMAN} {heat-integrated mass allocation network}
\newacronym{hiwan} {HIWAN} {heat-integrated water allocation network}
\newacronym{hld} {HLD} {heat load distribution}
\newacronym{hrat} {HRAT} {heat recovery approach temperature}
\newacronym{icc} {ICC} {integer-cut constraint}
\newacronym{lp} {LP} {linear programming}
\newacronym{men} {MEN} {mass exchange network}
\newacronym{mer} {MER} {minimum energy requirement}
\newacronym{milp} {MILP} {mixed-integer linear programming}
\newacronym{minlp} {MINLP} {mixed-integer nonlinear programming}
\newacronym{moo} {MOO} {multi-objective optimization}
\newacronym{mpec} {MPEC} {mathematical programming with equilibrium constraints}
\newacronym{nim} {NIM} {non-isothermal mixing}
\newacronym{nlp} {NLP} {nonlinear programming}
\newacronym{orc} {ORC} {organic Rankine cycle}
\newacronym{sa} {SA} {simulated annealing}
\newacronym{sic} {SIC} {specific investment cost}
\newacronym{tac} {TAC} {total annualized cost}
\newacronym{whr} {WHR} {waste heat recovery}
\makeglossaries
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% CHAPTERS' NAME
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\thesistitle} {Methodologies for simultaneous optimization of heat, mass, and power in industrial processes}
\newcommand{\intro} {Introduction}
\newcommand{\partone} {The big trilemma:\\water--energy--waste nexus}
\newcommand{\partonetoc} {The big trilemma: water--energy--waste nexus}
\newcommand{\partoneone} {Survey of methodologies in \\ heat-integrated water allocation network}
\newcommand{\partoneonetoc} {Survey of methodologies in heat-integrated water allocation network}
\newcommand{\partonetwo} {Targeting methodology \\ with industrial application}
\newcommand{\partonetwotoc} {Targeting methodology with industrial application}
\newcommand{\partonethree} {Heat-integrated water allocation \\ network design}
\newcommand{\partonethreetoc} {Heat-integrated water allocation network design}
\newcommand{\parttwo} {Medium-temperature \\ heat recovery}
\newcommand{\parttwotoc} {Medium-temperature heat recovery}
\newcommand{\parttwoone} {Survey of methodologies in organic \\ Rankine cycle modeling and optimization}
\newcommand{\parttwoonetoc} {Survey of methodologies in organic Rankine cycle modeling and optimization}
\newcommand{\parttwotwo} {Optimal integration of organic Rankine \\ cycles in industrial processes}
\newcommand{\parttwotwotoc} {Optimal integration of organic Rankine cycles in industrial processes}
\newcommand{\partthree} {Towards the grand design}
\newcommand{\partthreeone} {Holistic approaches: \\ background and motivation}
\newcommand{\partthreeonetoc} {Holistic approaches: background and motivation}
\newcommand{\partthreetwo} {Industrial application: kraft pulp mill}
\newcommand{\conc} {Concluding remarks}
\newcommand{\appendixLINEAR} {Algorithm for outer and inner \\ approximation of thermal streams}
\newcommand{\appendixLINEARtoc} {Algorithm for outer and inner approximation of thermal streams}
\newcommand{\appendixPARCOORD} {Interactive parallel coordinate \\ visualization tool for fluid selection}
\newcommand{\appendixPARCOORDtoc} {Interactive parallel coordinate visualization tool for fluid selection}
\newcommand{\appendixSOLVERSOPTIONS}{Assumptions and solver options for test cases}
\newcommand{\appendixTBDATA} {Kraft pulp mill data}