composite:evaluate_sampling_point
Version: 0.0.0
Description
Creates a sampling point object.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 1 Required | element_scoping | scoping | Element scoping |
| Pin 7 Required | mesh | abstract_meshed_region | Mesh |
| Pin 21 Required | material_support | abstract_field_support | Material Support |
| Pin 23 Required | materials_container | materials_container | Materials Container |
| Pin 24 Required | section_data_container | fields_container | Section data container |
| Pin 25 Required | mesh_properties_container | fields_container | Properties from the ACP model to get the sampling point for solid models. Not needed for shells. |
| Pin 304 Required | failure_container | fields_container | Fields Container that contains the failure values |
| Pin 306 Required | time_id | int32 | requested_time_id |
| Pin 308 Required | extract_max_failure_per_layer | bool | If true, extract maximum failure value per layer. Otherwise get max values per spot. |
| Pin 309 Required | check_mechanical_unit_system | bool | Check mechancial unit system. If true, checks that unit system is supported by mechanical |
| Pin 310 Required | unit_system | class dataProcessing::unit::CUnitSystem, result_info, int32, string | 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. |
| Pin 400 Required | strains_container | fields_container | Strains Container |
| Pin 401 Required | stresses_container | fields_container | Stresses Container |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | struct dataProcessing::composite::sampling_point::SamplingPoint | struct dataProcessing::composite::sampling_point::SamplingPoint | Sampling Point |
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: evaluate_sampling_point
Full name: composite.evaluate_sampling_point
Internal name: composite::evaluate_sampling_point
License: None
Changelog
- Version 0.0.0: Initial release.