ansys.mapdl.core.Mapdl.sflex#
- Mapdl.sflex(ffax='', ffby='', ffbz='', ffto='', fftsy='', fftsz='', **kwargs)#
Sets flexibility factors for the currently defined pipe element section.
Mechanical APDL Command: SFLEX
- Parameters:
- ffax
str Factor to increase axial flexibility. The default value is 1.0.
- ffby
str Factor to increase bending flexibility about element y axis (bending in the element x-z plane). The default value is 1.0.
- ffbz
str Factor to increase bending flexibility about element z axis (bending in the element x-y plane). The default value is
FFBY.- ffto
str Factor to increase torsional flexibility. The default value is 1.0.
- fftsy
str Factor to increase transverse shear flexibility in the element x-z plane. The default value is 1.0.
- fftsz
str Factor to increase transverse shear flexibility in the element x-y plane. The default value is
FFTSY.
- ffax
Notes
The sflex command sets section-flexibility factors for sections used by pipe elements.
To increase stiffness, use a flexibility factor of less than 1.0.
The
FFBYandFFTSYarguments affect motion in the element x-z plane, and theFFBZandFFTSZarguments affect motion in the element x-y plane. For stout pipe structures with low slenderness ratios, set both FFBY and FFTSY–and/or both FFBZ and FFTSZ (the related bending and transverse shear factors)–to the same value to obtain the expected flexibility effect.When issued, the sflex command applies to the pipe section most recently defined via the sectype command.
sflex is valid only for linear material properties and small strain analyses. The command does not support offsets, temperature loading, or initial state loading. While the resulting displacements and reactions are valid, the stresses may not be valid.