Commit 0683529c authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

frontmatter - added keywords, fixed date, cleaned up nomenclature

parent c46a9279
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -163,12 +163,14 @@ Copyright {\copyright} {\Year} {\Author}. All Rights Reserved.
\addcontentsline{toc}{chapter}{\abstractname}

\section*{Abstrakt}
    TODO

\inline{TODO: abstrakt CZ}

\vspace{2cm}

\section*{Abstract}
    TODO

\inline{TODO: abstract EN}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Dedication page
@@ -223,7 +225,7 @@ I confirm having prepared the thesis on my own and having listed all used source
%
\vspace{1cm}
\begin{flushright}
    \City,~\Month~\Day,~\Year \hfill \Author
    \City,~\Date \hfill \Author
\end{flushright}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+0 −39
Original line number Diff line number Diff line
@@ -173,42 +173,3 @@
\renewcommand*{\newunitpunct}{\addcomma\space}
% suppres "In:" (http://tex.stackexchange.com/a/10686)
\renewbibmacro{in:}{}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Nomenclature
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\usepackage[intoc]{nomencl}
%\makenomenclature
%\renewcommand{\nomname}{Nomenclature}
%
%% \renewcommand{\nomgroup}[1]{\medskip% creates headings for groups of symbols
%% 	\ifthenelse{\equal{#1}{L}}{\item[\textbf{Latin letters}]}{%
%% 	\ifthenelse{\equal{#1}{G}}{\item[\textbf{Greek letters}]}{%
%% 	\ifthenelse{\equal{#1}{Z}}{\item[\textbf{Symbols}]}{}}}}
%
%\renewcommand{\nomgroup}[1]{\medskip% creates headings for groups of symbols
%	\ifthenelse{\equal{#1}{L}}{\item[\textbf{Latin letters}]}{%
%	\ifthenelse{\equal{#1}{G}}{\item[\textbf{Greek letters}]}{%
%	\ifthenelse{\equal{#1}{S}}{\item[\textbf{Subscripts}]}{%
%	\ifthenelse{\equal{#1}{T}}{\item[\textbf{Superscripts}]}{%
%	\ifthenelse{\equal{#1}{N}}{\item[\textbf{Numerical Methods and Schemes}]}{%
%	\ifthenelse{\equal{#1}{Z}}{\item[\textbf{Other symbols}]}{}}}}}}}
%
%% 	\renewcommand{\nomgroup}[1]{\medskip% creates headings for groups of symbols
%% 	\ifthenelse{\equal{#1}{L}}{\item[\textbf{Latin letters}]}{%
%% 	\ifthenelse{\equal{#1}{G}}{\item[\textbf{Greek letters}]}{%
%% 	\ifthenelse{\equal{#1}{S}}{\item[\textbf{Subscripts}]}{%
%% 	\ifthenelse{\equal{#1}{T}}{\item[\textbf{Superscripts}]}{%
%% 	\ifthenelse{\equal{#1}{Z}}{\item[\textbf{Other symbols}]}{}}}}}}
%
%\newtheorem{theorem}{Theorem}[chapter]
%\newtheorem{corollary}[theorem]{Corollary}
%\newtheorem{lemma}[theorem]{Lemma}
%\theoremstyle{definition}
%\newtheorem{definition}[theorem]{Definition}
%\newtheorem{problem}{Problem}
%\newtheorem{remark}[theorem]{Remark}
%\theoremstyle{remark}
%\newtheorem*{notation}{Notation}
%\newtheorem{numtest}{\textbf{Numerical experiment}}[chapter]
%% \newenvironment{proof}{\noindent {\it Proof.}}{\hspace*{\fill} $\Box$}
 No newline at end of file
+3 −3
Original line number Diff line number Diff line
@@ -57,9 +57,9 @@
\usepackage{booktabs}

% table column types with parametrized width
\newcolumntype{L}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\newcolumntype{C}[1]{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\newcolumntype{R}[1]{>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\newcolumntype{L}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}p{#1}}
\newcolumntype{C}[1]{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}p{#1}}
\newcolumntype{R}[1]{>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}p{#1}}

% figures
\usepackage{graphicx}
+7 −25
Original line number Diff line number Diff line
@@ -12,8 +12,8 @@
\def\CoSupervisor{Radek Fučík}
\def\DissertationTitle{Data Structures and Parallel Algorithms for Numerical Solvers in Computational Fluid Dynamics}
\def\DissertationTitleCz{Datové struktury a paralelní algoritmy pro numerické řešiče ve výpočetní dynamice tekutin}
\def\Keywords{KEYWORDS TODO}
\def\KeywordsCz{KEYWORDS CZ TODO}
\def\Keywords{Parallel computing, distributed computing, unstructured mesh, mixed-hybrid finite element method, lattice Boltzmann method, validation}
\def\KeywordsCz{Paralelní výpočty, distribuované výpočty, nestrukturovaná síť, hybridní metoda smíšených konečných prvků, mřížková Boltzmannova metoda, validace}
\def\Thesis{Dissertation}
\def\ThesisCz{Dizertační práce}
\def\PhDProgramme{Mathematical Engineering}
@@ -25,8 +25,7 @@
\def\DepartmentCz{Katedra matematiky}
\def\Year{2023}
\def\AcademicYear{2022--2023}
\def\Month{MONTH TODO}
\def\Day{DAY TODO}
\def\Date{\today}
\def\City{Prague}

% set PDf meta-data
@@ -55,23 +54,6 @@
\frontmatter
\input{frontmatter}


%chapter0
%\chapter*{Notation}
%\addcontentsline{toc}{chapter}{Notation}
%\markboth{List of publications}{List of publications}
%\input{Chapter0/Notation}

% nomenclature

% compile using makeindex thesis.nlo -s nomencl.ist -o thesis.nls

%\include{thesis_nomenclature}

%\markboth{\nomname}{\nomname}% maybe with \MakeUppercase
%\printnomenclature[2.3cm]
% \printnomenclature[1.6cm]

\cleardoublepage
\mainmatter
\pagestyle{myruled}
@@ -145,15 +127,15 @@
\printbibliography[prenote=articles, type=article, heading=subbibintoc, title={Articles}]

\newrefcontext[labelprefix=B]
\printbibliography[prenote=books, filter=books, heading=subbibintoc, title={Books and Theses}]
\printbibliography[prenote=books, filter=books, heading=subbibintoc, title={Books and theses}]

\newrefcontext[labelprefix=C]
\printbibliography[prenote=conference, filter=conference, heading=subbibintoc, title={Conference Papers}]
\printbibliography[prenote=conference, filter=conference, heading=subbibintoc, title={Conference papers}]

\newrefcontext[labelprefix=M]
\printbibliography[prenote=manual, keyword={manual}, heading=subbibintoc, title={Manuals and Technical Reports}]
\printbibliography[prenote=manual, keyword={manual}, heading=subbibintoc, title={Manuals and technical reports}]

\newrefcontext[labelprefix=O]
\printbibliography[prenote=online, type=online, heading=subbibintoc, title={Online Resources}]
\printbibliography[prenote=online, type=online, heading=subbibintoc, title={Online resources}]

\end{document}

thesis_nomenclature.tex

deleted100644 → 0
+0 −106
Original line number Diff line number Diff line
% compile using makeindex thesis.nlo -s nomencl.ist -o thesis.nls

% introduction

\nomenclature[gZ]{$\Omega$}{spatial domain}%
\nomenclature[ldZ]{$d_\Omega$}{spatial dimension ($d_\Omega \in \left\lbrace 2, \, 3 \right\rbrace$)}%
\nomenclature[lIcal]{$\mathcal{I}$}{interface between $\Omega^\pmdom$ and $\Omega^\ffdom$}%
\nomenclature[tpm]{\textit{pm}}{porous medium}%
\nomenclature[ttr]{T}{transpose}%
\nomenclature[tff]{\textit{ff}}{free flow}%
\nomenclature[lxi]{$x_i$}{$i$-th spatial coordinate of point $\boldsymbol{x}$ $[\text{m}]$}%
\nomenclature[ltini]{$t_{\text{ini}}$, $t_{\text{fin}}$}{initial and final time, respectively $[\text{s}]$}%
\nomenclature[zfij]{$\left[ \vec{v} \right]_i, \left[ \vec{M} \right]_{i,j}$}{components $i$ and $i,j$ of vector $\vec{v}$ and matrix $\vec{M}$, respectively}%

\nomenclature[ln]{$\vec{n}$}{unit outward normal}%
\nomenclature[lt]{$\vec{t}$, $\vec{t}_i$}{unit vectors tangential to $\mathcal{I}$}%

\nomenclature[sc]{\textit{c}}{component $c$ of the mixture}%
\nomenclature[sn]{\textit{n}}{component $n$ of the mixture}%
\nomenclature[sini]{ini}{initial}%
\nomenclature[sfin]{fin}{final}%

\nomenclature[zzequal]{$\coloneqq$}{equality sign used when the left-hand side is defined as the object on the right-hand side}%

% mathematical model for pm

% balance equations

% \nomenclature[gsigma]{$\sigma$}{component $\sigma$ of the mixture, where $\sigma = c,n$}%
\nomenclature[ss]{\textit{s}}{solid matrix}%
\nomenclature[lg]{$\vec{g}$}{gravitational acceleration vector $[\text{m} \cdot \text{s}^{-2}]$}%
\nomenclature[lehatsigma]{$\hat{e}_\sigma$}{specific internal energy of component $\sigma$ $[\text{J} \cdot \text{kg}^{-1}]$}%
\nomenclature[gl]{$\lambda$}{thermal conductivity coefficient $[\text{W} \cdot \text{m}^{-1} \cdot \text{K}^{-1}]$}%
\nomenclature[lT]{$T$}{thermodynamic temperature $[\text{K}]$}%
\nomenclature[gdij]{$\delta_{i,j}$}{Kronecker delta}%
\nomenclature[lp]{$p$}{pressure $[\text{Pa}]$}%
\nomenclature[gm]{$\mu$}{dynamic viscosity $[\text{Pa} \cdot \text{s}]$}%

% volume averaging

\nomenclature[lqfneu]{$q_{f,\text{Neu}}$}{flux prescribed on $\Gamma_{f,\text{Neu}}$}%

% free flow region

\nomenclature[gmb]{$\mu_b$}{bulk viscosity $[\text{Pa} \cdot \text{s}]$}%
\nomenclature[lhsigmatilde]{$\tilde{h}_\sigma$}{specific enthalpy of component $\sigma$ $[\text{J} \cdot \text{kg}^{-1}]$}%
\nomenclature[lesigma]{$e_\sigma$}{specific energy of component $\sigma$ $[\text{J} \cdot \text{kg}^{-1}]$}%
\nomenclature[lhtilde]{$\tilde{h}$}{specific enthalpy $[\text{J} \cdot \text{kg}^{-1}]$}%
\nomenclature[gksigma]{$\kappa_\sigma$}{ratio of specific heats of component $\sigma$ $[-]$}%
\nomenclature[gk]{$\kappa$}{ratio of specific heats $[-]$}%

% interface

\nomenclature[lH1]{$H^1 (\cdot)$}{Sobolev space}%

% fem

\nomenclature[lTcal]{$\mathcal{T}$}{boundary conforming triangulation covering $\Omega^\pmdom$ or set of rectangles covering $\Omega^\ffdom$}%
\nomenclature[gvzi]{$\varphi_i$}{basis function associated with the node $\boldsymbol{x}_i$ of $\mathcal{T}$}%
\nomenclature[lNV]{$N_\mathcal{V}$}{number of finite volumes in $\mathcal{V}$ and number of nodes in $\mathcal{T}$}%

\nomenclature[lTe]{$T^e$}{element in $\mathcal{T}$}%

% cvfem

\nomenclature[lxi]{$\boldsymbol{x}_i$}{node in $\mathcal{T}$}%
\nomenclature[lVcal]{$\mathcal{V}$}{mesh of finite volumes covering $\Omega^\pmdom$ or $\Omega^\ffdom$}%
\nomenclature[ltn]{$t_n$}{$n$-th time level $[\text{s}]$}%
\nomenclature[lNt]{$N_t$}{number of time steps}%

\nomenclature[gt]{$\tau$, $\tau_n$}{time step $[\text{s}]$ and $n$-th time step $[\text{s}]$, respectively}%
% \nomenclature[gtn]{$\tau_n$}{$n$-th time step $[\text{s}]$}%
% \nomenclature[gt]{$\tau$}{time step $[\text{s}]$ or parameter introduced in Appendix \ref{sec;app,eoc} $[-]$}%
%
\nomenclature[zzabsga]{$\abs{\Gamma}$}{length of line segment $\Gamma$}%




% runge-kutta

\nomenclature[gtmax]{$\tau_\text{max}$}{maximum time step in the Runge-Kutta-Merson method $[\text{s}]$}%
\nomenclature[lErkmax]{$E_{\text{RK,max}}$}{maximum local error in the Runge-Kutta-Merson method}%

\nomenclature[zzmaxnorm]{$\norm{\cdot}_{l_\infty}$}{maximum norm}%


% free flow schemes

% \nomenclature[gZfftilde]{$\tilde{\Omega}^\ffdom$}{extension of $\Omega^\ffdom$ by auxiliary rectangles}%

\nomenclature[ts]{$s$}{$s$-node}%
\nomenclature[t1]{1}{1-node}%
\nomenclature[t2]{2}{2-node}%

\nomenclature[lXa]{$\mathcal{X}^\alpha$}{set of all $\alpha$ nodes in $\overline{\Omega}^\ffdom$, where $\alpha \in \left\lbrace 1, \, 2, \, s \right\rbrace$}%
\nomenclature[lNa]{$N^\alpha$}{number of all $\alpha$ nodes in $\overline{\Omega}^\ffdom$, where $\alpha \in \left\lbrace 1, \, 2, \, s \right\rbrace$}%

% numerical results


\nomenclature[Nfem]{\textit{FEM}}{finite element method}%
\nomenclature[Ncvfem]{\textit{CV-FEM}}{control volume based finite element method}%
\nomenclature[Nfvm]{\textit{FVM}}{finite volume method}%

%
 No newline at end of file