result:write motion dfmf file
Version: 0.0.0
Description
Write the invariant terms and the model data in a motion dfmf file
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | model_data | property_field | data describing the finite element model |
| 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 | field_coordinates | field | coordinates of all nodes |
| Pin 4 Required | nod | vector<int32> | |
| Pin 5 Required | used_node_index | vector<int32> | |
| Pin 6 Required | eigenvalue | vector<double> | |
| Pin 7 Required | translational_mode_shape | vector<double> | |
| Pin 8 Required | rotational_mode_shape | vector<double> | |
| Pin 9 Required | invrt_1 | double | |
| Pin 10 Required | invrt_2 | vector<double> | |
| Pin 11 Required | invrt_3 | vector<double> | |
| Pin 12 Required | invrt_4 | vector<double> | |
| Pin 13 Required | invrt_5 | vector<double> | |
| Pin 14 Required | invrt_6 | vector<double> | |
| Pin 15 Required | invrt_7 | vector<double> | |
| Pin 16 Required | invrt_8 | vector<double> | |
| Pin 17 Required | dfmffile_path | string | path with motion dfmf extension where the export occurs |
| Pin 18 Required | rstfile_path | string |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | dfmf_data_source | data_sources | Data Source containing the dfmf file generated. |
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: write_motion_dfmf_file
Full name: result.write_motion_dfmf_file
Internal name: write_motion_dfmf_file
License: None
Changelog
- Version 0.0.0: Initial release.