ansys.mapdl.core.Mapdl.sspb#
- Mapdl.sspb(b11='', b21='', b31='', b22='', b32='', b33='', t='', b12='', b13='', b23='', **kwargs)#
Specifies a preintegrated coupling stiffness for shell sections.
Mechanical APDL Command: SSPB
- Parameters:
- b11
str Coupling stiffness component (symmetric lower part of submatrix [ B ]).
- b21
str Coupling stiffness component (symmetric lower part of submatrix [ B ]).
- b31
str Coupling stiffness component (symmetric lower part of submatrix [ B ]).
- b22
str Coupling stiffness component (symmetric lower part of submatrix [ B ]).
- b32
str Coupling stiffness component (symmetric lower part of submatrix [ B ]).
- b33
str Coupling stiffness component (symmetric lower part of submatrix [ B ]).
- t
str Temperature.
- b12
str Upper part of submatrix [ B ]
- b13
str Upper part of submatrix [ B ]
- b23
str Upper part of submatrix [ B ]
- b11
Notes
The behavior of shell elements is governed by the generalized-stress/generalized-strain relationship of the form :
\[equation not available\]If the coefficients
B12,B13,B23 are undefined, the program uses a symmetric form of submatrix [ B ]. If any one of the coefficientsB12,B13,B23 is nonzero, the program considers submatrix [ B ] to be unsymmetric.The sspb command, one of several preintegrated shell section commands, specifies the coupling stiffness quantity (submatrix [ B ] 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, sspd, sspe, ssmt, ssbt, and sspm.
If you are using the
SHELL181orSHELL281element’s Membrane option (KEYOPT(1) = 1), it is not necessary to issue this command.For complete information, see Creating a Preintegrated General Shell Section