Skip to content

Latest commit

History

History
28 lines (21 loc) 路 801 Bytes

TSection3D.md

File metadata and controls

28 lines (21 loc) 路 801 Bytes

TSection3D

3D T-Section

arrangement

Syntax

section TSection3D (1) (2) (3) (4) (5) (6) [7] [8] [9]
# (1) int, unique section tag
# (2) double, top flange width
# (3) double, top flange thickness
# (4) double, web height
# (5) double, web thickness
# (6) int, material tag
# [7] int, number of integration points, default: 6
# [8] double, eccentricity along y axis, default: 0.0
# [9] double, eccentricity along z axis, default: 0.0

Remarks

  1. The flange/web is assumed to be slender. Thus, only one integration point is assigned across the thickness. The web, top flange and bottom flange share the same number of integration points over the height/width no matter how wide/tall the section is.

See Eccentricity for more details.