# I know the Designation!

When you already know the material designation, Total Materia Predictor offers a quick and straightforward way to select it from the Horizon materials reference library. Here’s a step-by-step guide on how to select your material.

## Selecting Your Material

### Metals

If you’re working with metals, you can either choose a material designation from the Horizon materials reference library, which contains a vast library of materials, or import an internal chemical composition to continue with property predictions.

Follow these steps when choosing a material from the Horizon library:

1. **Type in your desired material designation**

Start by entering the designation of the material you want to work with. The system will search through the database and suggest relevant materials.

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

2. **Choose your desired standard**&#x20;

If your material is linked to multiple standards (e.g., DIN, ASTM, etc.), you can select the appropriate standard using a convenient drop-down menu. This helps you filter the options and ensure that you're working with the correct version of the material standard for your application.

3. **Edit the chemical composition (optional)**

Once you have selected your material, you also have the option to edit its chemical composition by clicking on the designated button below the material’s details. This is particularly useful when you need to modify or adjust specific elements in the composition for custom analysis or to match proprietary variations of the material.

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

### Polymers

When working with polymers, the process of identification differs from metals. Instead of being identified by chemical composition, polymers are classified based on broader attributes, including their material group, density, filler content, and other special characteristics.

**Key Details**:&#x20;

* **Classification**: Polymers are sorted by attributes like material group (e.g., thermoplastics, elastomers), density, and filler content.&#x20;
* **Search capabilities**: You can search for polymers using the same methods applied for metals (e.g., by material designation or standard). However, specific details like filler content and special characteristics are not individually defined in the search.

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

## Use cases

### Predicting the Tensile Strength for 2075 AA from 0-250°C at T6

Here is a step-by-step guide for predicting the tensile strength of 2075 AA alloy at T6 heat treatment from 0°C to 250°C using Total Materia Predictor:

**Step 1 – Material Composition**

1. **Enter material**: In the search bar, type 2075 to find your desired alloy.&#x20;
2. **Select material**: From the results, select 2075 AA (Aluminum Alloy) from the list.&#x20;
3. **Proceed to the next step**: Click the Next Step button at the bottom of the page to move forward.

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

**Step 2 – Select Model**

1. **Select the desired property**: From the property list, select Tensile Strength.&#x20;
2. **Select model**: Choose Model 1147, which allows you to predict tensile strength at different temperatures.&#x20;
3. **Proceed to the next step**: Click Next Step to configure model parameters.

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

**Step 3: Input Model Parameters**

1. **Product**: Select Bars from the drop-down menu.&#x20;
2. **Dimension Type**: Choose Diameter.&#x20;
3. **Dimension**: Enter 20 mm for the diameter.&#x20;
4. **Heat Treatment**: Choose Temper (T6) from the list.&#x20;
5. **Temperature Range**: Set the temperature range from 0°C to 250°C.&#x20;
6. **Predict**: Click the "Predict" button to generate results based on your inputs.

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

### Predicting Stress-Strain Curve for 17-4PH (SAE)

{% hint style="info" %}
Total Materia Horizon has already an large dataset of stress-strain curves. Before predicting, never forget to check if the stress strain curve that you need is not already available on the material page.
{% endhint %}

**Step 1 – Material Composition**&#x20;

1. **Type in the material**: Begin by typing "17-4 PH" in the material search bar.
2. **Select the material**: From the list, choose **17-4PH SAE** to proceed to the next step.

**Step 2 – Select Model**&#x20;

1. **Select the property**: Under the property tab, choose **stress**.
2. **Select the model ID**: For this example, select **model ID 1236**, which is suitable for predicting stress-strain curves.

**Step 3: Model Parameters**

1. Input Parameters:

* **Product**: Select **Bars**.
* **Dimension type**: Choose **Thickness**.
* **Dimension (mm)**: Enter **120 mm**.
* **Test Temperature (°C)**: Set the temperature to **200°C**.
* **Modulus of Elasticity (GPa) at RT**: Enter **200** or click **Estimate Using AI Model** if you want to predict this value using the AI model.
* **Ultimate Tensile Strength (MPa) at RT**: Set this to **1300**, or use the AI model to estimate it.
* **Yield Strength (MPa) at RT**: Enter **1200**, or use the AI model for a predicted value.
* **Maximum Strain (mm/mm)**: Set to **0.2**.

2. Prediction Type: Choose either single point or multipoint based on your needs.

**Step 4: Prediction Results**&#x20;

Click on the "Predict" button, and the system will generate the stress-strain curve based on the provided input parameters.

**Note**: If you're missing specific properties required for the stress-strain curve, you can either input known values or use the AI models to predict the required properties for you.

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


---

# Agent Instructions: 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:

```
GET https://docs.totalmateria.com/predictor/user-guide/ready-steady-predict/i-know-the-designation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
