有限元方法问答 06:轴对称单元
L8 — Axisymmetric Elements(轴对称单元)
Q43 🔴 轴对称的四个必要条件
EN: For a problem to be treated as axisymmetric, ALL four conditions must be satisfied:
- Geometry — the structure is a solid of revolution (rotationally symmetric about an axis)
- Material properties — axisymmetric (same in all circumferential directions)
- Boundary conditions — axisymmetric (no variation in )
- Loading — axisymmetric (no variation in )
If any condition is violated, a full 3D or other simplified model must be used.
中文: 轴对称必须同时满足几何、材料、边界条件、载荷四个方面的轴对称性。任何一个不满足都不能简化为轴对称模型。典型结构:轴、管道、压力容器、回转体。
Q44 🟡 轴对称坐标系统
EN: Axisymmetric problems use cylindrical coordinates . Due to axisymmetry:
- — nothing varies with circumferential angle
- — no circumferential displacement
- Displacements are functions of and only: ,
中文: 柱坐标 。轴对称条件:(无不随θ变化),(无环向位移)。位移仅为r和z的函数,问题从3D降为2D(r-z平面)。
Q45 ⭐ 环向应变
EN: The distinguishing feature of axisymmetric problems is the hoop (circumferential) strain:
where is the radial displacement and is the radial coordinate. This strain arises because radial expansion/contraction changes the circumference. The axisymmetric strain vector has 4 components (one more than plane problems):
中文: 轴对称的标志性特征——环向应变 。当结构径向变形时,周长改变产生环向应变。轴对称有4个应变分量(比平面问题多了 )。
Q46 ⭐ 3节点轴对称单元不是常应变单元
EN: Although the 3-node axisymmetric element uses the same shape functions as CST in the - plane, it is NOT a constant strain element. The hoop strain contains terms (through the shape function ), which vary with radial position. Therefore, the B-matrix is not constant, and the strains vary within the element. This is a common exam trap.
中文: ⚠️ 高频易错——3节点轴对称单元虽然在r-z平面看像CST三角形,但不是常应变单元!因为 含有 项,导致B矩阵随r变化,应变在单元内不是常数。这是与平面CST的本质区别。
Q47 🟡 轴对称D矩阵(4×4)
EN: The axisymmetric constitutive matrix (4×4):
Corresponding stress and strain vectors: and .
中文: 轴对称D矩阵为4×4,含 因子(与3D问题类似)。
Q48 🔴 轴对称刚度积分中的
EN: The volume element in axisymmetric coordinates is . Integrating over from 0 to gives:
Therefore, the element stiffness integral for axisymmetric elements is:
This is fundamentally different from plane problems (). The inside the integral makes analytical integration difficult, so numerical integration is generally required.
中文: ⚠️ 轴对称的刚度积分中有 (而不是平面问题的 )!体积微元 。这个额外的 因子使得即使B矩阵近似常数,积分也不是简单的面积乘积,通常需要数值积分。
Q49 🔴 轴对称与平面CST的全面对比
EN:
| Feature | Plane CST | 3-Node Axisymmetric |
|---|---|---|
| Coordinate system | - (Cartesian) | - (Cylindrical) |
| Strain components | 3 () | 4 (adds ) |
| Hoop strain | None | |
| D-matrix | 3×3 | 4×4 |
| Strain variation | Constant | NOT constant ( terms) |
| Volume element | ||
| Numerical integration | Not needed for CST | Generally required |
中文: 这个对比表是必背内容。最关键的区别:轴对称有环向应变,应变不是常数,积分含 。