result:elemental summable miscellaneous data
Version: 0.0.0
Description
Read/compute elemental summable miscellaneous data by calling the readers defined by the datasources. Modal superposition (on demand expansion) and cyclic cxpansion procedures are supported, however, you should verify that the linear combination is applicable for the associated element according to the MAPDL documentation description of each item.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | time_scoping | scoping, int32, vector<int32>, double, field, vector<double> | time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
| Pin 1 | mesh_scoping | scopings_container, scoping | nodes or elements scoping required in output. The output fields will be scoped on these node or element IDs. To figure out the ordering of the fields data, look at their scoping IDs as they might not be ordered as the input scoping was. The scoping's location indicates whether nodes or elements are asked for. Using scopings container allows you to split the result fields container into domains |
| Pin 2 | fields_container | fields_container | Fields container already allocated modified inplace |
| Pin 3 | streams_container | streams_container | result file container allowed to be kept open to cache data |
| Pin 4 Required | data_sources | data_sources | result file path container, used if no streams are set |
| Pin 5 | bool_rotate_to_global | bool | if true the field is rotated to global coordinate system (default true). Please check your results carefully if 'false' is used for Elemental or ElementalNodal results averaged to the Nodes when adjacent elements do not share the same coordinate system, as results may be incorrect. |
| Pin 7 | mesh | abstract_meshed_region, meshes_container | mesh. If cylic expansion is to be done, mesh of the base sector |
| Pin 10 | item_index | int32 | Index of requested item. |
| Pin 11 | num_components | int32 | Number of components for the requested item. |
| Pin 14 | read_cyclic | enum dataProcessing::ECyclicReading, int32 | if 0 cyclic symmetry is ignored, if 1 cyclic sector is read, if 2 cyclic expansion is done, if 3 cyclic expansion is done and stages are merged (default is 1) |
| Pin 15 | expanded_meshed_region | abstract_meshed_region, meshes_container | mesh expanded, use if cyclic expansion is to be done. |
| Pin 18 | sectors_to_expand | vector<int32>, scoping, scopings_container | sectors to expand (start at 0), for multistage: use scopings container with 'stage' label, use if cyclic expansion is to be done. |
| Pin 19 | phi | double | angle phi in degrees (default value 0.0), use if cyclic expansion is to be done. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | fields_container | fields_container |
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. |
| num_threads | int32 | 0 | Number of threads to use to run in parallel |
| run_in_parallel | bool | true | Loops are allowed to run in parallel if the value of this config is set to true. |
Scripting
Category: result
Plugin: core
Scripting name: smisc
Full name: result.smisc
Internal name: SMISC
License: None
Changelog
- Version 0.0.0: Initial release.