> 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/material-data-development-and-customization.md).

# Material Data Development and Customization

Heat treatment process, such as carburizing and quench hardening using oil quenchant, requires tremendous amount of material data. DANTE has a rich amount of material data in the standard material database, which allow users to simply selecting the material to setup the model without the tedious effort of preparing the material data.

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

In some cases, new material needs to be added, or material properties need to be customized. The recommended material directory to store the customized material data is ***DANTEDB\_UDB***, as shown below.

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

DANTE offers a series of material data customization tools for material data customization. The most important material properties for customization include:

* Phase transformation kinetics
* Plasticity mechanical properties
* Coefficient of thermal expansion and transformation strains
* Hardness related properties (hardness of individual phases and iron carbide coarsening rate)

Austenite decomposing transformation during quenching is one of the most important material properties for modeling the heat treatment process. The data can be fitted from dilatometry test, TTT diagram. They can also be tuned based on Ideal Diameter (DI) and Jominy End Quench data.

Below is an example for fitting martensitic phase transformation from the experimental dilatometry data using DANTE tool Dilot\_Fit. The fitting tool calculates the strain contributions from temperature change and phase transformations automatically. Please reference [**Dilot Fit**](broken://pages/bZWkema2oRuqtcFH3VLF).

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

Dilot\_Fit can also be used to fit the diffusive phase transformations from continuous cooling and isothermal holding dilatometry test data. To fit the diffusive transformation material data for a wide temperature range, a series of examples data with different cooling rate or holding temperature will be needed. The figure below demonstrates the comparison between experimental dilatometry data and calculated data using the fitted diffusive phase transformation kinetics.

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

TTT diagrams can be used to fit the diffusive phase transformation data. Many TTT diagrams can be found in public domain or steel maker’s database. The Figure below compares the fitting result between an experimental TTT diagram and the calculated TTT diagram from the fitting using TTT\_Fit utility tool. Please reference **\[TTT Fit]\(../../../Utility\_Tools/TTT Fit/TTT Fit.md)**.

<figure><img src="/files/9c0Fulcli3kD1Wcy9EYe" alt=""><figcaption></figcaption></figure>

Ideal Diameter and Jominy curves are often reported by the steel makers, which can also be used to customize the material phase transformation data. DANTE utility tools, DI\_Predictor, and Jominy\_Predictor, are often used to tune the phase transformation for improved accuracy based on these reported data. The following Figures show the calculated DI and Jominy curves from the DANTE material database. Please reference **\[DI Predictor]\(../../../Utility\_Tools/DI Predictor/DI Predictor.md)** and **\[Jominy Predictor]\(../../../Utility\_Tools/Jominy Predictor/Jominy Predictor.md)**.

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

<figure><img src="/files/0AuLCu7Yo8s89q72uZGL" alt=""><figcaption></figcaption></figure>

The mechanical properties can also be customized using tension or compression tests with known phases over a given temperature range. The MEC\_Fit utility tool makes it convenient to fit the data fitting for the material plasticity parameters. Please reference [**Mec Fit**](broken://pages/6cnTo7h59GmowYhzBTZx).

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

More detailed information about DANTE utility tools can be found using the link below. [**General**](broken://pages/f9V2k4ixkxmNUobPhATd)


---

# 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/material-data-development-and-customization.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.
