composite:larc_operator
Version: 0.0.0
Description
Computes Larc for ElementalNodal data
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 7 Required | mesh | meshed_region | |
| Pin 23 Required | materials_container | materials_container | Materials container |
| Pin 24 Required | section_data_container | fields_container | Layup Container with layer thicknesses, angles etc. |
| Pin 100 Required | criterion_configuration | string | Criterion specification (json dict as string): For instance {"active": True, "dim" : 2, "lfc" : True, "lft" : True, "lmc" : True, "lmt" : True, "wf_lfc" : 1, "wf_lft" : 1, "wf_lmc" : 1, "wf_lmt" : 1} |
| Pin 101 Required | activate_ply_type_filter | bool | If true, only computes failure criteria for ply type 'isotropic' |
| Pin 102 Required | bool | bool | |
| Pin 400 Required | strains_container | fields_container | |
| Pin 401 Required | stresses_container | fields_container |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | fields_container | fields_container | A CFieldsContainer of CFields with the failure value results under the label is_failure_value=1 and failure modes under the label is_failure_value=0 from a specific failure criterion operator. |
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: larc_operator
Full name: composite.larc_operator
Internal name: composite::larc_operator
License: None
Changelog
- Version 0.0.0: Initial release.