Skip to main content

composite:ls_dyna_preparing_results

Version: 0.0.0

Description

Remove unused result (integration points).The number of integration points in the d3plot format corresponds to the value of MAXINT, regardless of how many layers a layered element has and the results of the unused integration points are zero. These are removed so that the number of integration points corresponds to the number of layers. In addition, the operator reorders the results from bottom to top if MAXINT is 3. Assumptions: MAXINT >= maximum number of layers, integration scheme is trapezoidal except MAXINT=3, The initial CFieldsContainer is retunred in case the layer information is not available. See 'composite::layup_provider_operator' for more information.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
maxintint32The value of MAXINT.
Pin 2
Required
fields_containerfields_containerResult container. For instance strains or stresses.
Pin 7
Required
meshabstract_meshed_regionEnriched meshed region with section information such as number of layers. See 'composite::layup_provider_operator' for more information.

Outputs

OutputNameExpected type(s)Description
Pin 0fields_containerfields_containerFields container with the prepared results.

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: composite

Plugin: composite

Scripting name: ls_dyna_preparing_results

Full name: composite.ls_dyna_preparing_results

Internal name: composite::ls_dyna_preparing_results

License: None

Changelog

  • Version 0.0.0: Initial release.