论文中文题名: | 基于CNN-LSTM的换热器污垢因子预测及清垢方案优化 |
姓名: | |
学号: | 22213225067 |
保密级别: | 公开 |
论文语种: | chi |
学科代码: | 085600 |
学科名称: | 工学 - 材料与化工 |
学生类型: | 硕士 |
学位级别: | 工程硕士 |
学位年度: | 2025 |
培养单位: | 西安科技大学 |
院系: | |
专业: | |
研究方向: | 化学工程系统优化 |
第一导师姓名: | |
第一导师单位: | |
论文提交日期: | 2025-06-15 |
论文答辩日期: | 2025-05-29 |
论文外文题名: | Prediction of heat exchanger fouling factor and optimization of cleaning scheme based on CNN-LSTM |
论文中文关键词: | |
论文外文关键词: | Heat exchanger ; Fouling factor ; CNN ; LSTM ; Scale cleaning cycle optimization |
论文中文摘要: |
化工生产过程中的设备处于长周期连续运行的状态,金属疲劳、腐蚀、污渍等现象使设备的健康状态逐渐恶化,降低设备运行效率,甚至引发安全事故。换热器是一种广泛用于流程工业的重要设备,换热物流中的杂质、离子等会与管壁发生复杂的物理化学作用形成污垢,导致换热效率下降,甚至堵塞设备,必须定期对换热器进行清垢和维护。因此,准确预测换热器结垢状态,制定科学的换热器预测性维护方案,是保障换热器高效运行和延长其使用寿命的关键措施。本文提出一种基于卷积神经网络(CNN)和长短期记忆网络(LSTM)的换热器污垢因子预测方法,实现了换热器污垢因子的准确预测。将上述方法应用于原料预热系统,预测换热器的服役状态,采用遗传算法(GA)得到换热器预测性清垢的最优方案,保证换热器健康服役并减小维护操作对原料预热系统正常运行的影响。本文的主要结论如下: (1) 提出了一种基于CNN-LSTM的换热器污垢因子预测模型。该模型综合考虑了影响换热器结垢的七个因素:流体类型、流体温度、流体速度、表面温度、操作时间、等效直径和流体氧含量。通过相关性分析,确认污垢因子的二次根与上述七个因素具有最强相关性,建立CNN和LSTM组合的神经网络模型,充分发挥CNN的强特征提取能力和LSTM的时间序列建模能力,实现对污垢因子的准确预测。 (2) 通过引入Dropout机制进一步提高所提出模型的泛化能力和预测精度。通过灵敏度分析优化Dropout比率、卷积步长和隐藏层神经元个数。经过优化的模型在所展示的数据集上可达到决定系数(R2)=0.9866,平均绝对误差(MAE)=1.196×10-3,均方误差(MSE)=1.430×10-4,优于多层感知器神经网络(MLPNN)模型(R2=0.9778)和传统的单一CNN(R2=0.8247)或LSTM(R2=0.7898)模型。 (3) 基于上述已训练的CNN-LSTM模型预测污垢因子并计算换热器污垢热阻,优化某原料预热过程的预测性清垢方案。目标函数为最小化换热器操作和维护的总费用,包括公用工程费、泵功费和维护费,公用工程费和泵功费基于上述CNN-LSTM模型预测的污垢因子得到。清垢方案的优化则采用遗传算法(GA)求解,在优化模型中充分考虑了工业应用场景需求,设定了合理的流速区间、禁止连续清垢等约束条件,确保了设备运行的安全性和优化方案的实用性。结果表明,优化后的预测性清垢方案比实际清垢方案降低了约28.68%费用。 本文提出的基于CNN-LSTM的换热器污垢因子预测方法对换热器污垢因子具有较高的预测准确性。基于对污垢因子的准确预测,进一步对原料预热系统的换热器清垢方案进行了优化,案例分析说明了所提出方法的准确性和可行性。为换热器的高效运行和工业设备预测性维护提供了新思路。 |
论文外文摘要: |
In chemical production processes, equipment typically operates under long-term, continuous conditions. However, phenomena such as metal fatigue, corrosion, and fouling gradually deteriorate the health condition of the equipment, reducing operational efficiency and potentially leading to safety incidents. Heat exchangers are critical devices widely employed in process industries. Impurities and ions present in the heat transfer fluids can interact with the tube walls through complex physicochemical mechanisms, resulting in fouling. This degrades heat transfer efficiency and may even cause blockage, necessitating periodic cleaning and maintenance. Therefore, accurately predicting the fouling condition of heat exchangers and formulating a scientifically sound predictive maintenance strategy are essential for ensuring efficient operation and prolonging service life. This study proposes a predictive method for heat exchanger fouling factors based on a Convolutional Neural Network (CNN) and Long Short-Term Memory (LSTM) network, which enables accurate prediction of fouling behavior. The proposed method is applied to the raw material preheating system to forecast the service condition of heat exchangers, a Genetic Algorithm (GA) is then used to determine the optimal predictive cleaning schedule, ensuring the reliable operation of the heat exchangers while minimizing the impact of maintenance on the normal functioning of the preheating system. The main conclusions of this article are as follows: (1) A CNN-LSTM-based prediction model for heat exchanger fouling factors is proposed. The model comprehensively considers seven key factors influencing fouling: fluid type, fluid temperature, fluid velocity, surface temperature, operating time, equivalent diameter, and fluid oxygen content. Correlation analysis confirms that the square root of the fouling factor has the strongest correlation with these seven variables. By combining the powerful feature extraction capability of Convolutional Neural Networks (CNN) with the temporal modeling strength of Long Short-Term Memory (LSTM) networks, the proposed model achieves accurate prediction of the fouling factor (2) To further enhance the generalization and prediction accuracy of the proposed model, a Dropout mechanism is introduced. Sensitivity analysis is conducted to optimize the Dropout rate, convolution stride, and the number of neurons in the hidden layers. The optimized model achieves a coefficient of determination (R2) of 0.9866, a mean absolute error (MAE) of 1.196×10-3, and a mean squared error (MSE) of 1.430×10-4 on the given dataset, these results outperform those of models, including the multilayer perceptron neural network (MLPNN, R²=0.9778), as well as conventional single CNN (R2=0.8247) and LSTM (R2=0.7898) models. (3) Based on the trained CNN-LSTM model, the fouling factor is predicted and used to calculate the thermal resistance due to fouling in heat exchangers, enabling the optimization of a predictive cleaning schedule for the raw material preheating system. The objective function is to minimize the total cost of operation and maintenance, including utility costs, pump power consumption, and maintenance expenses. The utility and pump power costs are derived from the fouling factor predicted by the CNN-LSTM model. The optimization of the cleaning schedule is performed using a Genetic Algorithm (GA), the optimization model incorporates practical industrial constraints, such as allowable flow rate ranges and restrictions on consecutive cleanings, to ensure operational safety and the feasibility of the cleaning strategy. The results show that the optimized predictive scaling scheme reduces the cost by approximately 28.68% compared with the actual scaling scheme. The CNN-LSTM-based method proposed in this study demonstrates high accuracy in predicting heat exchanger fouling factors. Building on these accurate predictions, an optimized cleaning strategy for heat exchangers in the raw material preheating system was developed. A case study validates the accuracy and feasibility of the proposed approach, offering a new perspective for the efficient operation of heat exchangers and predictive maintenance of industrial equipment. |
参考文献: |
[1] 李赫, 徐蒙. 石油化工装置设计中的能源优化与节能减排研究[J]. 石化技术, 2024, 31(07): 57-59. [3] 杨斌, 任爽, 张华. 混油处理装置分馏塔、换热器结垢原因分析及应对措施[J]. 石化技术, 2024, 31(12): 15-17. [6] 刘琪. 化工设备换热器的常见腐蚀问题与防腐措施探讨[J]. 中国设备工程, 2025, (04): 185-187. [13] 刘若楠. 原油预热系统中考虑结垢问题的换热网络性能优化[D]. 中国石油大学, 2018. [15] 张盼盼, 常家超, 邹诚, 等. 基于改进遗传算法的低轨通信卫星跳波束调度策略[J]. 中国科学院大学学报, 2025, 42(03): 382-391. [17] 赵国新, 吴数龙, 陈化淳, 等. 换热器导热管结垢诊断仿真研究[J]. 计算机仿真, 2019, 36(07): 427-431+458. [18] 殷小明, 陈艺, 宋友立, 等. 换热器内结垢特性研究进展[J]. 化工装备技术, 2021, 42(06): 1-6. [20] 马恒瑞, 袁傲添, 王波, 等. 基于深度学习的负荷预测研究综述与展望[J]. 高电压技术, 2025, 51(03): 1233-1250. [23] 朱文琦, 王彧斐, 冯霄. 不同操作周期下考虑结垢问题的换热网络优化[J]. 大连理工大学学报, 2019, 59(03): 264-270. [24] 常润秀, 孙琳, 罗雄麟. 换热器结垢与换热网络裕量设计方法研究进展[J]. 化工进展, 2016, 35(02): 358-363. [25] 刘新, 伍俊楠, 潘殿琦, 等. 基于改进FMEA的污水厂设备故障风险评估模型[J]. 中国安全科学学报, 2024, 34(08): 101-107. [26] 周怡, 彭国文, 黄召, 等. 基于SBAS-InSAR和BPNN的铀尾矿坝形变智能监测与预测[J]. 中国安全科学学报, 2024, 34(04): 145-152. [27] 徐源, 陶苗苗, 孙灵芳. 基于灰色神经网络的换热器污垢预测研究[J]. 吉林农业科技学院学报, 2014, 23(01): 45-48. [28] 余文敏, 余刃, 毛伟, 等. 基于SWLSTM的换热器在线性能预测[J]. 舰船科学技术, 2023, 45(21): 153-157. [40] 王建荣, 邓黎明, 程伟, 等. 基于CNN-LSTM-SE的心电图分类算法研究[J]. 测试技术学报, 2024, 38(03): 264-273. [41] 高欣. 基于Attention机制的CNN-LSTM概率预测模型的股指预测[J]. 现代信息科技, 2024, 8(12): 155-159+163. [42] 汤泽慧, 赵丹, 王晟由. 基于CNN-LSTM-AM的短时交通流量预测[J]. 科学技术与工程, 2024, 24(31): 13562-13567. [43] 任永良, 代岳成, 高生亮, 等. 基于贝叶斯优化的CNN-LSTM的油田注水管网压力预测[J]. 数学的实践与认识, 2024, 54(12): 160-174. [50] 张术琳, 张亚楠, 田超, 等. 基于CNN的化工园区火灾火焰图像识别研究[J]. 中国安全科学学报, 2024, 34(1): 179-186 [56] 马花月. 工程结构化数据预处理技术[J]. 中国科技信息, 2025, (09): 44-47. [57] 杜林颖, 于鸿彬, 侯立国, 等. 改进的BP神经网络对飞机换热器结垢厚度预测[J]. 计算机仿真, 2020, 37(01): 27-30. [58] 周梓馨, 张功萱, 寇小勇, 等. 一种基于自注意力机制的深度学习侧信道攻击方法[J]. 信息安全研究, 2022, 8(08): 812-824. [61] 李建伟, 郭攀, 马俊杰. 矿井开采设备齿轮减速器故障预测模型[J]. 金属矿山, 2025, (03): 175-180. [62] 杨茂, 张书天, 王勃, 等. 基于混合分位数回归长短期记忆神经网络的风电功率短期区间预测[J]. 太阳能学报, 2025, 46(02): 582-590. [70] 郜亚东, 李冠, 赵立峰, 等. 一种四分位数法优化的GM(1,1)模型在高危边坡监测中应用研究[J]. 城市勘测, 2023(3): 171-175. [72] 解恒星, 张雄, 董锦洋, 等. 基于CNN-Bi LSTM的矿井瓦斯涌出量预测模型[J]. 中国安全生产科学技术, 2024, 20(11): 53-59. [75] 陈琨, 王安志. 卷积神经网络的正则化方法综述[J]. 计算机应用研究, 2024, 41(04): 961-969. [82] 田佳阳, 贾林权, 王彧斐, 等. 考虑关键换热器备用的原油预热系统清垢周期优化[J]. 化工学报, 2016, 67(12): 5183-5189. [84] 叶少华, 杨勇, 饶波, 等. 基于遗传算法的磁压缩电源参数设计方法[J]. 强激光与粒子束, 2025, 37(03): 80-90. |
中图分类号: | TQ021 |
开放日期: | 2025-06-27 |