result:compute stress Z
Version: 0.0.0
Description
Computes the stress from an elastic strain field. compute_total_strain limitations are applicable for stress computation Get the ZZ normal component (22 component).
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 1 | scoping | scoping | The element scoping on which the result is computed. |
| Pin 3 | streams_container | streams_container | Needed to get mesh and material ids. Optional if a data_sources have been connected. |
| Pin 4 | data_sources | data_sources | Needed to get mesh and material ids. Optional if a streams_container have been connected. |
| Pin 9 | requested_location | string | Average the Elemental Nodal result to the requested location. |
| Pin 10 Required | strain | fields_container, field | Field/or fields container containing only the elastic strain field (element nodal). |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | fields_container | fields_container | The computed result fields container (elemental nodal). |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
| run_in_parallel | bool | true | Loops are allowed to run in parallel if the value of this config is set to true. |
Scripting
Category: result
Plugin: live post
Scripting name: compute_stress_Z
Full name: result.compute_stress_Z
Internal name: compute_stress_Z
License: None
Changelog
- Version 0.0.0: Initial release.