# Asteroid Collisions

## Site under construction: July 9, 2020

As of May 2024 this site may finally get some updates since the papers are being published. Nothing has changed yet.

![Low velocity shear collision.](/files/-MB2-ejrgLgIImexkt-E)

![Blender render of a cluster spun around it's own center of mass and allowed to self gravitate.](/files/-MAivgpDwFSiCjDcvdl3)

{% content-ref url="/pages/-MAixUNR5tdRAIh7pQos" %}
[Outline](/outline.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MAeFdwh6CJfg7wcMbhg" %}
[Animations](/animations.md)
{% endcontent-ref %}

```cpp
// Project written in C++, OpenMP, and CUDA

//////////////////////////////////////////////////////////
// Loop Start ///////////////////////////////////////////
////////////////////////////////////////////////////////
///////////////////////////////////////////////////////
//////////////////////////////////////////////////////
/////////////////////////////////////////////////////
```

* [ ] Currently using trello for this
* [ ] Consider tracking changes here

![Spinning asteroid showing slight expansion along the equator. Spinning about the Y axis.](/files/-MAj0K2rE7ifUzHlb5t9)

![Two same size on axis clusters configured for collision.](/files/-MAj--ANhag_GhlTO_fg)

![2D cluster before gravitational collapse](/files/-MAj-sUf0HHwIiYA8VdP)

![Stress chains visualized as a function of ball compression.](/files/-MAj-5iZ0rf7yjz6RUMJ)

![](/files/-MBXCEFwB_5cwXxCS36T)

![](/files/-MAj-k0XO9UzeZUp_1_5)

![Impact parameter definition.](/files/-MAj-mIKne9SNQFVp5BG)

![](/files/-MB34pt3kzR7Ftdqy3iL)

![](/files/-MB34swffLcBGQaXjzWw)

![](/files/-MB34wOv4UEIrsOuY8dF)

![](/files/-MAj09ukwsohgqvv7eFN)

![](/files/-MAj0BJ7F8odtdqAONKH)

![Old style. Needs update. Distribution of kinetic energy among all particles in a sample collision.](/files/-MAj0gD3vJp27Gu57u5h)

![Sanchez comparison collapsing.](/files/-MAj0vfoxFIfdnmcO9cg)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sss.aeromap.org/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
