result:pretension
Version: 0.0.0
Description
Reads the pretension adjustment and tension force. Rotation is not allowed for these results.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | time_scoping | scopings_container, scoping | |
| Pin 1 | mesh_scoping | scopings_container, scoping | |
| Pin 2 | fields_container | fields_container | |
| Pin 3 Required | streams_container | streams_container, stream | |
| Pin 4 Required | data_sources | data_sources | |
| Pin 7 | mesh | abstract_meshed_region, meshes_container | mesh. If cylic expansion is to be done, mesh of the base sector |
| 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 | adjustment | fields_container | Adjustment |
| Pin 1 | tension_force | fields_container | Tension Force |
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: result
Plugin: mapdl
Scripting name: pretension
Full name: result.pretension
Internal name: mapdl::pretension
License: None
Changelog
- Version 0.0.0: Initial release.