# Materials

This section defines material properties for structural steel, reinforcing steel, and concrete used in the Steel I Girder Bridge model.

{% hint style="info" %}
**Navigation:** Properties > Materials

For detailed parameter explanations, see the [Materials Reference](https://docs.openbrim.org/templates/steel-i-girder-bridge-workflow/properties-sig/materials-sig).
{% endhint %}

## Steps

### Step 1: Navigate to Materials

Navigate to **Properties > Materials** in the tree view.

### Step 2: Import Structural Steel Materials

Click the **three-dots icon** on the first cell under **Name** and select **Import Material**.

Import the following steel materials from the OpenBrIM Library:

| Material Path                                                                | Material Name |
| ---------------------------------------------------------------------------- | ------------- |
| OpenBrIM Bridge Objects > Steel Material Database (US) > Structural Steel    | A709\_50      |
| OpenBrIM Bridge Objects > Steel Material Database (US) > Structural Steel    | A709\_50W     |
| OpenBrIM Bridge Objects > Steel Material Database (US) > Reinforcement Steel | A615\_60      |

![Import Material](https://openbrim.atlassian.net/wiki/download/attachments/2101706924/image-20231003-115132.png?api=v2)

![Material Selection](https://openbrim.atlassian.net/wiki/download/attachments/2101706924/image-20221008-135440.png?api=v2)

### Step 3: Import Concrete Materials

Import the following concrete materials:

| Material Path                                                         | Material Name                            |
| --------------------------------------------------------------------- | ---------------------------------------- |
| OpenBrIM Bridge Objects > Concrete Material Database (US) > US AASHTO | Fc\_4ksi                                 |
| OpenBrIM Bridge Objects > Concrete Material Database (US) > US AASHTO | Fc\_4ksi (rename to **Fc\_4ksiforDeck**) |

### Step 4: Assign Stress-Strain Models for Concrete

Click the **three-dots icon** on **Fc\_4ksi** and select **Edit**.

Set **Stress/Strain Model** to **Mander Concrete**.

![Edit Material](https://openbrim.atlassian.net/wiki/download/attachments/2101706924/image-20240927-120556.png?api=v2)

![Mander Concrete](https://openbrim.atlassian.net/wiki/download/attachments/2101706924/image-20221115-153742.png?api=v2)

Repeat for **Fc\_4ksiforDeck**.

### Step 5: Assign Stress-Strain Model for Reinforcement

For **A615\_60**, set **Stress/Strain Model** to **Bilinear Steel**.

![Bilinear Steel](https://openbrim.atlassian.net/wiki/download/attachments/2101706924/trainingss.drawio%20-%202022-10-10T112156.014-20221010-082156.png?api=v2)

### Step 6: Create Rigid Material

Add a new row and create **RigidMaterial** for rigid connections.

{% hint style="warning" %}
Set the **unit weight** of rigid materials to **0** to avoid adding artificial mass to the model.
{% endhint %}

![Rigid Material](https://openbrim.atlassian.net/wiki/download/attachments/2101706924/image-20240927-121241.png?api=v2)

### Step 7: Create FcCube\_NoStiffness Material

Add another material named **FcCube\_NoStiffness** for components where stiffness should be excluded.

![FcCube NoStiffness](https://openbrim.atlassian.net/wiki/download/attachments/2101706924/image-20240927-121643.png?api=v2)

<details>

<summary><strong>Quick Tip:</strong> Stress-Strain Curves</summary>

Each material includes a default stress-strain curve for section capacity calculations. To view or modify:

1. Click the **three-dots icon** on a material and select **Edit**
2. Select the **Stress/Strain Model** from the dropdown
3. The corresponding curve updates automatically

</details>

## Verification

{% hint style="success" %}
After completing these steps, the material definitions should match the view shown below.
{% endhint %}

![Completed Materials](https://openbrim.atlassian.net/wiki/download/attachments/2101706924/image-20240927-121919.png?api=v2)

{% hint style="success" %}
To view the entire procedure explained on this page, please watch the recorded video below.
{% endhint %}

{% embed url="<https://openbrim.atlassian.net/wiki/download/attachments/2101706924/Properties-Material%20SIGEX1.mp4?api=v2>" %}
Properties-Material SIGEX1
{% endembed %}


---

# 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.openbrim.org/examples/steel-bridge-examples/example-steel-i-girder-bridge-ex1-sig/properties-ex1-sig/materials-ex1-sig.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.
