result:cyclic analytic stress eqv max
Version: 0.0.0
Description
Compute the maximum of the Von Mises equivalent stress that can be expected on 360 degrees
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | time_scoping | scoping, vector<int32> | |
| Pin 1 | mesh_scoping | scopings_container, scoping, vector<int32> | |
| Pin 2 Required | fields_container | fields_container | field container with the base and duplicate sectors |
| Pin 5 | bool_rotate_to_global | bool | default is true |
| Pin 16 Required | cyclic_support | cyclic_support |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | fields_container | fields_container | FieldsContainer filled in |
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. |
| num_threads | int32 | 0 | Number of threads to use to run in parallel |
| run_in_parallel | bool | true | Loops are allowed to run in parallel if the value of this config is set to true. |
| use_cache | bool | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
Scripting
Category: result
Plugin: core
Scripting name: cyclic_analytic_seqv_max
Full name: result.cyclic_analytic_seqv_max
Internal name: cyclic_analytic_stress_eqv_max
License: None
Changelog
- Version 0.0.0: Initial release.