-
Notifications
You must be signed in to change notification settings - Fork 0
/
mainrep.tex
330 lines (269 loc) · 9.93 KB
/
mainrep.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
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
%%% Time-stamp: <mainrep.tex 19:57, 17 Jul 2016 by P Sunthar>
%%% $Log:$
% This document describes how to use iitbreport style
%********************************************************************
%\documentclass[11pt,a4paper,openright]{report}
\documentclass[tikz, twoside]{iitbreport}
% \documentclass[twoside,draft]{iitbreport}
%% Default spacing: 1.5
%% Default font size: 12pt
%% Default font: txfonts (similar to times new roman)
%% Selectively comment out sections that you want to be left out but
%% maintaining the page numbers and other \ref
\includeonly{%
% intro/introduction,
% lit/literature,
% expt/experimental,
% rnd/results,
chapter_intro/intro,
chapter_ctvf/ctvf,
chapter_csph/csph,
chapter_implementation_detail/implementation_detail,
chapter_fsi/fsi,
chapter_rfc/rfc,
chapter_erosion/erosion,
chapter_conclusions/conclusions,
dec,abs,pub,ack
% chapter_tmp_misc/guide_to_writing,
}
%%% Some commonly used packages (make sure your LaTeX installation
%%% contains these packages, if not ask your senior to help installing
%%% the packages)
\usepackage{placeins}
\usepackage{lipsum}
\newcounter{question}
\setcounter{question}{0}
\usepackage{booktabs}
\graphicspath{{expt/}}
\usepackage{cleveref}
\usepackage[hidelinks]{hyperref}
% For the TODOs
\usepackage{xcolor}
\usepackage{xargs}
\usepackage[colorinlistoftodos,textsize=footnotesize]{todonotes}
\newcommand{\todoin}{\todo[inline]}
\usepackage{graphicx}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{algorithm}
\usepackage{algpseudocode}
\usepackage{microtype}
\usepackage[backend=biber,
bibstyle=numeric,
citestyle=authoryear-comp,
uniquelist=false,
uniquename=false,
sorting=nyt,
url=false,
maxbibnames=99,
bibencoding=utf8,
maxcitenames=1]{biblatex}
\definecolor{linkcolour}{rgb}{0,0.2,0.6}
\definecolor{citecolour}{rgb}{0,0.6,0.2}
\definecolor{urlcolour} {rgb}{0.8,0,0.8}
\hypersetup{%
pdftitle={Coupled Smoothed Particle Hydrodynamics - Discrete Element Method
for Fluid and Solid Mechanics},
pdfauthor={Dinesh Adepu},
linkcolor=linkcolour,citecolor=citecolour,
filecolor=urlcolour,urlcolor=urlcolour,
}
% For key workds
\newbox\keywbox
\setbox\keywbox=\hbox{\bfseries Keywords:}%
\newcommand\keywords{\noindent\rule{\wd\keywbox}{0.25pt}\\\textbf{Keywords:}\ }
%%% Macro definitions for Commonly used symbols
\newcommand{\Rey}{\ensuremath{\mathrm{Re}}}
\newcommand{\avg}[1]{\ensuremath{\overline{#1}}}
\newcommand{\tenpow}[1]{\ensuremath{\times 10^{#1}}}
\newcommand{\pder}[2]{\ensuremath{\frac{\partial#1}{\partial#2}}}
% Referencing macros
\newcommand{\Eqref}[1]{Equation~\eqref{#1}}
\newcommand{\Tabref}[1]{Table~\ref{#1}}
\newcommand{\Figref}[1]{Figure~\ref{#1}}
\newcommand{\Appref}[1]{Appendix~\ref{#1}}
%Boldtype for greek symbols
\newcommand{\teng}[1]{\ensuremath{\boldsymbol{#1}}}
\newcommand{\ten}[1]{\ensuremath{\mathbf{#1}}}
% ================= python ===========================
% ================= python ===========================
% ================= python ===========================
% Default fixed font does not support bold face
\DeclareFixedFont{\ttb}{T1}{txtt}{bx}{n}{12} % for bold
\DeclareFixedFont{\ttm}{T1}{txtt}{m}{n}{12} % for normal
% Bibliography using biblatex
\addbibresource[datatype=bibtex]{mylit.bib}
\urlstyle{tt}
\emergencystretch=1em
\DeclareSourcemap{
\maps[datatype=bibtex]{
\map{
\step[fieldsource=url,final]
\step[fieldset=doi,null]
}
}
}
% Custom colors
\usepackage{color}
\definecolor{deepblue}{rgb}{0,0,0.5}
\definecolor{deepred}{rgb}{0.6,0,0}
\definecolor{deepgreen}{rgb}{0,0.5,0}
\usepackage{listings}
\lstset{language=Python,
basicstyle=\ttfamily\bfseries\small,
commentstyle=\color{red}\itshape,
stringstyle=\ttfamily\color{green!50!black},
showstringspaces=false,
keywordstyle=\color{blue}\bfseries}%
% ================= python ===========================
% ================= python ===========================
% ================= python ===========================
% ================= tikz ===========================
% ================= tikz ===========================
\usetikzlibrary{arrows.meta,chains,%
decorations.pathreplacing}
\usetikzlibrary{matrix,backgrounds}
% ================= tikz ===========================
% ================= tikz ===========================
\begin{document}
%%********************************For question and answer format***********************
\newcommand\Que[1]{%
\leavevmode\par
\stepcounter{question}
\noindent
\thequestion. Q --- #1\par}
\newcommand\Ans[2][]{%
\leavevmode\par\noindent
{\leftskip37pt
A --- \textbf{#1}#2\par}}
%%********************************Frontmatter***********************
% In frontmatter everything comes with roman numbering
\pagenumbering{roman}
\setcounter{page}{1}
%*******************************************************************
% Title Page
%*******************************************************************
\title{Coupled Smoothed Particle Hydrodynamics - Discrete Element Method
for Fluid and Solid Mechanics}
\author{Dinesh Adepu}
%% Print the date. Today's date comes by default, change it here to
%% other date format, if required:
%\date{\today}
%\date{10 Mar 2016}
%% The type of the report can be set here
% \reporttype{A Seminar Report}
\reporttype{A Thesis}
%\reporttype{A Dissertation}
%\reporttype{A Project Report}
%% Name of the degree
\degree{Doctor of Philosophy}
%\degree{Master of Technology}
%% Department/Centre Name
\dept{Department of Aerospace Engineering}
%% Supervisor and cosupervisor/excosupervisor are not essential parts
%% of a report title page, as it is your report!
%% But if you **have** to put it uncomment these
\supervisor{Prof. Prabhu Ramachandran}
%\cosupervisor{Co-super name}
%\excosupervisor{External Supervisor}
%% Roll number
\rollnum{Roll No. 153010009}
\maketitle
%*******************************************************************
% Copyright Page
%*******************************************************************
%\mycopyright
%*******************************************************************
% Dedication Page
%*******************************************************************
% \dedication[Dedicated to Nietzsche]
\dedication[To Nietzsche]
%\addintoc{Dedication}
%*******************************************************************
% Certificate Page
%*******************************************************************
%\makecertificate[change title name]{report type}
% \makecertificate{seminar report}
\makecertificate{thesis}
%\makecertificate{dissertation}
%\makecertificate{project report}
%\addintoc{Certificate}
%*******************************************************************
% Approval Sheet
%*******************************************************************
\makeapproval{thesis}
%\makeapproval{dissertation}
%*******************************************************************
% Declaration
%*******************************************************************
\include{dec}
%\addintoc{Declaration}
%*******************************************************************
% Acknowledgements
%*******************************************************************
\include{ack}
%******************************************************************
% Abstract
%******************************************************************
\include{abs}
%******************************************************************
% Contents list
%******************************************************************
%\figurespagefalse
%\tablespagefalse
\makecontents % Creats toc, lof, and lot
%******************************************************************
% Notations
%******************************************************************
\notations[4cm]{List of Symbols}
%%********************************Mainmatter***********************
% In mainmatter everything comes with arabic numbering
\cleardoublepage
\setcounter{page}{1}
\pagenumbering{arabic}
%******************************************************************
% Chapters
%******************************************************************
% \include{intro/introduction}
% \include{lit/literature}
% \include{expt/experimental}
% \include{rnd/results}
\include{chapter_intro/intro}
\include{chapter_ctvf/ctvf}
\include{chapter_csph/csph}
\include{chapter_implementation_detail/implementation_detail}
\include{chapter_fsi/fsi}
\include{chapter_rfc/rfc}
\include{chapter_erosion/erosion}
\include{chapter_conclusions/conclusions}
% \include{chapter_tmp_misc/guide_to_writing}
% %****************************************************************
% % Appendices
% %****************************************************************
% %% Additional, supporting material, such as codes, derivations, etc., can be placed in the appendix
% \appendix
% \chapter{Supporting Material}
%******************************************************************
% Bibliography or References
%******************************************************************
% \setcitestyle{numbers}
% \bibliography{mylit}
\begingroup
\sloppy
\printbibliography[heading=bibintoc]
\endgroup
%*******************************************************************
% List of publications
%******************************************************************
\include{pub}
%*******************************************************************
% About author
%*******************************************************************
% \colophon % remove this command while using this file.
% GAME OVER
%*******************************************************************
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: