> ## 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 Stiffness Tensor

Defines an Orthotropic Linear Elastic Property by specifying a positive definite, second order, symmetric stiffness tensor in Voigt notation for the constitutive relationship sigma\_i = C\_ij \* epsilon\_j (i,j=1,6), where sigma = (sigma\_xx, sigma\_yy, sigma\_zz, sigma\_yz, sigma\_zx, sigma\_xy) and epsilon = (epsilon\_xx, epsilon\_yy, epsilon\_zz, gamma\_yz, gamma\_zx, gamma\_xy). Providing scalar fields as inputs will result in spatially varying material properties.

### Inputs

| Name | Type                                                               | Description                       |
| ---- | ------------------------------------------------------------------ | --------------------------------- |
| C11  | [Scalar Field](../../../../block-documentation/types/scalar-field) | Material stiffness component 1,1. |
| C12  | [Scalar Field](../../../../block-documentation/types/scalar-field) | Material stiffness component 1,2. |
| C13  | [Scalar Field](../../../../block-documentation/types/scalar-field) | Material stiffness component 1,3. |
| C22  | [Scalar Field](../../../../block-documentation/types/scalar-field) | Material stiffness component 2,2. |
| C23  | [Scalar Field](../../../../block-documentation/types/scalar-field) | Material stiffness component 2,3. |
| C33  | [Scalar Field](../../../../block-documentation/types/scalar-field) | Material stiffness component 3,3. |
| C44  | [Scalar Field](../../../../block-documentation/types/scalar-field) | Material stiffness component 4,4. |
| C55  | [Scalar Field](../../../../block-documentation/types/scalar-field) | Material stiffness component 5,5. |
| C66  | [Scalar Field](../../../../block-documentation/types/scalar-field) | Material stiffness component 6,6. |

### Outputs

| Type                                                                                                             |
| ---------------------------------------------------------------------------------------------------------------- |
| [Orthotropic Linear Elastic Property](../../../../block-documentation/types/orthotropic-linear-elastic-property) |
