Skip to main content

result:compute stress 3

Version: 0.0.0

Description

Computes the stress from an elastic strain field. compute_total_strain limitations are applicable for stress computation Get the 3rd principal component.

Inputs

InputNameExpected type(s)Description
Pin 1scopingscopingThe element scoping on which the result is computed.
Pin 3streams_containerstreams_containerNeeded to get mesh and material ids. Optional if a data_sources have been connected.
Pin 4data_sourcesdata_sourcesNeeded to get mesh and material ids. Optional if a streams_container have been connected.
Pin 9requested_locationstringAverage the Elemental Nodal result to the requested location.
Pin 10
Required
strainfields_container, fieldField/or fields container containing only the elastic strain field (element nodal).

Outputs

OutputNameExpected type(s)Description
Pin 0fields_containerfields_containerThe computed result fields container (elemental nodal).

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.
run_in_parallelbooltrueLoops are allowed to run in parallel if the value of this config is set to true.

Scripting

Category: result

Plugin: live post

Scripting name: compute_stress_3

Full name: result.compute_stress_3

Internal name: compute_stress_3

License: None

Changelog

  • Version 0.0.0: Initial release.