Overview
End length offsets, also known as rigid arms or rigid zones, allow you to model rigid end zones at member connections. This is essential for accurately representing the behavior of members connected to large joints or when accounting for the actual width of connections in a structure. In real structures, connections often have finite dimensions. For example, when a beam frames into a wide column, the beam doesn’t actually connect at a single point but extends into the column. End length offsets account for this behavior by creating rigid zones at member ends.When to Use End Offsets
Beam-Column Connections
Account for column width when beams frame into wide columns
Rigid Joints
Model joints with significant dimensions that behave rigidly
Panel Zones
Represent rigid panel zones in moment-resisting frames
Connection Details
Accurately model connection geometry in detailed analyses
Syntax
Parameters
ID of the member to apply the end offset to
Length offset at the start node (node i). Positive values extend the rigid zone away from the member.
Length offset at the end node (node j). Positive values extend the rigid zone away from the member.
Whether to apply loads on the start rigid arm. If
True, loads applied to the start node affect the rigid arm.Whether to apply loads on the end rigid arm. If
True, loads applied to the end node affect the rigid arm.Stiffness factor for the start rigid zone (typically 1 for fully rigid)
Stiffness factor for the end rigid zone (typically 1 for fully rigid)
Examples
Beam Framing into Column
When a beam frames into a column, you can offset the beam connection to account for the column width:Symmetric Connection with Both End Offsets
For a beam connected to columns on both ends:Advanced: Variable Rigid Zone Factors
You can adjust the stiffness of the rigid zones using thefla and flb parameters:
Load Application on Rigid Arms
Theqla and qlb parameters control whether loads applied to the nodes are transferred to the rigid arms:
qla=True/qlb=True: Loads on the node are applied to the rigid arm (typical case)qla=False/qlb=False: Loads on the node bypass the rigid arm and go directly to the flexible member
Effect on Analysis Results
End length offsets affect:- Member forces: The effective length of the flexible portion is reduced
- Displacements: Rigid zones don’t deform, affecting overall displacement patterns
- Moment distribution: Moments are transferred through the rigid zones
- Effective stiffness: The model’s overall stiffness changes due to the rigid connections
Always verify that your end offsets correctly represent the physical geometry of your structure. Incorrect offsets can lead to significant errors in analysis results.
Best Practices
- Use realistic dimensions: Base offsets on actual member dimensions
- Check geometry: Verify that rigid zones don’t overlap or create invalid geometry
- Document assumptions: Keep track of which members have offsets and why
- Validate results: Compare results with and without offsets to understand their impact
Related Topics
Member Releases
Control moment and force transfer at connections
Elastic Supports
Add spring supports to nodes
