Files
MultiPhysicsVault/.raw/AbaqusAnalysisUserGuide4/AbaqusAnalysisUserGuide4_099.md
T
김경종 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

381 lines
17 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!-- source-page: 981 -->
The naming convention for surface elements depends on the element dimensionality.
# General surface elements
General surface elements in Abaqus are named as follows:
![](images/page-981_fe87a2d6c0517ec3be9aa3732a4d8dff023acefcde61efa8c70c51a2b5c97230.jpg)
<details>
<summary>flowchart</summary>
```mermaid
graph TD
SF --> M
M --> 3D
3D --> R
R -->|reduced integration (optional)| M
M -->|number of nodes| 3D
3D -->|three-dimensional| membrane-like
membrane-like --> surface
```
</details>
For example, SFM3D4R is a three-dimensional, 4-node surface element with reduced integration.
# Cylindrical surface elements
Cylindrical surface elements in Abaqus/Standard are named as follows:
![](images/page-981_af228148b93785d146fa0948cf378322cff0e63e575a5fae649c3110447d22dd.jpg)
<details>
<summary>text_image</summary>
SF M CL 6
number of nodes
cylindrical
membrane-like
surface
</details>
For example, SFMCL6 is a 6-node cylindrical surface element with circumferential interpolation.
# Axisymmetric surface elements
Axisymmetric surface elements in Abaqus/Standard are named as follows:
<!-- source-page: 982 -->
![](images/page-982_1bba256a62b5dd797b321d0e23b77e230a8962e994eecef74527282196608c04.jpg)
<details>
<summary>text_image</summary>
SF M G AX 2
order of interpolation
axisymmetric
generalized (optional)
membrane-like
surface
</details>
For example, SFMAX2 is a regular axisymmetric, quadratic-interpolation surface element.
# Element normal definition
The “top” surface of a surface element is the surface in the positive normal direction (defined below) and is called the SPOS face for contact definition. The “bottom” surface is in the negative direction along the normal and is called the SNEG face for contact definition.
# General surface elements
For general surface elements the positive normal direction is defined by the right-hand rule going around the nodes of the element in the order that they are specified in the element definition. See Figure 32.7.11.
![](images/page-982_9beaf70e261f572cffc1a915d376e62bf629a0af756ad3f718a68e22c91b78ed.jpg)
<details>
<summary>text_image</summary>
face SPOS
face SNEG
</details>
Figure 32.7.11 Positive normals for general surface elements.
# Cylindrical surface elements
The positive normal direction is defined by the right-hand rule going around the nodes of the element in the order that they are specified in the element definition. See Figure 32.7.12.
<!-- source-page: 983 -->
![](images/page-983_7596146528b4b9f80382ce43084b34e310ffede3badb2914532b8c31e5370a3c.jpg)
<details>
<summary>flowchart</summary>
```mermaid
graph TD
A["3"] --> B["5"]
B --> C["2"]
C --> D["1"]
D --> E["6"]
E --> F["4"]
F --> G["n"]
G --> A
H["3"] --> I["6"]
I --> J["2"]
J --> K["5"]
K --> L["1"]
L --> M["8"]
M --> N["4"]
N --> O["9"]
O --> P["6"]
P --> Q["3"]
Q --> R["5"]
R --> S["1"]
S --> T["8"]
T --> U["4"]
U --> V["9"]
V --> W["6"]
W --> X["3"]
X --> Y["5"]
Y --> Z["1"]
Z --> A
style A fill:#000,stroke:#000
style B fill:#000,stroke:#000
style C fill:#000,stroke:#000
style D fill:#000,stroke:#000
style E fill:#000,stroke:#000
style F fill:#000,stroke:#000
style G fill:#000,stroke:#000
style H fill:#000,stroke:#000
style I fill:#000,stroke:#000
style J fill:#000,stroke:#000
style K fill:#000,stroke:#000
style L fill:#000,stroke:#000
style M fill:#000,stroke:#000
style N fill:#000,stroke:#000
style O fill:#000,stroke:#000
style P fill:#000,stroke:#000
style Q fill:#000,stroke:#000
style R fill:#000,stroke:#000
style S fill:#000,stroke:#000
style T fill:#000,stroke:#000
style U fill:#000,stroke:#000
style V fill:#000,stroke:#000
style W fill:#000,stroke:#000
style X fill:#000,stroke:#000
style Y fill:#000,stroke:#000
style Z fill:#000,stroke:#000
```
</details>
Figure 32.7.12 Positive normals for cylindrical surface elements.
# Axisymmetric surface elements
For axisymmetric surface elements the positive normal is defined by a $9 0 ^ { \circ }$ counterclockwise rotation from the direction going from node 1 to node 2. See Figure 32.7.13.
![](images/page-983_3c2669cf84bff96edc3cc2c57311d3e4f31287b8f4ac688a1eef32579867e0a4.jpg)
<details>
<summary>text_image</summary>
face SPOS
2
face SNEG
1
z
r
</details>
Figure 32.7.13 Positive normals for axisymmetric surface elements.
# Defining the elements section properties
You must associate the surface section properties with a region of your model.
Input File Usage: \*SURFACE SECTION, ELSET=name
where the ELSET parameter refers to a set of surface elements.
Abaqus/CAE Usage: Property module:
Create Section: select Shell as the section Category and Surface as the section Type
Assign→Section: select regions
<!-- source-page: 984 -->
# Using a surface element to carry rebar layers
You can define layers of reinforcement that are carried by the surface element. The stiffness and mass due to the rebar layers are added to the surface element.
Input File Usage: Use both of the following options: \*SURFACE SECTION, ELSET=name \*REBAR LAYER
Abaqus/CAE Usage: Property module: Create Section: select Shell as the section Category and Surface as the section Type, Rebar Layers
# Using a surface element to bring additional mass into the model
You can define the mass per unit area carried by the surface element.
Input File Usage: \*SURFACE SECTION, ELSET=name, DENSITY=number
Abaqus/CAE Usage: Property module: Create Section: select Shell as the section Category and Surface as the section Type, toggle on Density: number
# Using a surface element in a constraint
Surface elements can be used to define a surface in Abaqus, and this surface can be used in a surfacebased tie constraint (see “Mesh tie constraints,” Section 35.3.1).
Input File Usage: Use the following options: \*SURFACE, NAME=surface\_name \*TIE, NAME=name surface\_name, master\_name
Abaqus/CAE Usage: In Abaqus/CAE you can select one or more faces directly in the viewport when you are prompted to select a surface. In addition, you can define surfaces as collections of faces and edges using the Surface toolset.
Interaction module: Create Constraint: Tie
# Using a surface element to visualize gravity waves
You can define a surface element set at the still water height to visualize the gravity waves during an Abaqus/Aqua analysis.
Input File Usage: \*SURFACE SECTION, ELSET=name, AQUAVISUALIZATION=YES
Abaqus/CAE Usage: Specifying a wave surface for visualization is not supported in Abaqus/CAE.
<!-- source-page: 985 -->
# 32.7.2 GENERAL SURFACE ELEMENT LIBRARY
Products: Abaqus/Standard Abaqus/Explicit Abaqus/CAE Abaqus/Aqua
# References
• “Surface elements,” Section 32.7.1
• \*SURFACE SECTION
• \*REBAR LAYER
# Overview
This section provides a reference to the surface elements available in Abaqus/Standard, Abaqus/Explicit and Abaqus/Aqua.
Element types
<table><tr><td>SFM3D3</td><td>3-node triangle</td></tr><tr><td> $SFM3D4^{(S)}$ </td><td>4-node quadrilateral</td></tr><tr><td>SFM3D4R</td><td>4-node quadrilateral, reduced integration</td></tr><tr><td> $SFM3D6^{(S)}$ </td><td>6-node triangle</td></tr><tr><td> $SFM3D8^{(S)}$ </td><td>8-node quadrilateral</td></tr><tr><td> $SFM3D8R^{(S)}$ </td><td>8-node quadrilateral, reduced integration</td></tr><tr><td colspan="2">Active degrees of freedom</td></tr><tr><td colspan="2">1, 2, 3</td></tr><tr><td colspan="2">Additional solution variables</td></tr><tr><td colspan="2">None.</td></tr></table>
Nodal coordinates required
X, Y, Z
Element property definition
<table><tr><td>Input File Usage:</td><td>Use the following option to define surface element properties:*SURFACE SECTIONIf rebar are being defined, use the following option in conjunction with the *SURFACE SECTION option:*REBAR LAYER</td></tr></table>
<!-- source-page: 986 -->
Use the following option to define a mass density per unit area:
\*SURFACE SECTION, DENSITY=number
Use the following option to define the free surface of water in an Abaqus/Aqua analysis:
\*SURFACE SECTION, AQUAVISUALIZATION=YES
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 or the free surface of water 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, centrifugal, rotary acceleration, and Coriolis force loads apply only if the surface elements have rebar defined or if the elements have a defined density.
<table><tr><td>Load ID (*DLOAD)</td><td>Abaqus/CAE Load/Interaction</td><td>Units</td><td>Description</td></tr><tr><td>BX</td><td>Body force</td><td> $FL^{-2}$ </td><td>Body force in the global X-direction.</td></tr><tr><td>BY</td><td>Body force</td><td> $FL^{-2}$ </td><td>Body force in the global Y-direction.</td></tr><tr><td>BZ</td><td>Body force</td><td> $FL^{-2}$ </td><td>Body force in the global Z-direction.</td></tr><tr><td>BXNU</td><td>Body force</td><td> $FL^{-2}$ </td><td>Nonuniform body force in the global X-direction with magnitude supplied via user subroutine DLOAD in Abaqus/Standard and VDLOAD in Abaqus/Explicit.</td></tr><tr><td>BYNU</td><td>Body force</td><td> $FL^{-2}$ </td><td>Nonuniform body force in the global Y-direction with magnitude supplied via user subroutine DLOAD in Abaqus/Standard and VDLOAD in Abaqus/Explicit.</td></tr><tr><td>BZNU</td><td>Body force</td><td> $FL^{-2}$ </td><td>Nonuniform body force in the global Z-direction with magnitude supplied via user subroutine DLOAD in Abaqus/Standard and VDLOAD in Abaqus/Explicit.</td></tr></table>
<!-- source-page: 987 -->
<table><tr><td>Load ID (*DLOAD)</td><td>Abaqus/CAE Load/Interaction</td><td>Units</td><td>Description</td></tr><tr><td> $CENT^{(S)}$ </td><td>Not supported</td><td> $FL^{-3}$ $(ML^{-2}T^{-2})$ </td><td>Centrifugal load (magnitude is input as $\rho\omega^{2}$ , where $\rho$ is the mass density per unit area, $\omega$ is the angular speed).</td></tr><tr><td> $CENTRIF^{(S)}$ </td><td>Rotational body force</td><td> $T^{-2}$ </td><td>Centrifugal load (magnitude is input as $\omega^{2}$ , where $\omega$ is the angular speed).</td></tr><tr><td> $CORIO^{(S)}$ </td><td>Coriolis force</td><td> $FL^{-3}T$ $(ML^{-2}T^{-1})$ </td><td>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.</td></tr><tr><td>GRAV</td><td>Gravity</td><td> $LT^{-2}$ </td><td>Gravity loading in a specified direction (magnitude is input as acceleration).</td></tr><tr><td> $HP^{(S)}$ </td><td>Not supported</td><td> $FL^{-2}$ </td><td>Hydrostatic pressure applied to the element reference surface and linear in global $Z$ . The pressure is positive in the direction of the positive element normal.</td></tr><tr><td>P</td><td>Pressure</td><td> $FL^{-2}$ </td><td>Pressure applied to the element reference surface. The pressure is positive in the direction of the positive element normal.</td></tr><tr><td>PNU</td><td>Not supported</td><td> $FL^{-2}$ </td><td>Nonuniform pressure applied to the element reference surface with magnitude supplied via user subroutine DLOAD in Abaqus/Standard and VDLOAD in Abaqus/Explicit. The pressure is positive in the direction of the positive element normal.</td></tr><tr><td> $ROTA^{(S)}$ </td><td>Rotational body force</td><td> $T^{-2}$ </td><td>Rotary acceleration load (magnitude is input as $\alpha$ , where $\alpha$ is the rotary acceleration).</td></tr><tr><td> $SBF^{(E)}$ </td><td>Not supported</td><td> $FL^{-5}T^{2}$ </td><td>Stagnation body force in global $X$ -, $Y$ -, and $Z$ -directions.</td></tr></table>
<!-- source-page: 988 -->
<table><tr><td>Load ID (*DLOAD)</td><td>Abaqus/CAE Load/Interaction</td><td>Units</td><td>Description</td></tr><tr><td> $SP^{(E)}$ </td><td>Not supported</td><td> $FL^{-4}T^2$ </td><td>Stagnation pressure applied to the element reference surface.</td></tr><tr><td>TRSHR</td><td>Surface traction</td><td> $FL^{-2}$ </td><td>Shear traction on the element reference surface.</td></tr><tr><td> $TRSHRNU^{(S)}$ </td><td>Not supported</td><td> $FL^{-2}$ </td><td>Nonuniform shear traction on the element reference surface with magnitude and direction supplied via user subroutine UTRACLOAD.</td></tr><tr><td>TRVEC</td><td>Surface traction</td><td> $FL^{-2}$ </td><td>General traction on the element reference surface.</td></tr><tr><td> $TRVECNU^{(S)}$ </td><td>Not supported</td><td> $FL^{-2}$ </td><td>Nonuniform general traction on the element reference surface with magnitude and direction supplied via user subroutine UTRACLOAD.</td></tr><tr><td> $VBF^{(E)}$ </td><td>Not supported</td><td> $FL^{-4}T$ </td><td>Viscous body force in global X-, Y-, and Z-directions.</td></tr><tr><td> $VP^{(E)}$ </td><td>Not supported</td><td> $FL^{-3}T$ </td><td>Viscous surface pressure applied to the element reference surface. The pressure is proportional to the velocity normal to the element face and opposing the motion.</td></tr></table>
# Foundations
Foundations are available only in Abaqus/Standard and are specified as described in “Element foundations,” Section 2.2.2.
<table><tr><td>Load ID(*FOUNDATION)</td><td>Abaqus/CAELoad/Interaction</td><td>Units</td><td>Description</td></tr><tr><td>F</td><td>Elasticfoundation</td><td> $FL^{-2}$ </td><td>Elastic foundation.</td></tr></table>
# Surface-based loading
# Distributed loads
Surface-based distributed loads are specified as described in “Distributed loads,” Section 34.4.3.
<!-- source-page: 989 -->
<table><tr><td>Load ID(*DSLOAD)</td><td>Abaqus/CAELoad/Interaction</td><td>Units</td><td>Description</td></tr><tr><td>HP(S)</td><td>Pressure</td><td> $FL^{-2}$ </td><td>Hydrostatic pressure on the element reference surface and linear in global Z. The pressure is positive in the direction opposite to the surface normal.</td></tr><tr><td>P</td><td>Pressure</td><td> $FL^{-2}$ </td><td>Pressure on the element reference surface. The pressure is positive in the direction opposite to the surface normal.</td></tr><tr><td>PNU</td><td>Pressure</td><td> $FL^{-2}$ </td><td>Nonuniform pressure on the element reference surface with magnitude supplied via user subroutine DLOAD in Abaqus/Standard and VDLOAD in Abaqus/Explicit. The pressure is positive in the direction opposite to the surface normal.</td></tr><tr><td>SP(E)</td><td>Pressure</td><td> $FL^{-4}T^{2}$ </td><td>Stagnation pressure applied to the element reference surface.</td></tr><tr><td>TRSHR</td><td>Surface traction</td><td> $FL^{-2}$ </td><td>Shear traction on the element reference surface.</td></tr><tr><td>TRSHRNU(S)</td><td>Surface traction</td><td> $FL^{-2}$ </td><td>Nonuniform shear traction on the element reference surface with magnitude and direction supplied via user subroutine UTRACLOAD.</td></tr><tr><td>TRVEC</td><td>Surface traction</td><td> $FL^{-2}$ </td><td>General traction on the element reference surface.</td></tr><tr><td>TRVECNU(S)</td><td>Surface traction</td><td> $FL^{-2}$ </td><td>Nonuniform general traction on the element reference surface with magnitude and direction supplied via user subroutine UTRACLOAD.</td></tr><tr><td>VP(E)</td><td>Pressure</td><td> $FL^{-3}T$ </td><td>Viscous surface pressure applied to the element reference surface. The pressure is proportional to the velocity normal to the element surface and opposing the motion.</td></tr></table>
<!-- source-page: 990 -->
# 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 on elements
![](images/page-990_3cc844c000c28d1b42f9adf676eb3232044a7ce0ce8a1cbb51f3506e331fdfa4.jpg)
<details>
<summary>text_image</summary>
3
1
2
</details>
3 - node element
![](images/page-990_37c1f6900bd5b0f2f232e0bd4739194675ee301756d55cc95ad79fc21bf2477e.jpg)
<details>
<summary>text_image</summary>
1
2
3
4
</details>
4 - node element
![](images/page-990_2a6f8038d831801095364fb8c582082e160b850368ad2a384c6da0589c75c66c.jpg)
<details>
<summary>flowchart</summary>
```mermaid
graph TD
1 --> 2
1 --> 4
2 --> 3
2 --> 4
3 --> 4
3 --> 5
4 --> 5
4 --> 6
5 --> 6
6 --> 1
```
</details>
6 - node element
![](images/page-990_b87271ab7ac91f299b70666816f27c8404da58945f937b6d40ac7f88e26944cb.jpg)
<details>
<summary>flowchart</summary>
```mermaid
graph TD
1 --> 2
1 --> 5
1 --> 8
2 --> 3
2 --> 6
3 --> 7
3 --> 6
4 --> 7
4 --> 8
5 --> 8
6 --> 7
7 --> 8
```
</details>
8 - node element