Skip to main content

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

InputNameExpected type(s)Description
Pin 0
Required
rom_matricesfields_containerFieldsContainers containing the reduced matrices
Pin 1
Required
mode_shapesfields_containerFieldsContainers containing the mode shapes, which are CST and NOR for the cms method
Pin 2
Required
lumped_massfields_containerFieldsContainers containing the lumped mass
Pin 3
Required
model_datafields_containerdata describing the finite element model
Pin 4
Required
field_coordinatesfieldcoordinates of all nodes
Pin 5
Required
nodvector<int32>
Pin 6phi_orthofields_containerOrthonormalizated modes transformation

Outputs

OutputNameExpected type(s)Description
Pin 0model_dataproperty_fielddata describing the finite element model
Pin 1mode_shapesfields_containerFieldsContainers containing the mode shapes, which are CST and NOR for the cms method
Pin 2lumped_massfields_containerFieldsContainers containing the lumped mass
Pin 3field_coordinates_and_euler_anglesfields_containercoordinates and euler angles of all nodes
Pin 4nodvector<int32>
Pin 5used_node_indexvector<int32>
Pin 6eigenvaluevector<double>
Pin 7translational_mode_shapevector<double>
Pin 8rotational_mode_shapevector<double>
Pin 9invrt_1double
Pin 10invrt_2vector<double>
Pin 11invrt_3vector<double>
Pin 12invrt_4vector<double>
Pin 13invrt_5vector<double>
Pin 14invrt_6vector<double>
Pin 15invrt_7vector<double>
Pin 16invrt_8vector<double>

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf 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.