Skip to main content

result:plastic strain intensity

Version: 0.0.0

Description

Reads/computes element nodal component plastic strains, average it on nodes (by default) and computes its invariants. This operation is independent of the coordinate system unless averaging across elements is requested, in which case a rotation to the global coordinate system is performed.

Inputs

InputNameExpected type(s)Description
Pin 0time_scopingscoping, int32, vector<int32>, double, field, vector<double>time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1.
Pin 1mesh_scopingscopings_container, scopingnodes or elements scoping required in output. The output fields will be scoped on these node or element IDs. To figure out the ordering of the fields data, look at their scoping IDs as they might not be ordered as the input scoping was. The scoping's location indicates whether nodes or elements are asked for. Using scopings container allows you to split the result fields container into domains
Pin 2fields_containerfields_containerFieldsContainer already allocated modified inplace
Pin 3streams_containerstreams_containerresult file container allowed to be kept open to cache data
Pin 4
Required
data_sourcesdata_sourcesresult file path container, used if no streams are set
Pin 5bool_rotate_to_globalboolThis pin is removed for versions >25.2. An error is raised if connected.
Pin 7meshabstract_meshed_region, meshes_containerprevents from reading the mesh in the result files
Pin 9requested_locationstring
Pin 14read_cyclicenum dataProcessing::ECyclicReading, int32if 0 cyclic symmetry is ignored, if 1 cyclic sector is read, if 2 cyclic expansion is done, if 3 cyclic expansion is done and stages are merged (default is 1)
Pin 22read_beamsboolelemental nodal beam results are read if this pin is set to true (default is false)

Outputs

OutputNameExpected type(s)Description
Pin 0fields_containerfields_container

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

Plugin: core

Scripting name: plastic_strain_intensity

Full name: result.plastic_strain_intensity

Internal name: EPPL_intensity

License: None

Changelog

  • Version 0.0.0: Initial release.