1
0
Fork 0
mirror of https://github.com/Findus23/Bachelors-Thesis.git synced 2024-08-27 19:52:12 +02:00
Bachelors-Thesis/10_introduction.tex

21 lines
2.9 KiB
TeX
Raw Permalink Normal View History

2019-08-14 20:28:42 +02:00
% !TeX spellcheck = en_US
2019-08-26 17:18:10 +02:00
\addchap{Abstract}
2019-09-19 17:31:41 +02:00
To get a closer estimate on how much water remains after the collision of two protoplanets or asteroids covered in water, a total of 1375 SPH simulations have been conducted. Six parameters like impact velocity, angle and mass have been varied between the simulations to estimate for many possible collision scenarios. To interpolate the resulting water retention fraction for collisions in between the simulations, the three methods gridbased linear interpolations, Radial Basis Functions and Artificial Neural Networks have been used. This allows to predict the remaining water for arbitrary collisions within the simulated parameter range.
2019-08-26 17:18:10 +02:00
{\let\clearpage\relax \chapter{Introduction}\label{introduction}}
2019-08-12 15:25:37 +02:00
2019-09-19 17:31:41 +02:00
One important question for planet formation is how water got to the earth. The part of the 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.
2019-08-12 15:25:37 +02:00
2019-08-26 14:41:22 +02:00
%\section{The perfect merging assumption}
2019-08-12 15:25:37 +02:00
2019-08-21 15:20:54 +02:00
To better understand how this process works, large n-body simulations over the lifetime of the solar systems have been conducted\footnote{for example \cite{dvorakSimulation}}. Most of these neglect the physical details of collisions when two bodies collide for simplicity and instead assume that a perfect merging occurs. So the entire 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}
2019-08-12 15:25:37 +02:00
2019-08-26 14:41:22 +02:00
%\section{Some other heading}
%\todo{find a name for this heading}
2019-08-12 15:25:37 +02:00
2019-09-19 17:31:41 +02:00
To understand how exactly the water transport works, one has to find an estimate of the mass and water fractions that are retained during two-body simulations depending on the parameters of the impact.
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}). Finally I'll compare the three methods and show their advantages and disadvantages (Chapter \ref{sec:comparison}).