Files
김경종 b7f84e1c0f
Tests / Hermetic test suite (push) Has been cancelled
Tests / Skill frontmatter validation (push) Has been cancelled
add documents
2026-05-29 15:59:56 +09:00

12 KiB
Raw Permalink Blame History

text_image

3 ×1 1 2

3 - node element

flowchart
graph TD
    1 -->|x1| 4
    1 -->|x1| 6
    2 -->|x| 3
    2 -->|x| 5
    3 -->|x| 6
    4 -->|x| 5
    5 -->|x| 3

6 - node element

text_image

4 ×3 4× ×1 2× 1 2 3

4 - node element

text_image

4 ×1 1 2 3

4 - node reduced integration element

text_image

4 ×7 ×8 ×9 8 ×4 ×5 ×6 ×1 ×2 ×3 1 5 2 3 6

8 - node element

text_image

4 ×3 7 4× 3 8 ×1 1 5 2× 6 2

8 - node reduced integration element

32.7.3 CYLINDRICAL SURFACE ELEMENT LIBRARY

Product: Abaqus/Standard

References

• “Surface elements,” Section 32.7.1
• *SURFACE SECTION
• *REBAR LAYER

Overview

This section provides a reference to the cylindrical surface elements available in Abaqus/Standard.

Element types

SFMCL6 6-node cylindrical surface SFMCL9 9-node cylindrical surface

Active degrees of freedom

1, 2, 3

Additional solution variables

None.

Nodal coordinates required

X, Y, Z

Element property definition

Input File Usage:

Use the following option to define surface element properties:

*SURFACE SECTION

If rebar are being defined, use the following option in conjunction with the *SURFACE SECTION option:

*REBAR LAYER

Use the following option to define a mass density per unit area:

*SURFACE SECTION, DENSITY=number

Distributed loads

Distributed loads are specified as described in “Distributed loads,” Section 34.4.3. Gravity, centrifugal, rotary acceleration, and Coriolis force loads apply only if the surface elements have rebar defined or if the elements have a defined density.

Load ID (*DLOAD)UnitsDescription
BX $FL^{-3}$ Body force in the global X-direction.
BY $FL^{-2}$ Body force in the global Y-direction.
BZ $FL^{-2}$ Body force in the global Z-direction.
BXNU $FL^{-2}$ Nonuniform body force in the global X-direction with magnitude supplied via user subroutine DLOAD.
BYNU $FL^{-2}$ Nonuniform body force in the global Y-direction with magnitude supplied via user subroutine DLOAD.
BZNU $FL^{-2}$ Nonuniform body force in the global Z-direction with magnitude supplied via user subroutine DLOAD.
CENT $FL^{-3}(ML^{-2} T^{-2})$ Centrifugal load (magnitude is input as $\rho\omega^{2}$ , where $\rho$ is the mass density per unit area, $\omega$ is the angular speed).
CENTRIF $T^{-2}$ Centrifugal load (magnitude is input as $\omega^{2}$ , where $\omega$ is the angular speed).
CORIO $FL^{-3}T (ML^{-2} T^{-1})$ Coriolis force (magnitude is input as $\rho\omega$ , where $\rho$ is the mass density per unit area, $\omega$ is the angular speed). The load stiffness due to Coriolis loading is not accounted for in direct steady-state dynamics analysis.
GRAV $LT^{-2}$ Gravity loading in a specified direction (magnitude is input as acceleration).
HP $FL^{-2}$ Hydrostatic pressure applied to the element reference surface and linear in global Z. The
Load ID (*DLOAD)UnitsDescription
pressure is positive in the direction of the positive element normal.
P $FL^{-2}$ Pressure applied to the element reference surface. The pressure is positive in the direction of the positive element normal.
PNU $FL^{-2}$ Nonuniform pressure applied to the element reference surface with magnitude supplied via user subroutine DLOAD.
ROTA $T^{-2}$ Rotary acceleration load (magnitude is input as $\alpha$ , where $\alpha$ is the rotary acceleration).
TRSHR $FL^{-2}$ Shear traction on the element reference surface.
$TRSHRNU^{(S)}$ $FL^{-2}$ Nonuniform shear traction on the element reference surface with magnitude and direction supplied via user subroutine UTRACLOAD.
TRVEC $FL^{-2}$ General traction on the element reference surface.
$TRVECNU^{(S)}$ $FL^{-2}$ Nonuniform general traction on the element reference surface with magnitude and direction supplied via user subroutine UTRACLOAD.

Foundations

Foundations are specified as described in “Element foundations,” Section 2.2.2.

Load ID(*FOUNDATION)UnitsDescription
F $FL^{-2}$ Elastic foundation.

Surface-based loading

Distributed loads

