SECTION
Bulk Data Entry Defines a specific face of a cross-section of the model.
The section is determined through a set of Grid points and the face is specified by a set of elements. The face is interpreted as the side of the Grid point set not containing the specified elements.
Format
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
SECTION | SID | LABEL | GSID | ESID | RSID | CID | GID | STYPE |
Definitions
Field | Contents | SI Unit Example |
---|---|---|
SID | Set identification number
of the section. No default (Integer) |
|
LABEL | The section name
associated with the defined section. No default (Character string) |
|
GSID | Set identification number
of a SET of GRID points that
defines the geometry of the section. 2 No default (Integer > 0) |
|
ESID | Set identification number
of a SET of elements
(TYPE=ELEM) that defines the
face of the section. 2 No default (Integer > 0) |
|
RSID | Set identification number
of a SET of rigid elements
(TYPE=RIGID) that defines
the face of the section. 2 No default (Integer > 0) |
|
CID | Coordinate system
identification number of the coordinate system into which the forces
and moments are resolved. 7
(LOCAL or Integer ≥ 0) |
|
GID | Grid point identification
number of the grid about which the moments are calculated.
Default = <Geometric Centroid of the Section> |
|
STYPE | Identifies the type of
section that is generated using this entry.
|
Comments
- The SECTION entry can be used to define a face of the cross-section on which the forces/moments are calculated as a response in analysis and optimization runs via RTYPE=RESFORCE (on the DRESP1 entry). In such cases, Grid Point Forces or Moments are added at each GRID specified within the grid set (GSID). The effect of all elements on the grid points (GSID) is considered in the calculation of the response except the elements specified via ESID. The SECTION entry can also be used for Power flow and Mechanical intensity calculations. For more information regarding Power flow calculations, refer to the POWERFLOW I/O Options Entry. For the Power flow and mechanical intensity calculations, only the GSID, ESID, and STYPE fields are required. The other fields are ignored if input.
- The section is determined through a set of grid points and the particular face is specified by a set of elements. The face is interpreted as the side of the grid point set NOT containing the specified elements (Figure 1 through Figure 3). This is similarly applicable to RSID (rigid element set).
- The default GID is the
geometric center of the cross-section. For example, in a shell model, if the
cross-section is tapered (Figure 4), the geometric center is automatically
updated (if the GID field is blank).
- For Section property, if coordinate system is defined, then the properties are calculated in the defined system. If no coordinate system is defined, the basic system is used.
- For Section property, currently only beam, bar, shells and solid elements are supported. Offsets are taken into account, and Shear center is currently not calculated.
- SECTION is automatically created for solid pretension bolt section. For this case, CID is LOCAL and GID is CENT.
- In cases when the local coordinate system from LOCAL cannot be uniquely determined, a warning will be printed. In such cases, it is recommended to use a user-defined coordinate system. The X-axis of this user-defined coordinate system must be normal to the cross-section.
- This feature is supported for analysis, as well as optimization.