mirror of
https://github.com/Findus23/Bachelors-Thesis.git
synced 2024-08-27 19:52:12 +02:00
improve introduction section
This commit is contained in:
parent
a2943133c8
commit
31ace827cd
5 changed files with 25 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
% !TeX spellcheck = en_US
|
||||
\chapter{Simulations}
|
||||
|
||||
\label{chapter:simulations}
|
||||
\section{Model}
|
||||
|
||||
For a realistic model of two gravitationally colliding bodies the SPH (\textit{smooth particle hydrodynamics}) code \texttt{miluphCUDA} as explained in \cite{Schaefer2016} is used. It is able to simulate brittle failure and the interaction between multiple materials.
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
% !TeX spellcheck = en_US
|
||||
\chapter{Results}
|
||||
\label{chapter:results}
|
||||
|
||||
For the large set of simulations we can now extract the needed values. 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 these values differ slightly 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,5 +1,5 @@
|
|||
\chapter{Interpolations}
|
||||
|
||||
\label{chapter:interpolations}
|
||||
\input{41_griddata.tex}
|
||||
\input{42_rbf.tex}
|
||||
\input{43_nn.tex}
|
||||
|
|
|
@ -140,4 +140,21 @@
|
|||
urldate = {2019-07-16},
|
||||
}
|
||||
|
||||
@Article{snowline,
|
||||
author = {{Martin}, Rebecca G. and {Livio}, Mario},
|
||||
title = {{On the evolution of the snow line in protoplanetary discs}},
|
||||
journaltitle = {\mnras},
|
||||
date = {2012-09},
|
||||
volume = {425},
|
||||
number = {1},
|
||||
pages = {L6-L9},
|
||||
doi = {10.1111/j.1745-3933.2012.01290.x},
|
||||
eprint = {1207.4284},
|
||||
eprintclass = {astro-ph.EP},
|
||||
eprinttype = {arXiv},
|
||||
adsnote = {Provided by the SAO/NASA Astrophysics Data System},
|
||||
adsurl = {https://ui.adsabs.harvard.edu/abs/2012MNRAS.425L...6M},
|
||||
keywords = {accretion, accretion discs, Earth, planets and satellites: formation, protoplanetary discs, stars: pre-main-sequence, Astrophysics - Earth and Planetary Astrophysics},
|
||||
}
|
||||
|
||||
@Comment{jabref-meta: databaseType:biblatex;}
|
||||
|
|
10
main.tex
10
main.tex
|
@ -1,4 +1,5 @@
|
|||
% !TeX spellcheck = en_US
|
||||
% !TeX spellcheck = en_US
|
||||
\input{template.tex}
|
||||
\hypersetup{
|
||||
pdftitle={The Title of the Bachelor Thesis},
|
||||
|
@ -21,19 +22,18 @@
|
|||
|
||||
\chapter{Introduction}\label{introduction}
|
||||
|
||||
|
||||
Here comes some short science explanation about how planets form and water is transported.
|
||||
One important question for planet creation is, how water did get to the earth. The part protoplanetary disk closest to the sun was too hot to make it possible that water can condense on Earth during formation. And while there are theories that the region where ice is possible inside the snow-line moved during Earth's formation\footcite{snowline}, the most popular theory is that water moved inwards in the solar system through collisions of water-rich proto-planets.%
|
||||
\todo{citation needed}
|
||||
|
||||
|
||||
\section{The perfect merging assumption}
|
||||
|
||||
To better understand how this process works, large n-body simulations over the lifetime of the solar systems have been conducted.\todo{give an example} Most of these neglect the physical details of collisions when two bodies collide for simplicity and instead assume that a perfect merging occurs. So all the mass of the two progenitor bodies and especially all of their water (ice) is retained in the newly created body. Obviously this is a simplification as in real collisions perfect merging is very rare and most of the time either partial accretion or a hit-and-run encounter occurs. (\cite{CollisionTypes}) Therefore the amount of water retained after collisions is consistently overestimated in these simulations. Depending on the parameters like impact angle and velocity a large fraction of mass and water can be lost during collisions.\footcite{MaindlSummary}
|
||||
To better understand how this process works, large n-body simulations over the lifetime of the solar systems have been conducted.\todo{give an example} Most of these neglect the physical details of collisions when two bodies collide for simplicity and instead assume that a perfect merging occurs. So all the mass of the two progenitor bodies and especially all of their water (ice) is retained in the newly created body. Obviously this is a simplification as in real collisions perfect merging is very rare and most of the time either partial accretion or a hit-and-run encounter occurs.\footcite{CollisionTypes} Therefore the amount of water retained after collisions is consistently overestimated in these simulations. Depending on the parameters like impact angle and velocity a large fraction of mass and water can be lost during collisions.\footcite{MaindlSummary}
|
||||
|
||||
\section{Some other heading}
|
||||
|
||||
To understand how the water transport works exactly one has to find an estimation of the mass and water fractions that are retained during two-body simulations depending on the parameters of the impact.
|
||||
|
||||
\todo{And here the explanation of the chapters}
|
||||
First I will be shortly describing the simulation setup, the important parameters and the post-processing of the results (Chapter \ref{chapter:simulations}). Next I will summarize the results of the simulations and their properties (Chapter \ref{chapter:results}). In the main section I will then be describing three different approaches to interpolate and generalize these results for arbitrary collisions (Chapter \ref{chapter:interpolations}).
|
||||
|
||||
|
||||
\include{20_simulations}
|
||||
|
|
Loading…
Reference in a new issue