math:modal participation
Version: 0.0.0
Description
Compute the modal participation factor for a given vector field V, defined as sum_i ( V .dot. mode_shape_i * ponderation ).
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | v_real | field | real part of field V |
| Pin 1 Required | v_imag | field | imag part of field V |
| Pin 2 Required | mode_shapes | fields_container | |
| Pin 3 | ponderation | field | |
| Pin 4 | force_label_space | label_space | If set, will force a label space for output result. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | output | fields_container |
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: math
Plugin: core
Scripting name: modal_participation
Full name: math.modal_participation
Internal name: harmonic::modal_participation
License: any_dpf_supported_increments
Changelog
- Version 0.0.0: Initial release.