Numerical simulation and parallel implementation of freight train air brake system

货运列车空气制动系统的数值模拟与并行实现

阅读:1

Abstract

Numerical simulations of railway air brake systems are becoming increasingly computationally demanding due to the growing complexity and length of trains. This study introduces a parallel computing-enhanced model for simulating pressure dynamics in heavy-haul trains. The proposed approach assigns dedicated threads to each vehicle, with additional threads managing the interface fluxes of brake pipe connections, and is implemented in C# using the ThreadPool and Parallel libraries. A train configuration consisting of one locomotive and 116 vehicles was simulated under various brake pipe pressure reduction conditions. The validity of the air braking system simulation model was confirmed through comparisons with experimental data. Furthermore, the impact of parallel computing on simulation efficiency was investigated. The results indicate that the efficiency of serial computing is primarily influenced by the CPU Boost Clock frequency. Parallel computing consistently outperforms serial computing, with speedup ratios increasing as the number of CPU threads grows. Although the simulation partitions tasks by vehicle units, the computations remain sufficiently fine-grained that the ThreadPool implementation outperforms the Parallel library, as it eliminates the dynamic scheduling overhead inherent to Parallel's workload distribution mechanism. Additionally, parallel computing efficiency improves as the number of vehicles increases; however, beyond a certain threshold, efficiency stabilizes as workload distribution becomes fully optimized.

特别声明

1、本页面内容包含部分的内容是基于公开信息的合理引用;引用内容仅为补充信息,不代表本站立场。

2、若认为本页面引用内容涉及侵权,请及时与本站联系,我们将第一时间处理。

3、其他媒体/个人如需使用本页面原创内容,需注明“来源:[生知库]”并获得授权;使用引用内容的,需自行联系原作者获得许可。

4、投稿及合作请联系:info@biocloudy.com。