-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTesis.tex
More file actions
463 lines (367 loc) · 15.1 KB
/
Tesis.tex
File metadata and controls
463 lines (367 loc) · 15.1 KB
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
\documentclass[final,twoside,11pt]{book}
% Packages
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{amsthm}
\usepackage[bottom]{footmisc}
\usepackage{setspace}
\usepackage{amsmath}
\usepackage{color}
\usepackage{graphicx}
\usepackage{booktabs}
\usepackage{siunitx}
\usepackage{multirow}
\usepackage{pdfpages}
\usepackage{placeins}
\usepackage{titlesec}
\usepackage{microtype}
\usepackage{longtable}
\usepackage{units}
\usepackage[defaultlines=3,all]{nowidow}
\usepackage{marvosym}
\usepackage[bitstream-charter]{mathdesign}
\usepackage[scaled=.965]{XCharter}
\usepackage[scaled]{beramono}
\usepackage[type1,scaled=1.02,condensed]{cabin}
\usepackage{caption}
\usepackage{changepage}
\usepackage{wrapfig}
\usepackage{soul}
\usepackage{appendix}
\usepackage[papersize={17cm,24cm}]{geometry}
\usepackage{bm}
\usepackage[titles]{tocloft}
\usepackage[backend=biber,style=numeric-comp]{biblatex}
\usepackage{fancyhdr}
\usepackage{hyperref}
% Bibliography
\bibliography{biblio.bib}
\ExecuteBibliographyOptions{
defernumbers = true,
backref = true,
bibencoding = utf8,
date = year,
giveninits = true,
minnames = 4,
maxnames = 6,
isbn = false,
sorting = none,
sortcites = true,
doi = false,
url = false
}
% Cited in X page texts
\DefineBibliographyStrings{english}{%
backrefpage = {cited in p.}, % for single page number
backrefpages = {cited in pp.} % for multiple page numbers
}
% Remove "in:"
\renewbibmacro{in:}{%
\ifentrytype{article}{}{\printtext{\bibstring{in}\intitlepunct}}}
% Names in small caps
\renewcommand{\mkbibnamefamily}[1]{\textsc{#1}}
\renewcommand{\mkbibnamegiven}[1]{\textsc{#1}}
% Remove quotation marks
\DeclareFieldFormat[article,inbook,incollection,inproceedings,patent,thesis,unpublished]{citetitle}{#1}
\DeclareFieldFormat[article,inbook,incollection,inproceedings,patent,thesis,unpublished]{title}{#1}
% Redefine volume + number
\renewbibmacro*{volume+number+eid}{%
\printfield{volume}%
\setunit*{\addnbspace}%
\printfield{number}%
\setunit{\addcomma\space}%
\printfield{eid}}
\DeclareFieldFormat[article]{number}{\mkbibparens{#1}}
% Redefine year
\renewbibmacro*{issue+date}{%
\setunit{\addcomma\space}%
\iffieldundef{issue}
{\usebibmacro{date}}
{\printfield{issue}%
\setunit*{\addspace}%
\usebibmacro{date}}%
\newunit}
% Title hyperlinks
\newbibmacro{string+doiurlisbn}[1]{%
\iffieldundef{doi}{%
\iffieldundef{url}{%
\iffieldundef{isbn}{%
\iffieldundef{issn}{%
#1%
}{%
\href{http://books.google.com/books?vid=ISSN\thefield{issn}}{#1}%
}%
}{%
\href{http://books.google.com/books?vid=ISBN\thefield{isbn}}{#1}%
}%
}{%
\href{\thefield{url}}{#1}%
}%
}{%
\href{http://dx.doi.org/\thefield{doi}}{#1}%
}%
}
\DeclareFieldFormat{title}{\usebibmacro{string+doiurlisbn}{\mkbibemph{#1}}}
\DeclareFieldFormat[article,inbook,incollection,inproceedings,patent,thesis,unpublished]{title}%
{\usebibmacro{string+doiurlisbn}{\mkbibquote{#1}}}
% Caption format
\DeclareCaptionFont{cabin}{\cabin\raggedleft}
\captionsetup{margin=12pt,font={small,sl},labelfont={cabin,bf},parskip=5mm}
% Colors
% \definecolor{tema}{RGB}{80,86,91}
% \definecolor{tema}{rgb}{0.45,0.45,0.45}
\definecolor{tema}{RGB}{0,50,150}
\definecolor{BLACK}{RGB}{0,0,0}
% Hyperref settings
\hypersetup{
colorlinks,
citecolor=tema,
filecolor=BlueViolet,
linkcolor=black,
urlcolor=tema,
% pdfpagelayout=TwoPageRight,
pdfauthor={Jorge Garcia Tíscar}
}
% Numbering
\numberwithin{equation}{section}
\numberwithin{figure}{chapter}
\numberwithin{table}{chapter}
\setcounter{secnumdepth}{3}
% Footnotes without numbers
\newcommand\blfootnote[1]{%
\begingroup
\renewcommand\thefootnote{}\footnote{#1}%
\addtocounter{footnote}{-1}%
\endgroup
}
% Footnote spacing
\makeatletter
\def\footnoterule{\kern-6\p@
\hrule \@width 2in \kern 5.6\p@} % the \hrule is .4pt high
\makeatother
\setlength{\skip\footins}{5mm}
% Page geometry
% \usepackage[cam,center,a4]{crop} % To test on A4 paper
% Horizontal
\setlength{\textwidth}{12cm}
\setlength{\parindent}{3mm}
% Vertical
\setlength{\headsep}{5mm}
\setlength{\textheight}{19cm}
\setlength{\topmargin}{-10mm}
\raggedbottom
% Headers
\renewcommand{\footrulewidth}{0pt}
\renewcommand{\headrulewidth}{0pt}
\fancypagestyle{plain}{
\fancyhf{}
\fancyfoot[C]{\small\cabincondensed\bfseries\color{black}\thepage}
}
\fancypagestyle{empty}{
\fancyhf{}
}
\pagestyle{plain}
% Clear double page style
\makeatletter
\def\cleardoublepage{\clearpage\if@twoside \ifodd\c@page\else
\hbox{}
\thispagestyle{empty}
\newpage
\if@twocolumn\hbox{}\newpage\fi\fi\fi}
\makeatother
% Solve a problem with transparent PDF figures
\pdfpageattr{/Group << /S /Transparency /I true /CS /DeviceRGB>>}
% Itemize symbols
\renewcommand{\labelitemi}{\textcolor{tema}{\scriptsize\raisebox{0.5mm}{\Circsteel}}}
\renewcommand{\labelitemii}{\textcolor{tema}{\scriptsize\raisebox{0.4mm}{\Squaresteel}}}
% (Opt.) select only a chapter for faster compilation
% \includeonly{cap_intro}
\begin{document}
%-------------------------------------------------------------%
% FRONT MATTER
\frontmatter
% Fancy cover page
\includepdf[pagecommand={\thispagestyle{empty}}]{figures/misc/portada}
%\includepdf[pagecommand={\thispagestyle{empty}}]{figures/misc/portada_simp}
%\includepdf[pagecommand={\thispagestyle{empty}}]{figures/misc/portada_cent}
\cleardoublepage
% Inside cover
\enlargethispage{5cm}
\thispagestyle{empty}
\begin{center}
\large\cabin\textbf{UNIVERSITAT POLITÈCNICA DE VALÈNCIA}\\[1mm]
\normalsize DEPARTAMENTO DE MÁQUINAS Y MOTORES TÉRMICOS\\
\vspace{1.2cm}
\rule[0.3\baselineskip]{3.8cm}{0.4pt}
\noindent\cabin\large{\hspace{2mm}DOCTORAL THESIS\hspace{2mm}}
\rule[0.3\baselineskip]{3.8cm}{0.4pt}
\vspace{2mm}\\
\huge\textbf{EXPERIMENTS ON TURBOCHARGER COMPRESSOR ACOUSTICS}\\
\vspace{-2.5mm}
\rule{\textwidth}{0.4pt}
\vspace{8mm}
\includegraphics[scale=1]{figures/misc/logo_upv_negro}
\vspace{1.1cm}
{\small\bfseries\cabincondensed PRESENTED BY}\\[2mm]
\rm\Large D. Jorge García Tíscar\\[6mm]
{\small\bfseries\cabincondensed SUPERVISED BY}\\[2mm]
\rm\Large Dr. D. Alberto Broatch Jacobi\\[6mm]
{\small\bfseries\cabincondensed FOR THE DEGREE OF}\\[2mm]
\it\Large Doctor of Philosophy
\vspace{1.8cm}
\small\rm\cabincondensed{\bfseries JANUARY 2017}
\end{center}
\cleardoublepage
% Thesis details
\vspace*{0.2\textheight}
{
\centering
{\normalsize\bfseries\cabincondensed DOCTORAL THESIS}\\[2mm]
\textit{\large ``Experiments on turbocharger compressor acoustics''}\\[2cm]
\begin{tabular}{rl}
{\cabincondensed Presented by:} & D. Jorge García Tíscar\\
{\cabincondensed Supervised by:} & Dr. D. Alberto Broatch Jacobi\\[1cm]
\end{tabular}
{\normalsize\bfseries\cabincondensed THESIS EXAMINERS}\\[4mm]
Dr. D. Hans Rämmal\\
Dr. D. Richard Burke\\
Dr. D. Pedro Acisclo Rodríguez Aumente\\[1cm]
{\normalsize\bfseries\cabincondensed DEFENSE COMITEE}\\[4mm]
\begin{tabular}{rl}
{\cabincondensed Chairman:} & Dr. D. José Ramón Serrano Cruz\\
{\cabincondensed Secretary:} & Dr. D. Francisco Javier Martos Ramos\\
{\cabincondensed Member:} & Dr. D. Hans Rämmal\\[1.5cm]
\end{tabular}
{\cabincondensed Valencia, January 2017}
}
\cleardoublepage
% Dedication
\null\vspace{5cm}
\hfill\textit{A Paula}
\cleardoublepage
% Abstracts
\include{abstracts}
% List of publications
\chapter*{List of publications}
Following the work performed in the framework of this doctoral thesis and its associated projects, the following journal papers have been published:
\renewcommand*{\bibfont}{\small}
\renewcommand*{\mkbibacro}[1]{#1}
\begingroup
\renewbibmacro{pageref}{}
\nocite{broatch2014methodology,broatch2015simulations,torregrosa2014aco,broatch2016numerical,torregrosa2016experimental}
\printbibliography[keyword=MyOwn,heading=none]
\endgroup
Additionally, two more manuscripts have been submitted to the journal \emph{Experimental Thermal and Fluid Science} and are undergoing peer-review:
\begingroup
\renewbibmacro{pageref}{}
\nocite{torregrosa2016local,torregrosa2016measuring}
\printbibliography[keyword=MyOwnSub,heading=none]
\endgroup
\newpage
{\bfseries\sffamily\Large\noindent Division of work between authors}\\[-1mm]
\noindent The work leading up to this thesis was done in collaboration with other researchers. The respondent is the co-author of all papers on which this thesis is based, with author signatures being in order of seniority in the Institute. The respondent implemented the proposed methodology into the different experimental setups, performed the measurements, processed the experimental results and extracted the presented conclusions. Discussions were also performed in collaboration with supervisor Prof. Broatch and the rest of the co-authors. Numerical simulations were not performed by the respondent, and are thus gratefully acknowledged.\\[2mm]
{\bfseries\sffamily\Large\noindent Funding acknowledgements}\\[-1mm]
\noindent The respondent wishes to acknowledge the financial support received through contract FPI-S2-2015-1530 of the \emph{Programa de Apoyo para la Investigación y Desarrollo} (PAID) of Universitat Politècnica de València. The equipment used in this work has been partially supported through the following projects:
\begin{itemize}
\item Project nº TRA2012-36954 of the Spanish Ministerio de Economía y Competitividad: \emph{Mecanismos de generación de ruido producido por turbo compresores de motores de combustión interna alternativos} (RUITUR).
\item Project nº DPI2015-70464-R of the Spanish Ministerio de Economía y Competitividad: \emph{Propagación y emisión de ruido de admisión en motores turbo-sobrealimentados} (EMITUR).
\item FEDER project funds FEDER-ICTS-2012-06: \emph{Dotación de infraestructuras científico técnicas para el Centro Integral de Mejora Energética y Medioambiental de Sistemas de Transporte} (CiMeT) framed in the operational program of unique scientific and technical infrastructure of the Spanish Ministerio de Economía y Competitividad.
\end{itemize}
Parts of the work presented in this thesis have been supported by different collaboration agreements with industry partner Jaguar Land Rover Limited, Abbey Road, Whitley, Coventry CV3 4LF, UK.
\cleardoublepage
% Acknowledgements
\chapter*{Acknowledgements}
\enlargethispage{15mm}
\textit{``Good company in a journey makes the way to seem the shorter''}, wrote Isaak Walton back in 1653 and, certainly, I could not have wished for a better company in this journey. I would like to express my gratitude, first and foremost, to my advisor Prof. Alberto Broatch for his guidance and support in the pursuit of this research.
A gratitude that I also must extend to Prof. Galindo and Dr. Navarro, not only for the development of the numerical model but for the many insightful discussions held along the development of this work.
Also included in this recognition are certainly the people of the Noise Control research line, specially Prof. Torregrosa, Bernardo Planells and Josep Gómez. My sincere appreciation also goes to my colleagues at CMT -- Motores Térmicos, starting with Profs. Payri and Desantes and including the professors, researchers, technicians, students, etc., with whom I shared so many good times. Special thanks as well to the administrative staff, Teresa, Amparo, Julia, for their help navigating the fearsome seas of paperwork.
I also wish to thank Profs. Mats Åbom, Susann Boij and Inés López for welcoming me as a visiting researcher in the Marcus Wallenberg Laboratory at the KTH -- Royal Institute of Technology, and of course to Luck, Juan Pablo, Romain, Luca, Mathieu, and the many others who offered me their hospitality in Stockholm. I am indebted as well to the people at Jaguar Land Rover with whom we have made so many fruitful collaborations.
Last but not least, I wish to thank my friends and family for their everlasting support, specially my parents from whom I inherited the appreciation for mathematics and science. And finally, thank you, Paula, for sharing this journey, and those that may follow.\\[-1mm]
\hspace{0.72\textwidth}
\begin{minipage}[t]{0.3\textwidth}
\includegraphics[width=4.4cm]{figures/misc/firma.pdf}\\[0mm]
\null\cabin\itshape\small\hspace{5mm} Valencia, 2017
\end{minipage}
\cleardoublepage
% Quote
\null\vspace{2cm}
\begin{flushright}
\begin{minipage}[t]{0.75\textwidth}
{\itshape``Hundreds of noises wove themselves into a wiry texture of sound with barbs protruding here and there, smart edges running along it and subsiding again, with clear notes splintering off and dissipating. By this noise alone, whose special quality cannot be captured in words, a man returning after years of absence would have been able to tell with his eyes shut that he was back in the Imperial Capital and Royal City of Vienna.''}\\[-0mm]
{\cabincondensed\small\hfill \textbf{Robert Musil}, \emph{The Man Without Qualities.}}
\end{minipage}
\end{flushright}
\cleardoublepage
% Table of contents
\renewcommand{\cftdotsep}{2}
\tableofcontents
\cleardoublepage
% List of figures
\begingroup
\setlength{\cftbeforefigskip}{1mm}
\setlength{\cftbeforetabskip}{1mm}
\renewcommand{\cftfigfont}{\small}
\renewcommand{\cfttabfont}{\small}
\renewcommand*{\addvspace}[1]{}
\listoffigures
\cleardoublepage
% List of tables
\listoftables
\cleardoublepage
\endgroup
% List of symbols
\input{listofsymbols}
\cleardoublepage
%-------------------------------------------------------------%
% MAIN MATTER (style)
\mainmatter
% Chapter
\titleformat{\chapter}[hang]{}{}{0mm}{\large\bfseries\cabincondensed\textcolor{tema}{\hspace{0mm}CHAPTER \thechapter}\\[-1mm]\Huge}
% Section
\titleformat{\section}[hang]{}{}{0mm}{\bfseries\sffamily\Large\textcolor{tema}{\arabic{chapter}.\arabic{section}. }}[\vspace{-1mm}]
% Subsection
\titleformat{\subsection}[hang]{}{}{0mm}{\bfseries\large\sffamily\textcolor{tema}{\arabic{chapter}.\arabic{section}.\arabic{subsection}. }}[\vspace{1mm}]
% Subsubsection
\titleformat{\subsubsection}[hang]{}{}{0mm}{\bfseries\sffamily\textcolor{tema}{\arabic{chapter}.\arabic{section}.\arabic{subsection}.\arabic{subsubsection}. }}[\vspace{1mm}]
% Main pagestyle
\fancyhf{}
\fancyhead[RO]{\small\cabincondensed\bfseries \rightmark\quad|\quad\color{black}\thepage}
\fancyhead[LE]{\small\cabincondensed\bfseries \thepage\quad\textcolor{tema}{|}\quad\leftmark}
\pagestyle{fancy}
% Chapter mark
\renewcommand{\chaptermark}[1]{\markboth{\chaptername\ \color{tema}{\thechapter. \color{black}\ #1}}{}}
% Section mark
\renewcommand{\sectionmark}[1]{\markright{\color{tema}{\thesection.\color{black}\ #1}}}
% Hypersetup color
\hypersetup{
linkcolor = tema
}
%--------------------------------------------------------------%
% BODY MATTER (include content)
\include{cap_intro}
\include{cap_liter}
\include{cap_metod}
\include{cap_result}
\include{cap_motor}
\include{cap_cfd}
\include{cap_inlet}
\include{cap_geom}
\include{cap_conclus}
%-------------------------------------------------------------%
% BACK MATTER
\backmatter
% References
% Title format
\titleformat{\chapter}[hang]{}{}{0mm}{\bfseries\sffamily\Huge}
% Print bibliography
\phantomsection
\addcontentsline{toc}{chapter}{Bibliography}
\renewcommand*{\bibfont}{\small}
\printbibliography
\newpage
\null
\thispagestyle{empty}
\newpage
% Back cover
\includepdf{figures/misc/contraportada}
\end{document}