Skip to main content

result:members in bending not certified

Version: 0.0.0

Description

This operator is a non-certified example of buckling resistance verification for the bending members. It is only provided as an example if you want to develop your own compute norm operator. The results computed by this beta operator have not been certified by ANSYS. ANSYS declines all responsibility for the use of this operator. HATS Beam and irregular beams (unequal I-Beam, not-square Channel-Beam, not-square Angle L-beam, unequal hollow rectangular beam) not supported.

Inputs

InputNameExpected type(s)Description
Pin 0time_scopingscoping, vector<int32>, int32
Pin 1
Required
field_yield_strengthfieldThis pin contains field of beam's Yield Strength defined by the user.
Pin 2
Required
class_cross_sectionboolSelection for a cross-section. True: Class 1 or 2 cross-sections. False: Class 3 cross section. If the user defines the cross section as class 1 or 2, the section modulus would be plastic section modulus. If it's class 3- cross section,the section modulus would be elastic section modulus
Pin 3streamsstreams_containerresult file container allowed to be kept open to cache data.
Pin 4data_sourcesdata_sourcesresult file path container, used if no streams are set.
Pin 6
Required
partial_factordoublepartial safety factor for resistance of members to instability assessed by member checks. Default value: 1.
Pin 7
Required
meshabstract_meshed_regionMesh containing beam's properties defined by user
Pin 8
Required
bending_moment_yfields_containerFields Container of bending moment on axis y defined by user
Pin 9
Required
bending_moment_zfields_containerFields Container of bending moment on axis z defined by user

Outputs

OutputNameExpected type(s)Description
Pin 0buckling_resistance_bending_yyfields_containerFields Container of buckling resistance factor on axis y-y in case of bending(M). These factors should be less than 1 and positive.
Pin 1buckling_resistance_bending_zzfields_containerFields Container of buckling resistance factor on axis z-z in case of bending(M). These factors should be less than 1 and positive.

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

Full name: result.members_in_bending_not_certified

Internal name: members_in_bending_not_certified

License: any_dpf_supported_increments

Changelog

  • Version 0.0.0: Initial release.