面向领域应用的空间域和频域分解模式并行计算

发布时间:2018-04-24 06:30

  本文选题:并行计算 + 区域分解 ; 参考:《吉林大学》2016年博士论文


【摘要】:数值计算在现代科学研究中发挥着重要作用,是帮助研究人员分析越来越复杂过程模型的重要手段。并行计算技术可以用来解决科学计算应用中耗时长和模拟模型规模受阻问题。这方面的研究包括基础计算平台和并行应用两个方面,并行应用是结合具体领域问题发挥并行计算效用的落脚点。开发一个并行数值计算软件,需要将原有串行计算模式转化为并行化计算模式。区域分解是最常见的并行化方法,区域在实际问题中分为空间域和频率域等。设计并实现相应的区域分解方法,是开发并行计算模式的基础。本文关注这两种并行模式的具体设计和并行计算的实际应用。分别面向有限体积法地下复杂环境耦合过程和电磁场谐波平衡有限元计算问题,设计了相应的并行计算方法并完成了实际领域的并行计算应用。本文在地下复杂环境并行数值计算的研究工作受到中国地质调查局计划项目“全国二氧化碳地质储存潜力评价与示范工程”的支持。以美国劳伦斯伯克利实验室(LBNL)TOUGHREACT三场耦合模拟模型为基础,与吉林大学环境与资源学院课题组合作开发分布式内存平台上的高性能计算软件THC-MP。该软件同LBNL内部开发的基于共享内存并行模式的TOUGHREACT-OMP相比,在并行扩展度和计算效率方面有很多优势,在公开文献中首次实现了分布式内存平台上的耦合过程并行计算。该软件成功实现了鄂尔多斯盆地储层大型三维模型的模拟计算,为二氧化碳地质封存示范性项目数值模拟工作提供了支持。本文在电磁场分析计算的研究工作受到博士研究生联合培养项目支持,与澳大利亚格里菲斯大学工学院合作解决了谐波平衡有限元方法的高效计算问题。通过在频率域上对多次谐波进行分解,设计了频域并行求解方法,并将该算法应用到变压器直流偏磁问题计算。为稳态电磁场复合频率问题和工业产品设计的高效模拟计算提供了一种快速解法。本文工作的主要贡献有:1.针对环境科学领域多相流体、溶质运移和化学反应耦合模拟过程,基于空间区域分解方法,完整实现了整个耦合过程的并行计算。将流体、运移、化学三部分的数据按照子空间网格集合进行重组,设计了基于统一空间区域分解的耦合过程并行计算框架。在核心方程求解阶段实现了矩阵运算和网格处理计算的混合并行模式,优化了耦合过程并行计算的负载均衡。2.将耦合过程的并行计算框架实用化,开发了热-流体-化学三场耦合的模拟器THC-MP。和二氧化碳封存模拟计算模块ECO2N结合,在松辽盆地储层模型上验证了并行计算的数值可靠性。并将该模拟器应用到了鄂尔多斯盆地石千峰组储层的二氧化碳地质封存过程模拟,在分布式内存并行平台上完成了场地大规模三维模型的高效并行模拟。3.对电磁场计算中的谐波平衡有限元分析问题,在频率域上对数值模拟计算进行分解,设计了基于谐波分解的块矩阵类Jacobi迭代并行求解方法。并针对一个含有多次谐波的高频变压器直流偏磁问题,使用等同于谐波次数并行度的计算对该方法进行验证。实验结果显示,频率域并行计算方法减小了含有多次谐波的模型矩阵规模同时有效缩短了模拟计算时间。
[Abstract]:Numerical calculation plays an important role in modern scientific research. It is an important means to help researchers to analyze more and more complex process models. Parallel computing technology can be used to solve the problem of time consuming and the scale of simulation model in the application of scientific computing. This research includes two aspects of basic computing platform and parallel application, Parallel applications are the foothold of playing the utility of parallel computing in combination with specific domain problems. Developing a parallel numerical computing software needs to transform the original serial computing model into a parallel computing model. Regional decomposition is the most common parallelization method, and the region is divided into space domain and frequency domain in practical problems. The method of regional decomposition is the basis of developing parallel computing model. This paper focuses on the concrete design of the two parallel modes and the practical application of parallel computing. This paper has designed the parallel computing method of the finite volume method for the coupled process of underground complex environment and the finite element calculation of electromagnetic harmonic balance, and completed the practical field. The research work on parallel numerical calculation in the underground complex environment is supported by the China Geological Survey Project "national carbon dioxide geological storage potential evaluation and demonstration project", based on the three field coupling simulation model of the Laurence Berkeley Laboratory (LBNL) of the United States and the Jilin University ring. A high performance computing software THC-MP. on distributed memory platform is developed by the combination of frontier and resource colleges. Compared with TOUGHREACT-OMP based on shared memory parallel mode developed in LBNL, the software has many advantages in parallel scalability and computational efficiency. In the public literature, the first implementation of the distributed memory platform coupling is for the first time. The software has successfully implemented the simulation calculation of the large three-dimensional model of the Ordos Basin, which provides support for the numerical simulation of the carbon dioxide geological sequestration demonstration project. This paper is supported by the joint training program of the doctoral graduate students in the electromagnetic field analysis and calculation, with Griffith, Australia. The University Institute of technology has worked together to solve the problem of efficient calculation of the harmonic balance finite element method. By decomposing the multiple harmonics on the frequency domain, a parallel solution method in frequency domain is designed. The algorithm is applied to the calculation of the DC bias of the transformer. The high efficiency simulation calculation for the complex frequency problem of the steady-state electromagnetic field and the design of the industrial product is carried out. A fast solution is provided. The main contributions of this work are as follows: 1. the simulation process of multiphase fluid, solute transport and chemical reaction in the field of environmental science, and the complete realization of the parallel computation of the whole coupling process based on the spatial domain decomposition method. The data of the three parts of the fluid, transport and chemical are set up according to the subspace grid. The parallel computing framework of coupling process based on the unified spatial domain decomposition is designed. The hybrid parallel mode of matrix operation and grid processing is realized in the phase of core equation solving. The parallel calculation framework of the parallel computation of the coupling process is optimized. The parallel calculation framework of the coupling process is practiced, and the thermal fluid chemical three is developed. The field coupled simulator THC-MP. and the carbon dioxide sequestration simulation module ECO2N are combined to verify the numerical reliability of the parallel computation on the Songliao basin reservoir model, and the simulator is applied to the simulation of the carbon dioxide geological sequestration process of the stone thousand Peak Reservoir in the Ordos Basin and completed on the distributed memory parallel platform. The high efficiency parallel simulation of the large scale three-dimensional model of the field.3. is used to solve the problem of harmonic balance finite element analysis in electromagnetic field calculation. The numerical simulation calculation is decomposed on the frequency domain. A block matrix class Jacobi iterative parallel solution method based on harmonic decomposition is designed. The method is verified by the calculation of the parallel degree of harmonic frequency. The experimental results show that the parallel computation method of frequency domain reduces the scale of the model matrix with multiple harmonics and reduces the simulation time effectively.

