math:expansion psd
Version: 0.0.0
Description
Computes the PSD response for one-sigma solution.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | mode_shapes | fields_container | Fields container containing the mode shapes from modal analysis file: mode shapes for dynamic and pseudo-static displacements |
| Pin 1 | static_shapes | fields_container | Fields container containing the static shapes (base excitations) from spectral analysis file |
| Pin 2 Required | rel_rel_covar_matrix | fields_container | Fields container containing covariance matrices from a psd file: covariance matrix terms for displacement/velocity/acceleration mode-mode shapes |
| Pin 3 | stat_stat_covar_matrix | fields_container | Fields container containing covariance matrices from a psd file: covariance matrix terms for displacement/velocity/acceleration static-static shapes |
| Pin 4 | rel_stat_covar_matrix | fields_container | Fields container containing covariance matrices from a psd file: covariance matrix terms for displacement/velocity/acceleration mode-static shapes |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | psd | fields_container | PSD solution per label |
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. |
| num_threads | int32 | 0 | Number of threads to use to run in parallel |
| run_in_parallel | bool | true | Loops are allowed to run in parallel if the value of this config is set to true. |
Scripting
Category: math
Plugin: core
Scripting name: expansion_psd
Full name: math.expansion_psd
Internal name: expansion::psd
License: any_dpf_supported_increments
Changelog
- Version 0.0.0: Initial release.