ansys.mapdl.core.Mapdl.secoffset#

Mapdl.secoffset(location='', offset1='', offset2='', cg_y='', cg_z='', sh_y='', sh_z='', **kwargs)#

Defines the section offset for cross sections.

Mechanical APDL Command: SECOFFSET

Parameters:
locationstr

The location of the nodes in the section. All are dependent on the type. See the SECOFFSET_notes section for information about the values for the various section types.

offset1str

The location of the nodes in the section. All are dependent on the type. See the SECOFFSET_notes section for information about the values for the various section types.

offset2str

The location of the nodes in the section. All are dependent on the type. See the SECOFFSET_notes section for information about the values for the various section types.

cg_ystr

The location of the nodes in the section. All are dependent on the type. See the SECOFFSET_notes section for information about the values for the various section types.

cg_zstr

The location of the nodes in the section. All are dependent on the type. See the SECOFFSET_notes section for information about the values for the various section types.

sh_ystr

The location of the nodes in the section. All are dependent on the type. See the SECOFFSET_notes section for information about the values for the various section types.

sh_zstr

The location of the nodes in the section. All are dependent on the type. See the SECOFFSET_notes section for information about the values for the various section types.

Notes

The secoffset command is divided into four types: Beams Beams, Pipes, Shells, and Preintegrated General Shells.

The offsets defined by the secoffset command are associated with the section most recently defined using the sectype command. Not all secoffset location values are valid for each subtype.

For the thermal shell elements, SHELL131 and SHELL132, the node offset specified by secoffset is used in thermal contact analyses. Otherwise, the secoffset command has no effect on the solution for these elements and is used only for visualization purposes.

This command is not valid with thermal solid elements SOLID278 and SOLID279.

For beam elements BEAM188 / BEAM189 and pipe elements PIPE288 / PIPE289 in the XY plane, an offset is not allowed if it causes the elements to be nonsymmetric about the XY plane.

Beams

Type: BEAM#

Argument data to provide:

Location, OFFSETY, OFFSETZ, CG-Y, CG-Z, SH-Y, SH-Z

  • Location -

    • CENT - Beam node will be offset to centroid (default).

    • SHRC - Beam node will be offset to shear center.

    • ORIGIN - Beam node will be offset to origin of the cross section.

    • USER - Beam node will be offset to the location specified by OFFSETY and OFFSETZ.

  • OFFSETY, OFFSETZ - Values that locate the node with respect to the default origin of the cross section when the Location argument is set to USER. Valid only when USER is set.

    The following figure illustrates the offsets for a channel cross section, and shows the relative locations of SHRC and CENT.

    ../../../_images/gSECO1.svg

    Offsets for a CHAN Section Subtype#

  • CG-Y, CG-Z, SH-Y, SH-Z - Override the program-calculated centroid and shear centroid locations.

    This option should only be used by advanced users modeling composite cross sections.

Pipes

Type: PIPE#

Argument data to provide:

OFFSETY, OFFSETZ

  • OFFSETY, OFFSETZ - Values that locate the node with respect to the center of the pipe.

Shells

Type: SHELL#

Argument data to provide:

Location, OFFSET

  • Location -

    • TOP - Shell node will be offset to top of the section.

    • MID - Shell node will be offset to midplane of the section (default).

    • BOT - Shell node will be offset to bottom of the section.

    • USER - Shell node will be offset to the location specified by OFFSET.

  • OFFSET - Value that locates the node with respect to the default origin (midplane) of the section. Valid only when Location = USER.

    The offset alters only the reference surface of the shell elements (that is, where the nodes are located). It does not change the physical dimensions of the shell itself; the volume and mass remain constant when an offset is specified.

Preintegrated General Shells

Type: GENS#

Argument data to provide:

Location, OFFSET

  • Location -

    • MID - Shell node will be offset to midplane of the section (default).

    • USER - Shell node will be offset to the location specified by OFFSET.

  • OFFSET - Value that locates the node with respect to the default origin (midplane) of the section. Valid only when Location = USER.

    The offset alters only the reference surface of the shell elements (that is, where the nodes are located).