Skip to main content

result:beam TR shear stress (LSDyna)

Version: 0.0.0

Description

Read Beam TR Shear Stress (LSDyna) by calling the readers defined by the datasources.

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, scopingelements scoping required in output.
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 6integration_pointint32integration point where the result will be read from. Default value: 0 (first integration point).
Pin 50unit_systemint32, string, class dataProcessing::unit::CUnitSystem(LSDyna) Unit System ID (int), semicolon-separated list of base unit strings (str) or UnitSystem instance

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.

Scripting

Category: result

Plugin: core

Scripting name: beam_tr_shear_stress

Full name: result.beam_tr_shear_stress

Internal name: B_ST2

License: None

Changelog

  • Version 0.0.0: Initial release.