> 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/readme/material-models-for-steels/carburizing-model.md).

# Carburizing Model

Carburizing is a carbon diffusion process with carbon entering into the part surface from the carbon atmosphere. The carbon diffusivity is temperature and carbon dependent, and the data is defined by the keyword “\*STEEL\_CRBDIFF” in the material data \*.CRB file. Please reference Carburizing Material Data file [**Steel Material Carburizing Data File**](/dante-6.3-help-documentation/readme/material-database/steel-alloy-data/steel-material-carburizing-data-file.md)**.**

For low pressure carburizing (LPC), or gas carburizing with high carbon potentials (CP), carbide may form during the process. The amount of carbide and depth in a carburized part can be an important quality measure. A carbide forming model is necessary to simulate the carbide values and depth for process adjustment or optimization. LPC process is a series of boost/diffuse steps. During a boost step, the carbon on the part surface reaches to high value (equilibrium) quickly, and the carbon on the surface diffuses inward during the following diffuse step. In a vacuum chamber, there is no carbon entering into the part surface during a diffuse step, so the carbon on the surface decreases. For high alloy steels, the process can be more complicated due to the formation of alloy carbide during boost steps, and decomposing of alloy carbide during diffuse steps. The formation and decomposing of alloy carbide during LPC provide extra carbon source, which leads to high surface carbon and deeper case in general. DANTE carburizing material models have implemented the carbide forming and decomposing features, allowing accurately simulating the surface carbon and case depth. The material data are defined by keywords “\*STEEL\_CARB\_AFRMKIN” for carbide forming, and “\*STEEL\_CARB\_ADCPKIN” for carbide decomposing during carburizing process. An example of carbide forming and decomposing during LPC process of a high alloy steel is shown below to demonstrate the features described above.

Figure below shows the carbon and carbide profiles in austenite after the first boost step.

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

Figure below shows the carbide and carbon profile after the first diffuse step. The carbide value is greatly reduced due to its decomposing, compared with the results after the first boost, and the decomposed carbide is dissolved in austenite as nascent carbon.

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

The figure below shows the carbon and carbide profile at the end of the entire LPC process. A small amount of carbide is predicted in the shallow surface of the part. The LPC recipe can be further adjusted or optimized to control and value and depth of alloy carbide of the carburized parts.

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


---

# 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/readme/material-models-for-steels/carburizing-model.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.