Surface-based distributed loads are specified as described in “Distributed loads,” Section 34.4.3.

Load ID(*DSLOAD)UnitsDescription
HP $FL^{-2}$ Hydrostatic pressure on the element reference surface and linear in global Z. The pressure is positive in the direction opposite to the surface normal.
P $FL^{-2}$ Pressure on the element reference surface. The pressure is positive in the direction opposite to the surface normal.
PNU $FL^{-2}$ Nonuniform pressure on the element reference surface with magnitude supplied via user subroutine DLOAD. The pressure is positive in the direction opposite to the surface normal.
TRSHR $FL^{-2}$ Shear traction on the element reference surface.
$TRSHRNU^{(S)}$ $FL^{-2}$ Nonuniform shear traction on the element reference surface with magnitude and direction supplied via user subroutine UTRACLOAD.
TRVEC $FL^{-2}$ General traction on the element reference surface.
$TRVECNU^{(S)}$ $FL^{-2}$ Nonuniform general traction on the element reference surface with magnitude and direction supplied via user subroutine UTRACLOAD.

Incident wave loading

Surface-based incident wave loading is also available for these elements. See “Acoustic and shock loads,” Section 34.4.6.

Element output

Output is currently available only when the surface element is used to carry rebar layers. See “Defining reinforcement,” Section 2.2.3, for details.

Node ordering and face numbering on elements

flowchart
graph TD
    1 --> 2
    2 --> 3
    3 --> 4
    4 --> 6
    6 --> 1

6-node element

flowchart
graph TD
    1 --> 2
    2 --> 3
    3 --> 4
    4 --> 7
    5 --> 6
    6 --> 7
    7 --> 8
    8 --> 9
    9 --> 2

9-node element

Numbering of integration points for output

flowchart
graph TD
    3 --> 5
    5 --> 2
    2 --> 1
    1 --> 6
    6 --> 4
    4 --> 3
    2 --> 1
    1 --> 2
    2 --> 1
    3 --> 4
    4 --> 6
    5 --> 2
    6 --> 1

6-node element

text_image

3 7 ×4 ×3 4 6 9 × 2 ×1 8 5 1

9-node element

32.7.4 AXISYMMETRIC SURFACE ELEMENT LIBRARY

Products: Abaqus/Standard Abaqus/CAE

References

• “Surface elements,” Section 32.7.1
• *SURFACE SECTION
• *REBAR LAYER

Overview

This section provides a reference to the axisymmetric surface elements available in Abaqus/Standard.

Conventions

Coordinate 1 is r, coordinate 2 is z. At , the r-direction corresponds to the global X-direction and the z-direction corresponds to the global Y-direction. This is important when data must be given in global directions. Coordinate 1 should be greater than or equal to zero.

Degree of freedom 1 is u _ { r } , degree of freedom 2 is u _ { z } . Generalized axisymmetric elements with twist have an additional degree of freedom, 5, corresponding to the twist angle (in radians).

Abaqus/Standard does not automatically apply any boundary conditions to nodes located along the symmetry axis. You must apply radial or symmetry boundary conditions on these nodes if desired.

Point loads and moments should be given as the value integrated around the circumference; that is, the total value on the ring.

Element types

Regular axisymmetric surface elements

SFMAX12-node linear, without twist
SFMAX23-node quadratic, without twist

Active degrees of freedom

1, 2

Additional solution variables

None.

Generalized axisymmetric surface elements

SFMGAX12-node linear, with twist
SFMGAX23-node quadratic, with twist

Active degrees of freedom

1, 2, 5

Additional solution variables

None.

Nodal coordinates required

R, Z

Element property definition

Input File Usage:Use the following option to define surface elements:*SURFACE SECTIONIf rebar are being defined, use the following option in conjunction with the *SURFACE SECTION option:*REBAR LAYERUse the following option to define a mass density per unit area:*SURFACE SECTION, DENSITY=number
Abaqus/CAE Usage:Property module: Create Section: select Shell as the section Category and Surface as the section Type, Rebar Layers (optional)You cannot define the mass per unit area for a surface section in Abaqus/CAE.
Element-based loading

Distributed loads

Distributed loads are specified as described in “Distributed loads,” Section 34.4.3. Gravity and centrifugal loads apply only if the surface elements have rebar defined or if the elements have a defined density.

Load ID (*DLOAD)Abaqus/CAE Load/InteractionUnitsDescription
BRBody force $FL^{-2}$ Body force in the radial (1 or $r$ ) direction.
BZBody force $FL^{-2}$ Body force in the axial (2 or $z$ ) direction.
BRNUBody force $FL^{-2}$ Nonuniform body force in the radial direction with magnitude supplied via user subroutine DLOAD.