ansys.mapdl.core.Mapdl.sspe#

Mapdl.sspe(e11='', e21='', e22='', t='', **kwargs)#

Specifies a preintegrated transverse shear stiffness for shell sections.

Mechanical APDL Command: SSPE

Parameters:
e11str

Transverse shear stiffness component (symmetric lower part of submatrix [ E ]).

e21str

Transverse shear stiffness component (symmetric lower part of submatrix [ E ]).

e22str

Transverse shear stiffness component (symmetric lower part of submatrix [ E ]).

tstr

Temperature.

Notes

The behavior of shell elements is governed by the generalized-stress/generalized-strain relationship of the form :

\[equation not available\]

The sspe command, one of several preintegrated shell section commands, specifies the transverse shear stiffness quantity (submatrix [ E ] data) for a preintegrated shell section. The section data defined is associated with the section most recently defined (via the sectype command).

Unspecified values default to zero.

Related commands are sspa, sspb, sspd, ssmt, ssbt, and sspm.

If you are using the SHELL181 or SHELL281 element’s Membrane option (KEYOPT(1) = 1), it is not necessary to issue this command.

For complete information, see Creating a Preintegrated General Shell Section .