Skip to main content

averaging:force_summation_psd

Version: 0.0.0

Description

Computes the sum of elemental forces contribution on a set of nodes in Global Coordinate System for a PSD analysis. Equivalent to MAPDL FSUM/NFORCE.

Inputs

InputNameExpected type(s)Description
Pin 1nodal_scopingscoping, scopings_containerNodal scoping or scopings container with a single label. Set of nodes in which elemental contribution forces will be accumulated. Defaults to all nodes.
Pin 2elemental_scopingscoping, scopings_containerElemental scoping or scopings container with a single label. Set of elements contributing to the force calculation. Defaults to all elements.
Pin 3streamsstreams_containerStreams container for RST and PSD files (optional if using data sources). The operator supports both a single RST file and two separate RST files. See data sources pin specifications for details on how to define the streams for both cases.
Pin 4
Required
data_sourcesdata_sourcesData sources containing RST and PSD files (optional if using a streams container). The operator supports both a single RST file (containing both modal and PSD results) and two separate RST files (one for modal and one for PSD analyses).The data source containing modal results must be defined as an upstream data source.If using a single RST file for PSD and modal analysis, the RST file must be in an upstream data source.If using two separate RST files, only the modal RST must be in an upstream data source.
Pin 6spointfield, fields_containerField or fields container of the coordinates of the point used for moment summations. Defaults to (0,0,0).
Pin 7abs_rel_keyint32Key to select the type of response: 0 for relative response (default) or 1 for absolute response.
Pin 8signifdoubleSignificance threshold, defaults to 0.0001. Any mode with a significance level above this value will be included in the combination.The significance level is defined as the modal covariance matrix term, divided by the maximum modal covariance matrix term.

Outputs

OutputNameExpected type(s)Description
Pin 0force_accumulationfields_containerReturns the sum of forces for the 1-sigma displacement solution on the scoped nodes/elements.
Pin 1moment_accumulationfields_containerReturns the sum of moments for the 1-sigma displacement solution on the scoped nodes/elements.
Pin 10forces_on_nodesfields_containerReturns the nodal forces for the 1-sigma displacement solution on the scoped nodes/elements.
Pin 11moments_on_nodesfields_containerReturns the nodal moments for the 1-sigma displacement solution on the scoped nodes/elements.

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.

Scripting

Category: averaging

Plugin: core

Scripting name: force_summation_psd

Full name: averaging.force_summation_psd

Internal name: force_summation_psd

License: any_dpf_supported_increments

Changelog

  • Version 0.0.0: Initial release.