result:compute invariant terms rbd
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 | center_of_mass | fields_container | |
| Pin 5 Required | inertia_relief | fields_container | inertia matrix |
| Pin 6 Required | model_size | double | model size |
| Pin 7 Required | field_coordinates | field | coordinates of all nodes |
| Pin 8 Required | nod | vector<int32> | |
| Pin 9 | constraint_mode_check | bool | if true, the orthogonality of the constraint modes are checked. Default is false. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | model_data | property_field | data describing the finite element model |
| Pin 1 | center_of_mass | field | center of mass of the body |
| Pin 2 | inertia_relief | field | inertia matrix |
| Pin 3 | model_size | property_field | |
| Pin 4 | master_node_coordinates | vector<double> | |
| Pin 5 | v_trsf | vector<double> | translational and rotational shape functions |
| Pin 6 | k_mat | field | |
| Pin 7 | mass_mat | field | |
| Pin 8 | c_mat | field | |
| Pin 9 | rhs | field | |
| Pin 10 | dn | vector<double> | |
| Pin 11 | dr_cross_n | vector<double> | |
| Pin 12 | drn | vector<double> | |
| Pin 13 | dn_cross_n | vector<double> | |
| Pin 14 | dnx_y | vector<double> | |
| Pin 15 | dny_y | vector<double> | |
| Pin 16 | dnz_y | vector<double> | |
| Pin 17 | dyx_n | vector<double> | |
| Pin 18 | dyy_n | vector<double> | |
| Pin 19 | dyz_n | vector<double> | |
| Pin 20 | dnxn | vector<double> | |
| Pin 21 | dnyn | vector<double> | |
| Pin 22 | dnzn | 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_rbd
Full name: result.compute_invariant_terms_rbd
Internal name: compute_invariant_terms_rbd
License: None
Changelog
- Version 0.0.0: Initial release.