> For the complete documentation index, see [llms.txt](https://docs.wcproducts.com/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wcproducts.com/welcome/wheels/pneumatic-wheels/general-info/width-and-diameter-at-set-pressures.md).

# Width and Diameter at Set Pressures

Below is a table with pressure values and the associated diameter and width measurements for each type of pneumatic wheel. These values need to be taken into consideration when a drive train is being designed to ensure that no rubbing will occur and various pressures.

### 8” Smooth (WCP-0158)

| PSI | Width | Diameter |
| :-: | :---: | :------: |
|  5  | 1.77” |   7.53”  |
|  10 | 1.89” |   7.54”  |
|  15 | 1.94” |   7.54”  |
|  20 | 1.98” |   7.54”  |
|  25 | 2.03” |   7.55”  |
|  30 | 2.07” |   7.56”  |
|  35 | 2.11” |   7.58”  |

### 8” Diamond (WCP-0167)

| PSI | Width | Diameter |
| :-: | :---: | :------: |
|  5  | 1.70” |   7.58”  |
|  10 | 1.77” |   7.58”  |
|  15 | 1.82” |   7.58”  |
|  20 | 1.88” |   7.59”  |
|  25 | 1.92” |   7.60”  |
|  30 | 1.93” |   7.61”  |
|  35 | 1.95” |   7.62”  |

### 6” Centipede (WCP-0047)

| PSI | Width | Diameter |
| :-: | :---: | :------: |
|  5  | 1.65” |   5.86”  |
|  10 | 1.65” |   5.93”  |
|  15 | 1.65” |   5.97”  |
|  20 | 1.65” |   5.97”  |
|  25 | 1.65” |   6.06”  |
|  30 | 1.66” |   6.08”  |
|  35 | 1.66” |   6.09”  |
|  40 | 1.68” |   6.17”  |
|  45 | 1.70” |   6.19”  |
|  50 | 1.71” |   6.23”  |


---

# 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://docs.wcproducts.com/welcome/wheels/pneumatic-wheels/general-info/width-and-diameter-at-set-pressures.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.
