Skip to main content

math:expansion psd

Version: 0.0.0

Description

Computes the PSD response for one-sigma solution.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
mode_shapesfields_containerFields container containing the mode shapes from modal analysis file: mode shapes for dynamic and pseudo-static displacements
Pin 1static_shapesfields_containerFields container containing the static shapes (base excitations) from spectral analysis file
Pin 2
Required
rel_rel_covar_matrixfields_containerFields container containing covariance matrices from a psd file: covariance matrix terms for displacement/velocity/acceleration mode-mode shapes
Pin 3stat_stat_covar_matrixfields_containerFields container containing covariance matrices from a psd file: covariance matrix terms for displacement/velocity/acceleration static-static shapes
Pin 4rel_stat_covar_matrixfields_containerFields container containing covariance matrices from a psd file: covariance matrix terms for displacement/velocity/acceleration mode-static shapes

Outputs

OutputNameExpected type(s)Description
Pin 0psdfields_containerPSD solution per label

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.
num_threadsint320Number of threads to use to run in parallel
run_in_parallelbooltrueLoops 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.