result:spectrum data
Version: 0.0.0
Description
Read spectral data from the result files contained in the streams or data sources.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 3 | streams | streams_container | Result file container allowed to be kept open to cache data. |
| Pin 4 Required | data_sources | data_sources | Result file path container, used if no streams are set. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | participation_factors | fields_container | Fields container holding participation factors. |
| Pin 1 | mode_coefficients | fields_container | Fields container holding mode coefficients (PRS File). |
| Pin 2 | damping_ratios | fields_container | Fields container holding damping ratios (PRS File). |
| Pin 3 | global_damping | fields_container | Fields container holding for each spectrum: Global Damping Ratio, Damping Stiffness Coefficient & Damping Mass Coefficient (PRS File). |
| Pin 4 | missing_mass | fields_container | Fields container holding for each spectrum: Missing Mass Mode (0: None, 1: Active), Missing Mass Effect ZPA (PRS File). |
| Pin 5 | rigid_response | fields_container | Fields container holding for each spectrum: Rigid Response Mode (0: None, 1: Gupta, 2: Lindley), Freq Begin (Gupta) / ZPA (Lindley), Freq End (Gupta) (PRS File). |
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: result
Plugin: mapdl
Scripting name: spectrum_data
Full name: result.spectrum_data
Internal name: spectrum_data
License: None
Changelog
- Version 0.0.0: Initial release.