中国机械工程 ›› 2025, Vol. 36 ›› Issue (9): 1905-1915.DOI: 10.3969/j.issn.1004-132X.2025.09.001
• 机械基础工程 •
王坚坚1,2(), 廖与禾1,2(
), 杨磊1,2, 薛久涛1,2
收稿日期:
2024-06-19
出版日期:
2025-09-25
发布日期:
2025-10-15
通讯作者:
廖与禾
作者简介:
王坚坚,男,1999年生,硕士研究生。研究方向为转子数字孪生、转子不平衡量无试重识别、转子-轴承系统智能诊断。E-mail:wangjianjian@stu.xjtu.edu.cn基金资助:
Jianjian WANG1,2(), Yuhe LIAO1,2(
), Lei YANG1,2, Jiutao XUE1,2
Received:
2024-06-19
Online:
2025-09-25
Published:
2025-10-15
Contact:
Yuhe LIAO
摘要:
现有的无试重不平衡量识别算法采用优化算法框架,通过大量迭代运算以逐步逼近最优解,这类策略普遍收敛速度迟缓且易陷入局部极值。为此,利用神经网络直接学习并解析不平衡振动响应与不平衡量之间的复杂映射关系,进而实现不平衡量的高精度识别。通过转子动力学模型进行仿真,构建了带标签的足量不平衡振动数据集。针对不平衡数据的多维复向特性,设计了一种特征融合机制。核心算法层面,结合卷积神经网络(CNN)与门控循环单元(GRU)构建了CNN-GRU混合模型,其中,CNN部分负责从振动数据中提取局部空间特征,GRU负责捕捉振动数据中的时序依赖关系,通过整合空间与时间域的信息,显著增强了模型的泛化能力和识别精度。测试集数据和实验台实验的不平衡量识别结果表明,所提方法可以准确预估识别转子的不平衡量,为无试重现场动平衡提供迅速准确的指导。
中图分类号:
王坚坚, 廖与禾, 杨磊, 薛久涛. 基于多维复向特征融合与CNN-GRU的转子不平衡量识别方法[J]. 中国机械工程, 2025, 36(9): 1905-1915.
Jianjian WANG, Yuhe LIAO, Lei YANG, Jiutao XUE. Rotor Unbalance Recognition Based on Multidimensional Complex Feature Fusion and CNN-GRU[J]. China Mechanical Engineering, 2025, 36(9): 1905-1915.
参数 | 数值 |
---|---|
轴长/mm | 390 |
轴直径/mm | 10 |
圆盘直径/mm | 75 |
圆盘宽度/mm | 26 |
弹性模量/GPa | 21 |
泊松比 | 0.3 |
密度/(kg·m-3) | 7.8×103 |
轴承刚度/(N·m-1) | 1.0000 |
轴承阻尼/(N·s·m-1) | 3.0000 |
表1 转子系统动力学模型的构建参数
Tab.1 Construction parameters of the rotor system dynamical model
参数 | 数值 |
---|---|
轴长/mm | 390 |
轴直径/mm | 10 |
圆盘直径/mm | 75 |
圆盘宽度/mm | 26 |
弹性模量/GPa | 21 |
泊松比 | 0.3 |
密度/(kg·m-3) | 7.8×103 |
轴承刚度/(N·m-1) | 1.0000 |
轴承阻尼/(N·s·m-1) | 3.0000 |
数据样本 | |||||||
---|---|---|---|---|---|---|---|
1-Z 幅值 | 1-Y 幅值 | 2-Z 幅值 | 2-Y 幅值 | 1-Z 相位 | 1-Y 相位 | 2-Z 相位 | 2-Y 相位 |
标签 | |||||||
质量1 | 角度1 | 质量2 | 角度2 |
表2 单个转子不平衡样本数据构成
Tab.2 Data composition of a rotor unbalance sample
数据样本 | |||||||
---|---|---|---|---|---|---|---|
1-Z 幅值 | 1-Y 幅值 | 2-Z 幅值 | 2-Y 幅值 | 1-Z 相位 | 1-Y 相位 | 2-Z 相位 | 2-Y 相位 |
标签 | |||||||
质量1 | 角度1 | 质量2 | 角度2 |
网络结构 | 输入形状 | 输出形状 | 参数设置 |
---|---|---|---|
输入层 | ( | ||
CNN层-1 | ( | ( | 核数量32;核大小3;激活函数ReLU |
池化层-1 | ( | ( | 池化核大小2 |
CNN层-2 | ( | ( | 核数量64;核大小3;激活函数ReLU; |
池化层-2 | ( | ( | 池化核大小2 |
CNN全 连接层 | ( | ( | 神经元数量128; 激活函数ReLU |
GRU层-1 | ( | ( | 神经元数量32; 激活函数tanh |
GRU全 连接层-1 | ( | ( | 神经元数量64; 激活函数ReLU |
GRU层-2 | ( | ( | 神经元数量64; 激活函数tanh |
GRU全 连接层-2 | ( | ( | 神经元数量128; 激活函数ReLU |
拼接层 | ( | ( | 拼接维度2 |
扁平层 | ( | ( | |
CNN-GRU全连接层 | ( | ( | 神经元数量64; 激活函数ReLU |
输出层 | ( | ( | 神经元数量4; 激活函数linear |
表3 CNN-GRU模型结构参数设计
Tab.3 CNN-GRU model structural parameter design
网络结构 | 输入形状 | 输出形状 | 参数设置 |
---|---|---|---|
输入层 | ( | ||
CNN层-1 | ( | ( | 核数量32;核大小3;激活函数ReLU |
池化层-1 | ( | ( | 池化核大小2 |
CNN层-2 | ( | ( | 核数量64;核大小3;激活函数ReLU; |
池化层-2 | ( | ( | 池化核大小2 |
CNN全 连接层 | ( | ( | 神经元数量128; 激活函数ReLU |
GRU层-1 | ( | ( | 神经元数量32; 激活函数tanh |
GRU全 连接层-1 | ( | ( | 神经元数量64; 激活函数ReLU |
GRU层-2 | ( | ( | 神经元数量64; 激活函数tanh |
GRU全 连接层-2 | ( | ( | 神经元数量128; 激活函数ReLU |
拼接层 | ( | ( | 拼接维度2 |
扁平层 | ( | ( | |
CNN-GRU全连接层 | ( | ( | 神经元数量64; 激活函数ReLU |
输出层 | ( | ( | 神经元数量4; 激活函数linear |
RMSE | RMSE变化率/% | MAE | MAE变化率/% | 损失函数值Loss | 损失函数值变化率/% | |
---|---|---|---|---|---|---|
融合前 | 9.193×10-2 | 71.64 | 4.882×10-2 | 63.66 | 2.587×10-3 | 86.87 |
融合后 | 2.607×10-2 | 1.774×10-2 | 3.399×10-4 |
表4 多维复向特征融合前后 CNN-GRU 模型预测性能
Tab.4 Prediction performance of CNN-GRU model before and after multi-dimensional complex feature fusion
RMSE | RMSE变化率/% | MAE | MAE变化率/% | 损失函数值Loss | 损失函数值变化率/% | |
---|---|---|---|---|---|---|
融合前 | 9.193×10-2 | 71.64 | 4.882×10-2 | 63.66 | 2.587×10-3 | 86.87 |
融合后 | 2.607×10-2 | 1.774×10-2 | 3.399×10-4 |
模型 | RMSE | RMSE变化率/% | MAE | MAE变化率/% | 损失函数值Loss | 损失函数值变化率/% |
---|---|---|---|---|---|---|
CNN | 8.123×10-2 | 67.91 | 6.899×10-2 | 74.29 | 1.057×10-3 | 67.84 |
RNN | 7.687×10-2 | 66.09 | 6.046×10-2 | 70.65 | 7.302×10-4 | 53.45 |
LSTM | 5.607×10-2 | 53.50 | 5.782×10-2 | 69.31 | 6.415×10-4 | 47.01 |
GRU | 4.956×10-2 | 47.40 | 3.914×10-2 | 54.67 | 5.676×10-4 | 40.11 |
CNN-LSTM | 3.607×10-2 | 27.72 | 3.056×10-2 | 41.95 | 4.311×10-4 | 21.16 |
CNN-GRU | 2.607×10-2 | 1.774×10-2 | 3.399×10-4 |
表5 不同模型结构性能分析对比
Tab.5 Structural performance analysis and comparison of different models
模型 | RMSE | RMSE变化率/% | MAE | MAE变化率/% | 损失函数值Loss | 损失函数值变化率/% |
---|---|---|---|---|---|---|
CNN | 8.123×10-2 | 67.91 | 6.899×10-2 | 74.29 | 1.057×10-3 | 67.84 |
RNN | 7.687×10-2 | 66.09 | 6.046×10-2 | 70.65 | 7.302×10-4 | 53.45 |
LSTM | 5.607×10-2 | 53.50 | 5.782×10-2 | 69.31 | 6.415×10-4 | 47.01 |
GRU | 4.956×10-2 | 47.40 | 3.914×10-2 | 54.67 | 5.676×10-4 | 40.11 |
CNN-LSTM | 3.607×10-2 | 27.72 | 3.056×10-2 | 41.95 | 4.311×10-4 | 21.16 |
CNN-GRU | 2.607×10-2 | 1.774×10-2 | 3.399×10-4 |
序号 | 位置 | 不平衡质量/g | 识别 质量/g | 质量相对误差/ % | 不平衡角度/(°) | 识别角度/(°) | 角度相对误差/ % |
---|---|---|---|---|---|---|---|
1 | 加重面1 | 1.0 | 1.02 | 2 | 150 | 149.93 | 0.047 |
加重面2 | 1.0 | 1.03 | 3 | 15 | 14.77 | 1.53 | |
2 | 加重面1 | 1.0 | 1.05 | 5 | 285 | 286.27 | 0.44 |
加重面2 | 0.5 | 0.56 | 14 | 195 | 193.69 | 0.7 | |
3 | 加重面1 | 0.5 | 0.56 | 12 | 60 | 59.09 | 1.52 |
加重面2 | 2.0 | 1.98 | 1 | 300 | 300.94 | 0.31 | |
4 | 加重面1 | 0.5 | 0.47 | 6 | 270 | 269.37 | 0.23 |
加重面2 | 0.5 | 0.47 | 6 | 165 | 167.31 | 1.4 | |
5 | 加重面1 | 2.0 | 1.98 | 1 | 195 | 195.57 | 0.29 |
加重面2 | 1.5 | 1.49 | 0.67 | 165 | 164.70 | 0.18 |
表6 测试集数据不平衡量识别结果及误差
Tab.6 Unbalance identification results and errors of test set data
序号 | 位置 | 不平衡质量/g | 识别 质量/g | 质量相对误差/ % | 不平衡角度/(°) | 识别角度/(°) | 角度相对误差/ % |
---|---|---|---|---|---|---|---|
1 | 加重面1 | 1.0 | 1.02 | 2 | 150 | 149.93 | 0.047 |
加重面2 | 1.0 | 1.03 | 3 | 15 | 14.77 | 1.53 | |
2 | 加重面1 | 1.0 | 1.05 | 5 | 285 | 286.27 | 0.44 |
加重面2 | 0.5 | 0.56 | 14 | 195 | 193.69 | 0.7 | |
3 | 加重面1 | 0.5 | 0.56 | 12 | 60 | 59.09 | 1.52 |
加重面2 | 2.0 | 1.98 | 1 | 300 | 300.94 | 0.31 | |
4 | 加重面1 | 0.5 | 0.47 | 6 | 270 | 269.37 | 0.23 |
加重面2 | 0.5 | 0.47 | 6 | 165 | 167.31 | 1.4 | |
5 | 加重面1 | 2.0 | 1.98 | 1 | 195 | 195.57 | 0.29 |
加重面2 | 1.5 | 1.49 | 0.67 | 165 | 164.70 | 0.18 |
序 号 | 位置 | 不平衡质量/g | 识别 质量/g | 质量 相对 误差/ % | 不平衡角度/(°) | 识别角度/(°) | 角度 相对 误差/ % |
---|---|---|---|---|---|---|---|
1 | 加重面1 | 0.8 | 0.85 | 6.25 | 45 | 48.89 | 8.64 |
加重面2 | 0.8 | 0.84 | 5 | 135 | 132.45 | 1.85 | |
2 | 加重面1 | 0.8 | 0.75 | 6.25 | 90 | 95.46 | 6.07 |
加重面2 | 1.2 | 1.27 | 5.83 | 180 | 189.55 | 5.31 | |
3 | 加重面1 | 1.2 | 1.14 | 5 | 180 | 187.56 | 4.2 |
加重面2 | 1.2 | 1.26 | 5 | 90 | 85.57 | 4.92 | |
4 | 加重面1 | 1.2 | 1.29 | 7.5 | 90 | 94.72 | 5.24 |
加重面2 | 0.8 | 0.86 | 7.5 | 180 | 185.22 | 2.9 | |
5 | 加重面1 | 0.8 | 0.85 | 6.25 | 180 | 183.55 | 1.97 |
加重面2 | 0.8 | 0.76 | 5 | 270 | 275.63 | 2.09 |
表7 实验台不平衡量识别结果及误差
Tab.7 Unbalance identification results and errors of test bench
序 号 | 位置 | 不平衡质量/g | 识别 质量/g | 质量 相对 误差/ % | 不平衡角度/(°) | 识别角度/(°) | 角度 相对 误差/ % |
---|---|---|---|---|---|---|---|
1 | 加重面1 | 0.8 | 0.85 | 6.25 | 45 | 48.89 | 8.64 |
加重面2 | 0.8 | 0.84 | 5 | 135 | 132.45 | 1.85 | |
2 | 加重面1 | 0.8 | 0.75 | 6.25 | 90 | 95.46 | 6.07 |
加重面2 | 1.2 | 1.27 | 5.83 | 180 | 189.55 | 5.31 | |
3 | 加重面1 | 1.2 | 1.14 | 5 | 180 | 187.56 | 4.2 |
加重面2 | 1.2 | 1.26 | 5 | 90 | 85.57 | 4.92 | |
4 | 加重面1 | 1.2 | 1.29 | 7.5 | 90 | 94.72 | 5.24 |
加重面2 | 0.8 | 0.86 | 7.5 | 180 | 185.22 | 2.9 | |
5 | 加重面1 | 0.8 | 0.85 | 6.25 | 180 | 183.55 | 1.97 |
加重面2 | 0.8 | 0.76 | 5 | 270 | 275.63 | 2.09 |
识别方法 | CNN-GRU | 遗传算法 | 粒子群优化算法 |
---|---|---|---|
单次识别样本数 | 10 | 1 | 1 |
用时/s | 0.56 | 406 | 298 |
表8 CNN-GRU模型识别效率的对比
Tab.8 Comparison of CNN-GRU model identification efficiency
识别方法 | CNN-GRU | 遗传算法 | 粒子群优化算法 |
---|---|---|---|
单次识别样本数 | 10 | 1 | 1 |
用时/s | 0.56 | 406 | 298 |
[1] | ZHAO Shibo, REN Xingmin, DENG Wangqun, et al. A Transient Characteristic-based Balancing Method of Rotor System without Trail Weights[J]. Mechanical Systems and Signal Processing, 2021, 148:107117. |
[2] | SUN Xun, CHEN Yue, CUI Jiwen. A Balancing Method for Multi-disc Flexible Rotors without Trial Weights[J]. Energies, 2022, 15(14):5088. |
[3] | 邬立建. 影响系数法在现场动平衡中的应用[J]. 冶金动力, 2005, 24(1):55-57. |
WU Lijian. Application of the Influence Coefficient Method in In-situ Dynamic Balance[J]. Metallurgical Power, 2005, 24(1):55-57. | |
[4] | 张雪辉, 焦瀚晖, 胡东旭, 等. 旋转机械现场动平衡方法研究进展[J]. 机电工程, 2021, 38(11):1367-1377. |
ZHANG Xuehui, JIAO Hanhui, HU Dongxu, et al. Research Progress on Field Dynamic Balancing Method of Rotating Machinery[J]. Journal of Mechanical & Electrical Engineering, 2021, 38(11):1367-1377. | |
[5] | 张登鹏. 高速旋转机械无试重动平衡方法与研究[D]. 北京:北京化工大学, 2021. |
ZHANG Dengpeng. Research on Dynamic Balancing Method of High Speed Rotating Machinery without Trial Weight[D]. Beijing:Beijing University of Chemical Technology, 2021. | |
[6] | 章云, 王晓宇, 梅雪松. 高速转子无试重动平衡方法研究现状分析[J]. 振动与冲击, 2022, 41(21):216-227. |
ZHANG Yun, WANG Xiaoyu, MEI Xuesong. Studying Status Review for High-speed Rotor Dynamic Balancing Method without Trial Weights[J]. Journal of Vibration and Shock, 2022, 41(21):216-227. | |
[7] | 王文宇, 吴法勇, 金彬. 基于建模仿真分析的模拟转子平衡技术[J]. 航空发动机, 2023, 49(3):147-154. |
WANG Wenyu, WU Fayong, JIN Bin. Simulated Rotor Balancing Technology Based on Mathematical Model and Simulation Analysis[J]. Aeroengine, 2023, 49(3):147-154. | |
[8] | WANG Tianzhu, DING Qian. Modal Balancing for Ball Bearing-rotor System Using Nonlinear Normal Modes[J]. Journal of Sound and Vibration, 2023, 547:117507. |
[9] | DENG Wangqun, TONG Mengyu, ZHENG Qingyang, et al. Investigation on Transient Dynamic Balancing of the Power Turbine Rotor and Its Application[J]. Advances in Mechanical Engineering, 2021, 13(4):16878140211007325. |
[10] | 王晓宇. 基于动力学分析的高速转子无试重动平衡方法研究[D]. 西安:西安电子科技大学, 2022. |
WANG Xiaoyu. Research on Dynamic Balance Method of High-speed Rotor without Trial Weight Based on Dynamic Analysis[D]. Xi’an:Xidian University, 2022. | |
[11] | 胡谢努. 旋转机械不平衡校正:影响系数法与全息平衡法[D]. 武汉:华中科技大学, 2009. |
HU Xienu. Unbalance Correction of Rotating Machinery:Influence Coefficient Method and Holographic Balance Method[D]. Wuhan:Huazhong University of Science and Technology, 2009. | |
[12] | DENG Weikun, NGUYEN K T P, MEDJAHER K, et al. Rotor Dynamics Informed Deep Learning for Detection, Identification, and Localization of Shaft Crack and Unbalance Defects[J]. Advanced Engineering Informatics, 2023, 58:102128. |
[13] | 刘亮, 姚剑飞, 高树成, 等. 基于果蝇算法的转子不平衡参数辨识研究[J]. 北京化工大学学报(自然科学版), 2018, 45(3):79-83. |
LIU Liang, YAO Jianfei, GAO Shucheng, et al. Identification of Rotor Unbalance Parameters Based on a Fruit Fly Algorithm[J]. Journal of Beijing University of Chemical Technology (Natural Science Edition), 2018, 45(3):79-83. | |
[14] | WANG Aiming, BI Yujie, XIA Yun, et al. Continuous Rotor Dynamics of Multi-disc and Multi-span Rotor:a Theoretical and Numerical Investigation on the Continuous Model and Analytical Solution for Unbalance Responses[J]. Applied Sciences, 2022, 12(9):4351. |
[15] | SUN Xun, CUI Jiwen, CHEN Yue, et al. A Novel Method for Identifying Rotor Unbalance Parameters in the Time Domain[J]. Measurement Science and Technology, 2023, 34(3):035008. |
[16] | 张茹鑫, 温广瑞, 张志芬, 等. 集成GA-PSO方法的转子系统多点不平衡量识别[J]. 振动 测试与诊断, 2019, 39(4):801-809. |
ZHANG Ruxin, WEN Guangrui, ZHANG Zhifen, et al. Multi-unbalances Identification of Rotor System Integrated with GA-PSO Method[J]. Journal of Vibration, Measurement & Diagnosis, 2019, 39(4):801-809. | |
[17] | ZOU Donglin, ZHAO Han, LIU Gaoyu, et al. Application of Augmented Kalman Filter to Identify Unbalance Load of Rotor-bearing System:Theory and Experiment[J]. Journal of Sound and Vibration, 2019, 463:114972. |
[18] | TIWARI R, KUMAR P. An Innovative Virtual Trial Misalignment Approach for Identification of Unbalance, Sensor and Active Magnetic Bearing Misalignment along with Its Stiffness Parameters in a Magnetically Levitated Flexible Rotor System[J]. Mechanical Systems and Signal Processing, 2022, 167:108540. |
[19] | 康涛, 段蓉凯, 杨磊, 等. 融合多注意力机制的卷积神经网络轴承故障诊断方法[J]. 西安交通大学学报, 2022, 56(12):68-77. |
KANG Tao, DUAN Rongkai, YANG Lei, et al. Bearing Fault Diagnosis Using Convolutional Neural Network Based on a Multi-attention Mechanism[J]. Journal of Xi’an Jiaotong University, 2022, 56(12):68-77. | |
[20] | ZHONG Shun, LI Liqing, CHEN Huizheng, et al. A Novel Balancing Method for Rotor Using Unsupervised Deep Learning[J]. Shock and Vibration, 2021, 2021(1):1800164. |
[21] | AHMED S F, ALAM M S B, HASSAN M, et al. Deep Learning Modelling Techniques:Current Progress, Applications, Advantages, and Challenges[J]. Artificial Intelligence Review, 2023, 56(11):13521-13617. |
[22] | 吕阳, 廖与禾, 王报祥, 等. 基于VMD和CNN的滚动轴承故障定量诊断方法[J]. 中国科技论文, 2020, 15(7):735-742. |
Yang LYU, LIAO Yuhe, WANG Baoxiang, et al. Quantitative Diagnosis Method for Rolling Bearing Faults Based on VMD and CNN[J]. China Sciencepaper, 2020, 15(7):735-742. | |
[23] | HE Jiawen, ZHANG Xu, ZHANG Xuechang, et al. Remaining Useful Life Prediction for Bearing Based on Automatic Feature Combination Extraction and Residual Multi-head Attention GRU Network[J]. Measurement Science and Technology, 2024, 35(3):036003. |
[1] | 雷新沛, 冯利博, 张航, 冯凯. 磁气负载比对箔片磁力混合轴承支承特性及转子动力学特性的影响[J]. 中国机械工程, 2023, 34(11): 1287-1295,1305. |
[2] | 李子麟, 时振刚, 铁晓艳, 杨国军, 任文亮, 姚佳康, 王玉明, 王子羲. 重型磁悬浮转子跌落保护轴承失效机理[J]. 中国机械工程, 2023, 34(09): 1009-1018. |
[3] | 汪军水, 贾翔宇, 张剀, 徐旸. 磁轴承转子跌落在保护轴承上的动力学研究[J]. 中国机械工程, 2022, 33(20): 2403-2413,2419. |
[4] | 李伦绪, 陈果, 杨默晗. 航空发动机套齿连接结构刚度特性仿真分析及试验研究[J]. 中国机械工程, 2022, 33(18): 2249-2257. |
[5] | 王龙凯, 王艾伦, 尹伊君, 金淼, 衡星. 航空涡轮轴发动机复杂转子的动力学建模方法[J]. 中国机械工程, 2022, 33(13): 1513-1520. |
[6] | 杨赫然, 何源, 孙兴伟, 董祉序, 乔赫廷. 螺杆转子砂带磨削装置开发及材料去除率预测[J]. 中国机械工程, 2021, 32(17): 2055-2062. |
[7] | 王东雄, 王念先, 陈奎生. 磁悬浮双转子系统的定点碰摩特性[J]. 中国机械工程, 2021, 32(14): 1686-1699. |
[8] | 李胜远, 郑龙席. 磁轴承激励下转子系统动力学特性[J]. 中国机械工程, 2021, 32(08): 901-907. |
[9] | 王龙凯, 王艾伦, 金淼, 尹伊君, . 含内阻的拉杆组合转子双稳态振动特性[J]. 中国机械工程, 2021, 32(05): 512-522,564. |
[10] | 陈冠峰1;陈松平1;蔡思捷2. 基于离散像素法的双螺杆压缩机螺杆转子间隙布置方法[J]. 中国机械工程, 2020, 31(24): 2937-2942,3023. |
[11] | 欧阳志高, 李坚, 吴立强, 艾兴, 章的. 薄壁机匣结构复杂冲击载荷与等效试验方法研究[J]. 中国机械工程, 2020, 31(14): 1754-1761. |
[12] | 刘洋;刘晓波;梁珊. 基于傅里叶分解方法的航空发动机转子故障诊断[J]. 中国机械工程, 2019, 30(18): 2156-2163. |
[13] | 王志永;杜伟涛. 螺旋锥齿轮铣齿机主轴\|轴承系统的动力学分析[J]. 中国机械工程, 2019, 30(18): 2211-2216,2223. |
[14] | 王艾伦1,2;邓桂龙1,2;刘强1,2;李世杰1,2. 组合转子疲劳-蠕变联合损伤机理研究[J]. 中国机械工程, 2019, 30(10): 1156-1162. |
[15] | 韦为1,2;耿葵花1,2;耿爱农3;王少伟1;李辛沫3. 基于LuGre模型的转子压缩机滑片-滑槽运动副摩擦力测试[J]. 中国机械工程, 2019, 30(08): 932-938. |
阅读次数 | ||||||
全文 |
|
|||||
摘要 |
|
|||||