有限元方法问答 14:振动与动力学
L15a — Vibration & Dynamics(振动与动力学)🟡 样卷未考
Q114 🟡 多自由度运动方程
EN: The equation of motion for a multi-DOF structural system is:
Physical meaning: Inertia forces + Damping forces + Elastic forces = Applied forces
- — mass matrix (from kinetic energy)
- — damping matrix
- — stiffness matrix
- , , — displacement, velocity, acceleration
中文: 动力方程:。惯性力+阻尼力+弹性力=外力。M是质量矩阵,C是阻尼矩阵,K是刚度矩阵。这是结构动力学的基本方程。
Q115 🟡 无阻尼自由振动
EN: For undamped free vibration (, ):
Assuming harmonic motion , we get the generalized eigenvalue problem:
For non-trivial solutions: . This yields eigenvalues (squared natural frequencies) and eigenvectors (mode shapes), where is the number of DOFs.
中文: 无阻尼自由振动 → 广义特征值问题 。n个DOF就有n个固有频率和n个模态。固有频率通过 求解。
Q116 🔴 集中质量矩阵 vs 一致质量矩阵
EN: Two types of mass matrices:
Lumped mass matrix: Mass is concentrated at nodes → diagonal matrix. For a bar element: . Simple, computationally efficient.
Consistent mass matrix: Derived from the same shape functions as the stiffness matrix: . For a bar element: . More accurate for a given mesh, but non-diagonal.
The consistent mass matrix follows the same formulation philosophy as the stiffness matrix (hence “consistent”).
中文: 集中质量矩阵 = 对角矩阵(质量集中在节点),计算效率高;一致质量矩阵 = (与刚度矩阵使用相同的形函数),更准确但非对角。杆单元一致质量矩阵 = 。
Q117 🟡 固有频率公式
EN: For a single-DOF system, the circular natural frequency is:
The cyclic frequency: [Hz].
For a fixed bar: (first axial natural frequency).
For MDOF systems: where are eigenvalues of .
中文: 单DOF固有频率 (单位rad/s);频率 (Hz)。多DOF系统: 通过特征值求解。
Q118 🔴 低阶模态比高阶模态更准确
EN: In FEM dynamic analysis, lower modes (smaller ) are more accurate than higher modes. This is because:
- Lower modes have longer wavelengths, requiring fewer elements per wavelength for accurate representation
- Higher modes have shorter wavelengths, and the FE discretization cannot capture them well unless the mesh is very fine
- A rule of thumb: at least 6-10 elements per wavelength are needed for acceptable accuracy
For a given mesh, only the lowest to modes are typically considered reliable ( = number of DOFs).
中文: 低阶模态(小频率)比高阶模态更准确。因为低阶模态波长大,有限元离散容易捕捉;高阶模态波长短,需要极密网格才能准确。经验法则:每个波长至少6-10个单元。给定网格下,通常只有最低的1/3到1/2阶模态可靠。
Q119 🔴 刚体模态(Rigid Body Modes)
EN: Rigid body modes correspond to . These represent motions that produce no strain energy — pure translation or rotation of the unconstrained (or insufficiently constrained) structure. In a free-free vibration analysis:
- A 2D structure has 3 rigid body modes (2 translations + 1 rotation)
- A 3D structure has 6 rigid body modes (3 translations + 3 rotations)
Practical use: Rigid body modes can be used to check the FE model — unexpected zero-frequency modes indicate mechanisms, missing constraints, or disconnected parts.
中文: 刚体模态对应 (无应变能的运动)。2D有3个刚体模态(2平动+1转动),3D有6个。可用于检查模型——多余的零频率说明有机构、缺少约束或连接错误。
Q120 🔴 模态位移的大小无物理意义
EN: In normal mode analysis (eigenvalue analysis), the magnitude of the eigenvector has NO physical meaning — only the shape (relative proportions between DOFs) matters. Eigenvectors can be arbitrarily scaled. Common normalization: (mass normalization) or set the maximum component to 1.
中文: 模态分析中,位移大小无物理意义,只有形状(各DOF的相对比例)有意义。可以任意缩放。常见归一化:质量归一化 ,或最大分量为1。
Q121 🟡 模态正交性
EN: Mode shapes satisfy orthogonality with respect to and :
Mass-normalized: and .
Orthogonality enables modal superposition — the response can be expressed as a linear combination of mode shapes.
中文: 不同模态关于M和K正交。正交性使得模态叠加法成为可能(系统响应 = 各模态贡献的线性组合)。这是模态分析的理论基础。
Q122 🟡 阻尼比和Rayleigh阻尼
EN: Damping ratio: , where is the critical damping. Structural damping: , typically 1–5%. For small damping: .
Rayleigh (proportional) damping: , where and are determined from: . This form preserves modal orthogonality and is convenient for FEM implementation.
中文: 阻尼比 ,结构阻尼约1-5%,小阻尼下 。Rayleigh阻尼 保持了模态正交性,是FEM中最常用的阻尼模型。