> 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/8342.md).

# 8342 - EFFECT OF SNOW SUBDUCTION ON VEHICLE MOBILITY

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

**Author:** *Mark Bodie*

**Keywords:** Snowplowing; motion resistance; traction; mobility; sinkage

**Abstract:**

Winter surfaces are characterized by low strength, which can result in deep vehicle sinkage and high vehicle motion resistances. If the vehicle’s sinkage is greater than the vehicle’s ground clearance, snowplowing forces occur, further increasing the vehicles motion resistance. The increased motion resistance can lead to vehicle immobility if the vehicle’s available traction is exceeded. In this work we investigate the effect of snow subduction on vehicle mobility. When snowplowing occurs a portion of the plowed snow can be subducted under the vehicle’s belly. The subducted snow is compressed resulting in both an increase in motion resistance and a normal load reduction under the vehicle’s track or tire. We developed an algorithm which includes both snow subduction effects on the vehicle’s mobility. In the study we found that the snow subducted under the vehicle has a substantial effect on the vehicle’s mobility. We simulated a 103kPa ground pressure vehicle with 0.1m snow subduction zone. When snow subduction was included in the analysis, we found that vehicle immobility occurred at a snow depth of 0.59m as compared to a depth of 0.7m when subduction was not included. The large variation in snow depth at vehicle immobility, underlines the importance of including snow subduction in vehicle mobility and route planning analyses. In future work we will improve the accuracy of the algorithm by incorporating snow stratigraphy. The current algorithm uses bulk density to determine snow strength, in future analyses we will incorporate snow layer density and grain size to improve the algorithms accuracy.


---

# 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/8342.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.
