composite:mechanical_sampling_point_operator
Version: 0.0.0
Description
Uses json failure configuration to compute evaluate composite sampling point.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 100 Required | result_definition | string | Combined sampling point configuration (string of json dict |
| Pin 310 | unit_system | class dataProcessing::unit::CUnitSystem, result_info, int32, string | Default unit system. Used if the result file specifies no unit system. Can be unit system object, result_info object int or string.In case of int it is one of the predefined Ansys unit system ids, in case of string it should be a semicolon separated list of units. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | results | string | Result in the json format. |
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. |
Scripting
Category: composite
Plugin: composite
Scripting name: mechanical_sampling_point_operator
Full name: composite.mechanical_sampling_point_operator
Internal name: composite::mechanical_sampling_point_operator
License: None
Changelog
- Version 0.0.0: Initial release.