result:remove rigid body motion (field)
Version: 0.0.0
Description
Removes rigid body mode from a total displacement field by minimization. Use a reference point in order to subtract its displacement to the result displacement field.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | field | field, fields_container | field or fields container with only one field is expected |
| Pin 1 | reference_node_id | int32 | Id of the reference entity (node). |
| Pin 7 | mesh | abstract_meshed_region | default is the mesh in the support |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | field | field | |
| Pin 1 | translation_field | field | Global rigid translation vector |
| Pin 2 | rotation_field | field | Global rigid rotation angles |
| Pin 3 | center_field | field | Center of the rigid rotation |
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: remove_rigid_body_motion
Full name: result.remove_rigid_body_motion
Internal name: ExtractRigidBodyMotion
License: None
Changelog
- Version 0.0.0: Initial release.