result:rom data provider
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_type | bool | If this pin is set to true, customized rom data must be given |
| Pin 1 Required | reduced_stiff_matrix | fields_container | FieldsContainers containing the reduced Stiffness matrix |
| Pin 2 Required | reduced_damping_matrix | fields_container | FieldsContainers containing the reduced Mass matrix |
| Pin 3 Required | reduced_mass_matrix | fields_container | FieldsContainers containing the reduced Damp matrix |
| Pin 4 Required | data_sources | data_sources | |
| Pin 5 Required | reduced_rhs_vector | fields_container | FieldsContainers containing the reduced RHS vector |
| Pin 6 Required | lumped_mass_matrix | fields_container | FieldsContainers containing the lumped Mass matrix |
| Pin 7 Required | mode_shapes | fields_container | FieldsContainers containing the customized mode shapes |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | rom_matrices | fields_container | FieldsContainers containing the reduced matrices |
| 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 | model_data | property_field | data describing the finite element model |
| Pin 4 | center_of_mass | property_field | |
| Pin 5 | inertia_relief | field | inertia matrix |
| Pin 6 | model_size | double | size of the model |
| Pin 7 | field_coordinates_and_euler_angles | double | coordinates and euler angles of all nodes |
| Pin 8 | nod | vector<int32> | ids of master nodes |
| Pin 9 | meshed_region | abstract_meshed_region | expanded meshed region. |
| Pin 10 | phi_ortho | fields_container | Orthonormalized mode shape transformation |
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: rom_data_provider
Full name: result.rom_data_provider
Internal name: rom_data_provider
License: None
Changelog
- Version 0.0.0: Initial release.