【学位授予单位】:吉林大学
【学位级别】:博士
【学位授予年份】:2016
【分类号】:TP338.6

【相似文献】

相关期刊论文 前10条

1 孙广中;陈国良;徐云;郑启龙;吴俊敏;;并行计算系列课程教学团队建设[J];中国大学教学;2008年02期

2 孙广中;徐云;郑启龙;吴俊敏;陈国良;;并行计算系列课程教学团队建设[J];计算机教育;2008年15期

3 陆克中;孙宏元;;同构集群中并行计算熵研究[J];深圳大学学报(理工版);2009年01期

4 胡霞;;并行计算如何用于科学问题研究[J];科技资讯;2009年27期

5 颜宝勇;快速富里叶变换的并行计算[J];计算机工程与科学;1984年03期

6 吴靖;;一种用于基因序列比较的并行计算方法[J];国外医学.生物医学工程分册;1992年01期

7 李斌;并行计算用的计算机和模型[J];管理科学文摘;1996年04期

8 魏臻;;高性能计算,高兴能计算[J];中国教育网络;2010年06期

9 刘杰,迟利华,胡庆丰;优化并行计算的性能评价[J];计算机工程与设计;2000年06期

10 刘赫男,罗霄,高晓东;并行计算的现状与发展[J];煤;2001年01期

相关会议论文 前10条

1 黄宇光;;整体同步并行计算方法的现状与发展[A];信息科学与微电子技术:中国科协第三届青年学术年会论文集[C];1998年

2 罗文彩;陈小前;;并行计算的多方法优化协作[A];第二十四届中国控制会议论文集(上册)[C];2005年

3 左风丽;莫则尧;叶文华;;计算流体三维分裂格式的高效并行计算[A];中国工程物理研究院科技年报(2003)[C];2003年

4 王欣;李志山;张志远;;并行计算在弹塑性时程分析中的应用[A];信息化推动工程建设工业化——第四届工程建设计算机应用创新论坛论文集[C];2013年

5 张理涛;黄廷祝;谷同祥;左宪禹;;一种适合于分布式并行计算改进的平方共轭残差法[A];2008年全国开放式分布与并行计算机学术会议论文集(下册)[C];2008年

