> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Orthotropic Thermal Property

<CardGroup cols={2}>
  <Card title="Dictionary, Dictionary, Dictionary, Dictionary" href="#dictionary-dictionary-dictionary-dictionary" />

  <Card title="Scalar Field, Scalar Field, Scalar Field, Scalar Field" href="#scalar-field-scalar-field-scalar-field-scalar-field" />
</CardGroup>

***

## About this Block

**What it does:** Assigns the Thermal Conductivity and Specific Heat to an **Orthotropic Material**.

**Common uses:**

* An input in defining an **Orthotropic Material**.
* For conducting a **Thermal Analysis**.

**Tips:**

* Create spatially varying properties by using Scalar Fields as inputs.
* Most required inputs are separated into their X, Y, and Z components.
* This block has an overload, to allow you to define an Orthotropic Nonlinear Thermal Property. This overload is in Beta.

***

<h2 id="dictionary-dictionary-dictionary-dictionary">
  Dictionary, Dictionary, Dictionary, Dictionary
</h2>

Define an Orthotropic Nonlinear Thermal Property by specifying directional thermal properties of the desired material. Providing scalar fields as thermal properties will result in spatially varying material properties.

### Inputs

| Name          | Type                                                           | Description                          |
| ------------- | -------------------------------------------------------------- | ------------------------------------ |
| Kx            | [Dictionary](../../../../block-documentation/types/dictionary) | Thermal conductivity in x-direction. |
| Ky            | [Dictionary](../../../../block-documentation/types/dictionary) | Thermal conductivity in y-direction. |
| Kz            | [Dictionary](../../../../block-documentation/types/dictionary) | Thermal conductivity in z-direction. |
| Specific heat | [Dictionary](../../../../block-documentation/types/dictionary) | Specific heat capacity.              |

### Outputs

| Type                                                                                               |
| -------------------------------------------------------------------------------------------------- |
| [Orthotropic Thermal Property](../../../../block-documentation/types/orthotropic-thermal-property) |

***

<h2 id="scalar-field-scalar-field-scalar-field-scalar-field">
  Scalar Field, Scalar Field, Scalar Field, Scalar Field
</h2>

Defines an Orthotropic Thermal Property by specifying directional thermal properties. Providing scalar fields as inputs will result in spatially varying material properties.

### Inputs

| Name          | Type                                                               | Description                              |
| ------------- | ------------------------------------------------------------------ | ---------------------------------------- |
| K1            | [Scalar Field](../../../../block-documentation/types/scalar-field) | Thermal conductivity in the x-direction. |
| K2            | [Scalar Field](../../../../block-documentation/types/scalar-field) | Thermal conductivity in the y-direction. |
| K3            | [Scalar Field](../../../../block-documentation/types/scalar-field) | Thermal conductivity in the z-direction. |
| Specific heat | [Scalar Field](../../../../block-documentation/types/scalar-field) | Specific heat capacity.                  |

### Outputs

| Type                                                                                               |
| -------------------------------------------------------------------------------------------------- |
| [Orthotropic Thermal Property](../../../../block-documentation/types/orthotropic-thermal-property) |
