> ## 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.

# Advanced Stress Thickness Modifier

Create a real field that will output a thickness value based on the Von Mises stress results of a static analysis. This advanced version allows the user to supply their own minimum and maximum version of stress values rather than automatically deriving it from the input analysis.

### Inputs

| Name                | Type                                                                                       | Description                                                                                                |
| ------------------- | ------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------- |
| Static analysis     | [Static Structural Result](../../../../block-documentation/types/static-structural-result) | The input static analysis.                                                                                 |
| Min thickness       | [Scalar](../../../../block-documentation/types/scalar)                                     | The minimum thickness value that will correlated to the minimum stress value.                              |
| Max thickness       | [Scalar](../../../../block-documentation/types/scalar)                                     | The maximum thickness value that will correlated to the maximum stress value.                              |
| Override min stress | [Bool](../../../../block-documentation/types/bool)                                         | An option to override the minimum stress found from the input analysis and use the supplied value instead. |
| Supplied min stress | [Scalar](../../../../block-documentation/types/scalar)                                     | The user-defined minimum stress value.                                                                     |
| Override max stress | [Bool](../../../../block-documentation/types/bool)                                         | An option to override the maximum stress found from the input analysis and use the supplied value instead. |
| Supplied max stress | [Scalar](../../../../block-documentation/types/scalar)                                     | The user-defined maximum stress value.                                                                     |
| Interpolation       | Point Cloud Interpolation Enum (old)                                                       | The field interpolation method.                                                                            |
| Extrapolation       | Point Cloud Extrapolation Enum                                                             | The field extrapolation method.                                                                            |

### Outputs

| Type                                                               |
| ------------------------------------------------------------------ |
| [Scalar Field](../../../../block-documentation/types/scalar-field) |
