> For the complete documentation index, see [llms.txt](https://2025.istvs.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://2025.istvs.org/submissions/papers/9165.md).

# 9165 - SIMULATION OF THE RELATIONSHIP BETWEEN THE DECREASED BEARING CAPACITY WHILE IMPARTING VIBRATION TO GROUND AND VIBRATION FREQUENCY IN THE DISCRETE ELEMENT METHOD

{% hint style="info" %}
Paper presented at ISTVS 2025 | 55th Conference of the International Society for Terrain-Vehicle Systems <https://doi.org/10.56884/JUY2WUYX>
{% endhint %}

**Authors:** *Tomohiro Watanabe, Dai Watanabe, Kojiro Iizuka*

**Keywords:** Discrete element method; bearing capacity; planetary exploration; vibration

**Abstract:**

Recently, moving underground has been focused on as a method of planetary exploring robots' movement.　Exploration rovers have difficulty moving underground because the drag force from the ground restricts their movement, hindering underground exploration. A previous study developed a mechanism that moves underground by imparting vibration to the ground and decreasing the drag force. The experimental results demonstrate the superiority of the proposed method, as the movement distance achieved with vibration is considerably greater than without vibration. The optimal vibration should be selected to improve the proposed mechanism's underground mobility. When imparting vibration, the change of the bearing capacity, which is the resistance from the ground, depends on lift-off acceleration. Lift-off acceleration is the minimum vibration acceleration that causes the flow of the ground particles. The bearing capacity increases when the rod's movement is under lift-off acceleration. Conversely, it decreases when the rod's movement is over lift-off acceleration. If the simulation reproduces the change of the bearing capacity when imparting vibration and lift-off acceleration, the optimal vibration can be selected. This study conducted the experiment and the DEM simulation in which the rod is dragged while vibrating on the ground. These methods measured the bearing capacity that the rod received from the ground. In the experiment and simulation, the vibration frequency was changed. As the vibration frequency increases, the acceleration of the rod's movement caused by the vibration eventually exceeds the lift-off acceleration. The reproducibility of DEM simulations was evaluated by comparing the relationship between the bearing capacity and vibration frequency in each method.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://2025.istvs.org/submissions/papers/9165.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
