composite:short_fiber_failure_criterion_evaluator
Version: 0.0.0
Description
Evaluates failure criteria for short fiber composites.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | time_scoping | scoping, vector<int32> | Time Scoping |
| Pin 1 | mesh_scoping | scoping | Mesh Scoping |
| Pin 2 | stress_limit_type | string | Whether to use 'ultimate' or 'yield' strengths. Default is 'ultimate'. |
| Pin 3 | streams_container | streams_container | Optional: RST File stream. |
| Pin 4 Required | data_sources | data_sources | Input files: APDL ds.dat, APDL RST file, Engineering Data MatML file. |
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. |
| Pin 1 | materials_container | materials_container | Materials container enriched with field variables and temperature. |
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: short_fiber_failure_criterion_evaluator
Full name: composite.short_fiber_failure_criterion_evaluator
Internal name: composite::short_fiber_failure_criterion_evaluator
License: None
Changelog
- Version 0.0.0: Initial release.