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

# GNitro

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

The GNitro Utility is both a prediction and process design tool. GNitro can be used to predict the Nitrogen, White Layer Nitride, and Alloy Nitride profile for each step. Although the tool cannot be used for 3D geometry, it can predict both flat and curved surfaces by defining the radius for either an inner or outer radius. The GNitro tool, similar to both GCarb and VCarb, can also be used for process design. The process design feature allows the user to input specific parameters such as case depth and hardness so that the tool can help design a nitriding schedule.

## GNitro

The GNitro utility can be used as a prediction and a process design tool. In order to use either analysis type, first, a material must be selected. In this case, the U41XX material was selected.

![](/files/Pp0QqyjrKmFrjukugxp1)

Next, go to the Geometry tab to define the outer or inner radius diameter. For this process design analysis, an outer radius of 50 mm and a model thickness of 2 mm will be used.

![](/files/ePxJvhETm09I19yQhnn7)

After the geometry has been defined, go to the process tab to define the nitriding time, temperature and nitrogen potential. Since this is a process design analysis, there are 3 other parameters that need to be defined including the Furnace Round Up time (s), Effective Case Depth (ECD)(mm), and Nitrogen (%) at ECD. These values, along with the nitriding schedule, will control the step time to be solved for in the third step labeled "TBD".

![](/files/NH8cjlLEzBp0hMBYJKlh)

Based on the design parameters, in order to reach an effective case depth of 0.25 mm at 0.30% nitrogen, a step time of 33000 seconds, or 9.167 hours is required.

![](/files/0kC8bZAwSnoGcKgflQUy)

![](/files/KWyZoy2axZNSpt2648aO)


---

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