mirror of
https://github.com/Findus23/Bachelors-Thesis.git
synced 2024-08-27 19:52:12 +02:00
add spellchecking language comments
This commit is contained in:
parent
9181bad44e
commit
816fcf77f9
6 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
% !TeX spellcheck = en_US
|
||||
\chapter{Simulations}
|
||||
|
||||
\section{Model}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
% !TeX spellcheck = en_US
|
||||
\chapter{Results}
|
||||
|
||||
For the large set of simulations we can now extract the needed value. The output of the relaxation program (\texttt{spheres\_ini\_log}) gives us the precise values for impact angle and velocity and the exact masses of all bodies. As theses values slightly differ from the parameters explained in Section \ref{sec:parameters} due to the setup of the simulation, in the following steps only the precise values are considered. From the \texttt{aggregates.txt} explained in Section \ref{sec:postprocessing} the final masses and water fractions of the two largest fragments are extracted. From these the main output considered in this analysis, the water retention of the two fragments can be calculated.
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
% !TeX spellcheck = en_US
|
||||
\section{Multidimensional Linear Interpolation}
|
||||
|
||||
\subsection{Theory}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
% !TeX spellcheck = en_US
|
||||
\section{RBF interpolation}
|
||||
|
||||
\subsection{Theory}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
% !TeX spellcheck = en_US
|
||||
\begin{figure}[h] % TODO: h is temporary
|
||||
\centering
|
||||
\includegraphics[width=0.4\linewidth]{images/graphviz/general.pdf}
|
||||
|
|
1
main.tex
1
main.tex
|
@ -1,3 +1,4 @@
|
|||
% !TeX spellcheck = en_US
|
||||
\input{template.tex}
|
||||
\hypersetup{
|
||||
pdftitle={The Title of the Bachelor Thesis},
|
||||
|
|
Loading…
Reference in a new issue