有限元方法问答 05:二维问题
L7 — 2D Problems(二维问题)
Q34 ⭐ 平面应力 vs 平面应变
EN: Plane stress applies to thin structures (plates with in-plane loading):
- Condition:
- BUT (the plate is free to contract/expand in thickness)
- Typical application: thin plates with in-plane forces, thin-walled structures
Plane strain applies to thick/long structures (cross-section of long bodies):
- Condition:
- BUT (constrained in the longitudinal direction)
- Typical application: long dams, tunnels, retaining walls, shafts
中文: ⚠️ 高频考点——平面应力(薄板): 但 ,板厚方向自由变形,用于薄板面内载荷;平面应变(长厚体): 但 ,纵向受约束,用于长坝、隧道、挡土墙等。两个的D矩阵不同!
Q35 🟡 平面应力D矩阵
EN: Plane stress constitutive matrix (3×3):
Stress and strain vectors: , .
中文: 平面应力D矩阵(3×3),因子为 。对应应力/应变分量各3个(所以不出现)。
Q36 🟡 平面应变D矩阵
EN: Plane strain constitutive matrix (3×3):
Alternatively: use the plane stress D-matrix but replace with and with .
中文: 平面应变D矩阵(3×3),因子为 。对角项为 而非1。等价变换:, 。
Q37 🟡 二维应变-位移关系
EN: In 2D (plane problems), the three strain components are:
In matrix form:
中文: 二维应变——正应变 , ;剪应变 (工程剪应变,非张量分量)。
Q38 ⭐ CST常应变三角形
EN: The Constant Strain Triangle (CST, T3) is a 3-node triangular element with linear displacement functions:
Since displacements are linear, their derivatives (strains) are constant throughout the element. The B-matrix is constant:
Advantages: Simple derivation; good for complex geometries.
Disadvantages: Low accuracy (constant stress); overly stiff in bending; requires dense mesh for good results.
中文: CST(常应变三角形,T3):3节点,位移线性 → 应变为常数(故名"常应变")。优点:简单、几何适应性强;缺点:精度低、弯曲问题中偏硬、需密网格。刚度矩阵 ,无需数值积分。
Q39 ⭐ CST形函数的一阶导数
EN: For a CST element, shape functions are:
where is the element area, and , (cyclic permutation).
The first derivatives and are constants. Therefore, the B-matrix is constant.
For a quadrilateral element, the derivatives and involve (Jacobian inverse), which generally varies with position → derivatives are not constant.
中文: CST的形函数导数是常数(因位移线性);四边形单元的形函数导数通过Jacobian逆矩阵变换得到,随位置变化,不是常数。这就是"三角形常应变,四边形非常应变"的原因。
Q40 🔴 CST的优缺点总结
EN: CST advantages: (1) Simple formulation — easy to program; (2) Good for complex geometries — triangles can mesh any shape; (3) No numerical integration needed; (4) Good for preliminary/quick analysis.
CST disadvantages: (1) Constant stress/strain — poor accuracy in regions with high gradients; (2) Overly stiff in bending — requires very fine mesh for beam/plate problems; (3) Lower accuracy per DOF compared to quadrilateral or higher-order elements; (4) Not suitable for stress concentration regions (holes, corners).
Recommendation: Use CST in areas with small strain gradients, mesh transition zones, or quick preliminary analysis. Avoid CST at stress concentrations — use higher-order elements or very fine mesh.
中文: 优点:简单、几何适应性好、无需数值积分。缺点:常应力精度低、弯曲问题偏硬、应力集中处表现差。建议:应变梯度小处用CST,应力集中处用高阶单元或加密网格。
Q41 🔴 不同二维单元的比较
EN: Comparison of 2D element types:
| Element | Nodes | Displacement | Strain | Stress |
|---|---|---|---|---|
| T3 (CST) | 3 | Linear | Constant | Constant |
| Q4 (Bilinear Quad) | 4 | Bilinear | Linear (varies) | Linear (varies) |
| T6 (LST) | 6 | Quadratic | Linear (varies) | Linear (varies) |
| Q8 (Quadratic Quad) | 8 | Quadratic/cubic | Quadratic | Quadratic |
Rule of thumb: For the same number of DOFs, quadrilaterals generally perform better than triangles. Higher-order elements give better accuracy per DOF but have higher bandwidth.
中文: T3(常应变)、Q4(双线性,应变线性变化)、T6(位移二次,应变线性变化)、Q8(位移三次,应变二次变化)。经验法则:同样DOF下,四边形优于三角形;高阶单元精度更高但带宽更大。
Q42 🔴 平面应力和平面应变的适用范围
EN: Plane stress is appropriate for:
- Thin plates with in-plane loading (thickness ≪ in-plane dimensions)
- Thin-walled pressure vessels (membrane stresses)
- Sheet metal forming analysis
- Web of an I-beam (local analysis)
Plane strain is appropriate for:
- Very long/thick structures with uniform cross-section
- Dams, tunnels, retaining walls
- Cylindrical rollers under compression
- Soil/geotechnical cross-sections
中文: 平面应力——薄板面内加载、薄壁容器、板料成形;平面应变——长坝、隧道、挡土墙、轧辊、岩土截面。判断标准:厚度方向的变形是否被约束。