result:compute invariant terms motion
Version: 0.0.0
Description
Set the required data for the invariant terms computation (reduced matrices, lumped mass matrix, modes ...)
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | rom_matrices | fields_container | FieldsContainers containing the reduced matrices |
| Pin 1 Required | mode_shapes | fields_container | FieldsContainers containing the mode shapes, which are CST and NOR for the cms method |
| Pin 2 Required | lumped_mass | fields_container | FieldsContainers containing the lumped mass |
| Pin 3 Required | model_data | fields_container | data describing the finite element model |
| Pin 4 Required | field_coordinates | field | coordinates of all nodes |
| Pin 5 Required | nod | vector<int32> | |
| Pin 6 | phi_ortho | fields_container | Orthonormalizated modes transformation |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | model_data | property_field | data describing the finite element model |
| Pin 1 | mode_shapes | fields_container | FieldsContainers containing the mode shapes, which are CST and NOR for the cms method |
| Pin 2 | lumped_mass | fields_container | FieldsContainers containing the lumped mass |
| Pin 3 | field_coordinates_and_euler_angles | fields_container | coordinates and euler angles of all nodes |
| Pin 4 | nod | vector<int32> | |
| Pin 5 | used_node_index | vector<int32> | |
| Pin 6 | eigenvalue | vector<double> | |
| Pin 7 | translational_mode_shape | vector<double> | |
| Pin 8 | rotational_mode_shape | vector<double> | |
| Pin 9 | invrt_1 | double | |
| Pin 10 | invrt_2 | vector<double> | |
| Pin 11 | invrt_3 | vector<double> | |
| Pin 12 | invrt_4 | vector<double> | |
| Pin 13 | invrt_5 | vector<double> | |
| Pin 14 | invrt_6 | vector<double> | |
| Pin 15 | invrt_7 | vector<double> | |
| Pin 16 | invrt_8 | vector<double> |
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: core
Scripting name: compute_invariant_terms_motion
Full name: result.compute_invariant_terms_motion
Internal name: compute_invariant_terms_motion
License: None
Changelog
- Version 0.0.0: Initial release.