6 胡金初;;并行计算中的任务分配算法[A];2005年全国理论计算机科学学术年会论文集[C];2005年

7 宋庭新;李慧;;面向服务的有限元并行计算网格系统设计[A];湖北省机械工程学会设计与传动学会、武汉机械设计与传动学会2008年学术年会论文集(2)[C];2008年

8 裘懿勇;徐斌;刘晓明;;并行计算作业调度系统的架构及应用[A];第十四届中国科协年会第5分会场:绿色船舶与海洋装备创新发展及产业化论坛论文集[C];2012年

9 裘懿勇;徐斌;刘晓明;;并行计算作业调度系统的架构及应用[A];2012年MIS/S&A学术交流会议论文集[C];2012年

10 肖保国;杨顺华;邢建文;赵慧勇;;当地自适应建表方法在煤油超燃发动机并行计算中的应用[A];第十四届全国激波与激波管学术会议论文集(下册)[C];2010年

相关重要报纸文章 前10条

1 轶嘉;英特尔全球首个并行计算中心落户无锡[N];人民邮电;2009年

2 曙光信息产业有限公司研发中心 温鑫;并行计算任重道远[N];中国计算机报;2007年

3 英特尔并行计算实验室研究员 TimothyMattson;并行计算:减少串行软件[N];中国计算机报;2007年

4 曙光信息产业有限公司研发中心 温鑫;并行计算软件开发概述[N];中国计算机报;2007年

5 刘霞;计算能力的提升需要一场革命[N];科技日报;2010年

6 安世亚太 雷先华;ANSYS高性能并行计算[N];中国航空报;2005年

7 张云泉;并行计算:迎接多核时代的挑战[N];计算机世界;2006年

8 本报记者 马文方;英特尔为何要牵头并行计算[N];中国计算机报;2009年

9 英特尔 赵军(Jun Zhao);PC机并行计算革命尚未成功[N];中国计算机报;2009年

10 ;Linux下的网络并行计算[N];计算机世界;2000年

相关博士学位论文 前10条

1 张雨新;改进的MPS方法及其三维并行计算研究[D];上海交通大学;2014年

2 李维山;面向领域应用的空间域和频域分解模式并行计算[D];吉林大学;2016年

3 孙安香;数值气象预报变分同化的伴随模式并行计算[D];中国人民解放军国防科学技术大学;2002年

4 张理论;面向气象预报数值模式的高效并行计算研究[D];中国人民解放军国防科学技术大学;2002年

5 龙柏;并行计算平台上的数据索引技术研究[D];中国科学技术大学;2011年

6 管建和;电磁场有限元法解释分布式并行计算的研究[D];中国地质大学(北京);2006年

7 刘耀儒;三维有限元并行计算及其在水利工程中的应用[D];清华大学;2003年

8 金晶;并行计算普适编程模型及系统架构研究[D];北京邮电大学;2012年

9 盛艳秀;多核异构环境下通用并行计算框架关键技术研究[D];中国海洋大学;2013年

10 张帆;过程系统优化的分布式并行计算[D];浙江大学;2002年

相关硕士学位论文 前10条

1 张康宇;基于ASAR近海风场反演方法研究[D];浙江大学;2015年

2 胡荣华;并行计算在临近天气预报系统中的应用研究[D];华南理工大学;2015年

3 严善楷;异构系统中并行计算的动态负载均衡技术研究[D];华南理工大学;2015年

4 陈磊;基于监控信号的多信息提取识别的并行计算方法[D];南京理工大学;2015年

5 焦弘杰;CPU-GPU异构并行计算体系的设计与实现[D];江苏科技大学;2015年

6 陈从江;基于面向云服务的Python并行计算的研究[D];电子科技大学;2014年

7 唐吉卓;基于GPU平台的SVD并行计算研究与实现[D];电子科技大学;2014年

8 吴颀;GPU并行计算及其在飞行器设计中的应用[D];北京理工大学;2015年

9 李保安;基于液态食品冷冻浓缩冰晶生长机制并行计算[D];电子科技大学;2013年

10 钟承群;基于CPU/GPU异构并行计算的OTN仿真验证系统的研究与实现[D];电子科技大学;2015年



本文编号:1795523

资料下载
论文发表

本文链接:https://www.wllwen.com/shoufeilunwen/xxkjbs/1795523.html


Copyright(c)文论论文网All Rights Reserved | 网站地图 |

版权申明:资料由用户128f3***提供,本站仅收录摘要或目录,作者需要删除请E-mail邮箱bigeng88@qq.com