> 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-1/process-database/process-data.md).

# Process Data

One of the most critical aspects of heat treatment simulation is the description of the conditions creating the heating and cooling of the component. There are a few methods for doing this, but DANTE Solutions prefers using heat transfer coefficients and ambient temperatures. While it is recommended that each vessel be characterized in terms of heat transfer coefficients and ambient temperatures, DANTE Solutions understands that this is either not possible or not practical for all situations. To that end, DANTE Solutions has provided several generic heat transfer coefficients for different scenarios. **These data sets are simply representative of different situations and should not be considered to accurately represent each scenario**. The following datasets are provided:

* Oil quench
* Salt quench
* Furnace heating
* Air cool
* Still air cool
* Water wash

The datasets are provided as comma delimited files, which can be opened in Excel and copy/pasted to the HTC definition in the DANTE model, and can be found in the DANTE\Ansys\_Link\Generic\_HTC\_Data directory, as shown in Figure 1. DANTE Solutions recommends adding to this set whenever new information is learned about a particular vessel. DANTE Solutions can offer advice on experiments needed to collect time-temperature data to facilitate heat transfer coefficient determination and offers a utility to perform the fitting of coefficients to experimental data. Please contact a DANTE Solutions engineer at <support@dante-solutions.com> for more information.

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

*Figure 1: Generic HTC directory location.*

Figure 2 shows the data sets contained within the Generic\_HTC\_Data subdirectory. Figure 3 shows the generic oil quench data. The lines of data can be copied and pasted directly into Ansys for the convection definition.

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

*Figure 2: Generic HTC datasets contained in the Generic HTC Data subdirectory.*

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

*Figure 3: Generic HTC dataset for an oil quench.*


---

# 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-1/process-database/process-data.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.
