> For the complete documentation index, see [llms.txt](https://dante-solutions-inc.gitbook.io/dante-6.3-help-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dante-solutions-inc.gitbook.io/dante-6.3-help-documentation/introduction-2/gcarb.md).

# GCarb

<figure><img src="/files/jcL11ajWunPW76Cb0NW5" alt=""><figcaption></figcaption></figure>

The GCarb Utility can be used to design a gas carburization process to reach a desired case depth based on time, temperature, and carbon potential. By giving a gas carburization schedule, the utility can also predict the carbon profile and as-quenched hardness of the part.

## Use Case

As stated, the GCarb utility can be used for both process design, and prediction. To use the process design feature, first, select the material that you want to use. In this case, we are going to select the U4140 material.

![](/files/AHqD50iOVFniOCDswNbH)

Next, we are going to define the design parameters inside the Process tab. The furnace round up time represents the resolution at which we can control the time period. In this case, a round up time of 5 means that the time period will be rounded up or down to a multiple of 5. Next, the effective case depth and carbon at the ECD need to be defined. For this process, we are going to try to use 1 step, a temperature of 925 <sup>o</sup>C, and a carbon potential of 0.8% to find a step time needed. This utility tool can fit for multiple steps also. The TBD represents the value that we are going to design for. In this case, it will be the step time.

![](/files/LtowwhGbMRCdmqQskw0L)

Based on the design parameters defined, the time required to reach 0.8% carbon at 1 mm depth is 143,810 seconds, or approximately 40 hours.

![](/files/jnQPHky9ScyyMsXBgtUv)

![](/files/uFdYzOhQLsjHfIPgxVuw)


---

# 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://dante-solutions-inc.gitbook.io/dante-6.3-help-documentation/introduction-2/gcarb.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.
