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:
- location
str 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.
- offset1
str 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.
- offset2
str 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_y
str 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_z
str 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_y
str 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_z
str 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.
- location
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,
SHELL131andSHELL132, 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
SOLID278andSOLID279.For beam elements
BEAM188/BEAM189and pipe elementsPIPE288/PIPE289in 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-ZLocation-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 byOFFSETYandOFFSETZ.
OFFSETY, OFFSETZ- Values that locate the node with respect to the default origin of the cross section when theLocationargument 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.
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,OFFSETZOFFSETY, OFFSETZ- Values that locate the node with respect to the center of the pipe.
Shells
Type: SHELL#
Argument data to provide:
Location,OFFSETLocation-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 byOFFSET.
OFFSET- Value that locates the node with respect to the default origin (midplane) of the section. Valid only whenLocation= 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,OFFSETLocation-MID- Shell node will be offset to midplane of the section (default).USER- Shell node will be offset to the location specified byOFFSET.
OFFSET- Value that locates the node with respect to the default origin (midplane) of the section. Valid only whenLocation= USER.The offset alters only the reference surface of the shell elements (that is, where the nodes are located).