有限元方法问答 02:预备知识
L2 — Preknowledge(预备知识)
Q7 🟡 线弹性问题的三类基本方程
EN: The three sets of governing equations for linear elasticity are:
| Type | Equation | Meaning |
|---|---|---|
| Kinematic (Geometric) | Displacement → Strain (6 equations) | |
| Constitutive | Strain → Stress (6 equations) | |
| Equilibrium | Force balance (3 equations) |
Total: 15 equations for 15 unknowns (6 stresses + 6 strains + 3 displacements).
中文: 三类方程——(1)几何方程 :位移求导得应变;(2)本构方程 :应变映射为应力(Hooke定律);(3)平衡方程 :力平衡。共15个方程,15个未知量。
Q8 🟡 最小势能原理
EN: The Principle of Minimum Potential Energy states that among all kinematically admissible displacement fields, the one that satisfies equilibrium minimizes the total potential energy:
The equilibrium condition is . Substituting and yields the FEM equation .
中文: 在所有运动学容许的位移场中,使总势能(应变能+外力势能)取最小值的那个满足平衡条件。 → 代入 , → 得FEM方程 。
Q9 ⭐ 单元刚度矩阵的一般公式
EN: The element stiffness matrix in its most general form is:
where is the strain-displacement matrix (), is the constitutive (material) matrix (), and the integration is over the element volume.
中文: 是单元刚度矩阵的通式。B是应变-位移矩阵,D是材料本构矩阵。这是FEM最重要的公式之一,所有单元刚度矩阵都由它推导。
Q10 ⭐ 位移插值关系
EN: In FEM, the displacement field within an element is interpolated from nodal displacements using shape functions:
The strain is then: , where is the derivative of .
The stress is: .
中文: 三大基本关系——位移插值 (N是形函数矩阵);应变 (B是N的导数);应力 。这是FEM推导的三步曲。
Q11 ⭐ 刚度矩阵奇异性
EN: Before applying sufficient boundary conditions, the global stiffness matrix is singular (determinant = 0, cannot be inverted). This is because the structure can undergo rigid-body motion — translating or rotating without developing any strain or stress. Sufficient constraints must be applied to eliminate all rigid-body modes before solving for displacements.
中文: 未施加足够约束前,K是奇异的(不可逆),因为结构可发生刚体位移(平动/转动不产生应变)。必须施加足够的位移约束消除所有刚体模态后,才能求解位移。
Q12 🔴 位移型FEM给出精确解的"下界"
EN: In displacement-based FEM, the model is stiffer than the actual structure because the assumed displacement field (shape functions) constrains the deformation. As a result, FEM displacements are smaller in magnitude than the exact solution — the FEM solution provides a lower bound and converges to the exact solution from below as the mesh is refined. This is known as the “stiffening effect” of displacement-based FEA. Note: this applies only to displacement-based formulations, not mixed or hybrid methods.
中文: 位移型FEM偏硬(stiffening effect),因为假定的形函数约束了变形模式,使结构比实际更"刚"。因此FEM位移解小于精确解(下界解),随网格加密从下方收敛。注意这只适用于位移型FEM,混合法和杂交法不适用。
Q13 🟢 对称矩阵与正交矩阵
EN: A symmetric matrix satisfies (e.g., , , in FEM). An orthogonal matrix satisfies , meaning (e.g., rotation/coordinate transformation matrices).
中文: 对称矩阵:(如K,D,M都是对称的);正交矩阵:(如坐标变换矩阵)。利用对称性可节省一半以上的存储和计算量。