composite:run_mapdl_operator
Version: 0.0.0
Description
Runs mapdl and returns CFieldsContainer with the results at requested time
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | time_scoping | double | |
| Pin 1 Required | mesh_scoping | scoping | |
| Pin 4 Required | data_sources | data_sources | Data sources with the input rst file |
| Pin 107 Required | result_type | string | Results to read from rst file. Comma separated string. Supports 'S' and 'EPEL'. Example: 'S,EPEL' |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 4 | fields_container | fields_container | Fields container with the result data |
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: run_mapdl_operator
Full name: composite.run_mapdl_operator
Internal name: composite::run_mapdl_operator
License: None
Changelog
- Version 0.0.0: Initial release.