mirror of
https://github.com/Findus23/Bachelors-Thesis.git
synced 2024-08-27 19:52:12 +02:00
bit more text
This commit is contained in:
parent
e07d18915a
commit
e2ad713fcc
1 changed files with 1 additions and 1 deletions
2
main.tex
2
main.tex
|
@ -97,7 +97,7 @@ This ran on the \texttt{amanki} server using a \texttt{Nvidia GTX 1080} taking a
|
|||
|
||||
\section{Post-Processing}
|
||||
|
||||
After the simulation the properties of the SPH particles needs to be analyzed. For this the \texttt{identify\_fragments} C program by Christoph Burger\todo{better citation} uses a friends-of-friends algorithm to group the particles into fragments. Afterwards \texttt{calc\_aggregates}
|
||||
After the simulation the properties of the SPH particles needs to be analyzed. For this the \texttt{identify\_fragments} C program by Christoph Burger\todo{better citation} uses a friends-of-friends algorithm to group the particles into fragments. Afterwards \texttt{calc\_aggregates} calculates the mass of the two largest fragments together with their gravitationally bound fragments and it's output is written into a simple text file (\texttt{aggregates.txt}). This way the mass retention (total mass of the two largest fragments compared to total mass of projectile and target) and the water retention can be determined for every simulation result.
|
||||
|
||||
|
||||
\section{More text}
|
||||
|
|
Loading…
Reference in a new issue