摘要
为了提高变压器流体场的计算效率,利用统一计算设备架构(compute unified device architecture,CUDA)实现流场的并行计算。首先基于C语言实现无量纲最小二乘有限元法的串行计算方法。然后在Visual Studio 2019+CUDA 10.2的环境下实现并行运算,对于串行程序中最耗时的线性方程组求解部分调用了CUDA自带的函数库进行优化;在大规模模型的数值计算中使用了十字链表格式存储整体刚度阵形成时的非零元素,以解决满阵存储时的内存不足问题。为验证所提方法的有效性,针对方腔模型,分析了不同剖分网格数量下的加速比,分析结果表明,数据规模越大并行效果越好,验证了无量纲最小二乘有限元并行程序的准确性和高效性。最后将该方法应用到大型变压器绕组的流体场分析中,取得了18.3倍的加速效果,为产品级变压器的流体场仿真奠定了基础。
In order to improve the computational efficiency of transformer fluid field,this paper studies the parallel computation of flow field using compute unified device architecture(CUDA).Firstly,we implemented the serial computation method of the dimensionless least squares finite element method based on C language.Then,the parallel computation was implemented in Visual Studio 2019+CUDA 10.2 environment,and for solving the most time-consuming linear equations in the serial program,the CUDA built-in function library was called to optimize.In the numerical calculation of large-scale model,the non-zero elements of the global stiffness matrix are stored in a tabular form to solve the memory footprint problem.In order to verify the effectiveness of the proposed method,we analyzed the acceleration ratio under different number of meshes for the square cavity model.The analysis results show that the larger the data scale,the better the parallel effect,which verifies the accuracy and efficiency of the dimensionless least squares finite element parallel program.Finally,we applied the method to the fluid field analysis of large transformer windings,and the acceleration effect is 18.3 times,which lays a foundation for the fluid field simulation of product-grade transformer.
作者
靳立鹏
刘刚
任增强
李浩
武卫革
JIN Lipeng;LIU Gang;REN Zengqiang;LI Hao;WU Weige(Hebei Provincial Key Laboratory of Power Transmission Equipment Security Defense(North China Electric Power University),Baoding 071003,China;Hebei Provincial Key Laboratory of Electromagnetic&Structural Performance of Power Transmission and Transformation Equipment,Baoding Tianwei Baobian Electric Co.,Ltd.,Baoding 071056,China)
出处
《华北电力大学学报(自然科学版)》
CAS
北大核心
2024年第3期56-64,共9页
Journal of North China Electric Power University:Natural Science Edition
基金
国家重点研发计划项目(2021YFB2401703)
河北省重点研发计划(20312101D)
中央高校基本科研业务费专项资金资助项目(2022MS073).
关键词
变压器
绕组
无量纲最小二乘有限元
流场
GPU
加速比
transformer
winding
dimensionless least squares finite element
fluid field
GPU
speed-up ratio