ansys.mapdl.core.Mapdl.elbow#
- Mapdl.elbow(transkey='', tol='', dof='', cons1='', cons2='', cons3='', cons4='', **kwargs)#
Specifies degrees of freedom to be coupled for end release and applies section constraints to elbow elements.
Mechanical APDL Command: ELBOW
- Parameters:
- transkey
str Pipe-to-elbow transition flag:
OFF- Do not automatically transition pipes to elbows. (This behavior is the default.)ON- Automatically convert straightPIPE289elements toELBOW290elements where it is beneficial. The program converts elements in transition regions where curvedELBOW290elements are connected to straightPIPE289elements.
- tol
str Angle tolerance (in degrees) between adjacent
ELBOW290elements. The default value is 20. A value of -1 specifies all selectedELBOW290elements.- dof
str Degrees of freedom to couple:
ALL- Couple all nodal degrees of freedom (UX, UY, UZ, ROTX, ROTY, and ROTZ). This behavior is the default.BALL- Create ball joints (equivalent to releasing ROTX, ROTY, and ROTZ).
- cons1
str Section degrees of freedoms to constrain. If
Cons1throughCons4are unspecified, no section constraints are applied:SECT- All section deformationSE- Section radial expansionSO- Section ovalizationSW- Section warpingSRA- Local shell normal rotation about cylindrical axis t2SRT- Local shell normal rotation about cylindrical axis t1
- cons2
str Section degrees of freedoms to constrain. If
Cons1throughCons4are unspecified, no section constraints are applied:SECT- All section deformationSE- Section radial expansionSO- Section ovalizationSW- Section warpingSRA- Local shell normal rotation about cylindrical axis t2SRT- Local shell normal rotation about cylindrical axis t1
- cons3
str Section degrees of freedoms to constrain. If
Cons1throughCons4are unspecified, no section constraints are applied:SECT- All section deformationSE- Section radial expansionSO- Section ovalizationSW- Section warpingSRA- Local shell normal rotation about cylindrical axis t2SRT- Local shell normal rotation about cylindrical axis t1
- cons4
str Section degrees of freedoms to constrain. If
Cons1throughCons4are unspecified, no section constraints are applied:SECT- All section deformationSE- Section radial expansionSO- Section ovalizationSW- Section warpingSRA- Local shell normal rotation about cylindrical axis t2SRT- Local shell normal rotation about cylindrical axis t1
- transkey
Notes
The elbow command specifies end releases and section constraints for
ELBOW290elements and converts straightPIPE289elements toELBOW290elements.Curved
PIPE289elements are not converted toELBOW290elements.ELBOW290elements are generated only if there are existingELBOW290elements in the curved areas.The command works on currently selected nodes and elements. It creates end releases on any two connected elbow elements whose angle at connection exceeds the specified tolerance. From within the GUI, the Picked node option generates an end release and section constraints at the selected node regardless of the angle of connection (that is, the angle tolerance [
TOL] is set to -1).Elbow and pipe elements must share the same section ID in order for the pipe-to-elbow transition to occur.
To list the elements altered by the elbow command, issue an elist command.
To list the coupled sets generated by the elbow command, issue a cplist command.
To list the section constraints generated by the elbow command, issue a dlist command.