Skip to main content

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

InputNameExpected type(s)Description
Pin 0
Required
rom_typeboolIf this pin is set to true, customized rom data must be given
Pin 1
Required
reduced_stiff_matrixfields_containerFieldsContainers containing the reduced Stiffness matrix
Pin 2
Required
reduced_damping_matrixfields_containerFieldsContainers containing the reduced Mass matrix
Pin 3
Required
reduced_mass_matrixfields_containerFieldsContainers containing the reduced Damp matrix
Pin 4
Required
data_sourcesdata_sources
Pin 5
Required
reduced_rhs_vectorfields_containerFieldsContainers containing the reduced RHS vector
Pin 6
Required
lumped_mass_matrixfields_containerFieldsContainers containing the lumped Mass matrix
Pin 7
Required
mode_shapesfields_containerFieldsContainers containing the customized mode shapes

Outputs

OutputNameExpected type(s)Description
Pin 0rom_matricesfields_containerFieldsContainers containing the reduced matrices
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 3model_dataproperty_fielddata describing the finite element model
Pin 4center_of_massproperty_field
Pin 5inertia_relieffieldinertia matrix
Pin 6model_sizedoublesize of the model
Pin 7field_coordinates_and_euler_anglesdoublecoordinates and euler angles of all nodes
Pin 8nodvector<int32>ids of master nodes
Pin 9meshed_regionabstract_meshed_regionexpanded meshed region.
Pin 10phi_orthofields_containerOrthonormalized mode shape transformation

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: rom_data_provider

Full name: result.rom_data_provider

Internal name: rom_data_provider

License: None

Changelog

  • Version 0.0.0: Initial release.