composite:inistate_field_variable_operator
Version: 0.0.0
Description
Extracts field variables from an APDL input file (dat)
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | stress_field | field | An optional stress field to be specified when using the field variables for the evaluation of failure criteria. |
| Pin 4 Required | data_sources | data_sources | An APDL input file written by Ansys Mechanical. |
| Pin 7 Required | mesh | abstract_meshed_region |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | fields_container | fields_container | A CFieldContainer containing the field variables. |
| Pin 1 | property_fields_container | property_fields_container | A CPropertyFieldsContainer containing the field variables mapping support. Only available when the optional stress field was specified. Check for nullptr! |
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: inistate_field_variable_operator
Full name: composite.inistate_field_variable_operator
Internal name: composite::inistate_field_variables_provider
License: None
Changelog
- Version 0.0.0: Initial release.