面向領(lǐng)域應(yīng)用的空間域和頻域分解模式并行計算
本文選題:并行計算 + 區(qū)域分解; 參考:《吉林大學(xué)》2016年博士論文
【摘要】:數(shù)值計算在現(xiàn)代科學(xué)研究中發(fā)揮著重要作用,是幫助研究人員分析越來越復(fù)雜過程模型的重要手段。并行計算技術(shù)可以用來解決科學(xué)計算應(yīng)用中耗時長和模擬模型規(guī)模受阻問題。這方面的研究包括基礎(chǔ)計算平臺和并行應(yīng)用兩個方面,并行應(yīng)用是結(jié)合具體領(lǐng)域問題發(fā)揮并行計算效用的落腳點。開發(fā)一個并行數(shù)值計算軟件,需要將原有串行計算模式轉(zhuǎn)化為并行化計算模式。區(qū)域分解是最常見的并行化方法,區(qū)域在實際問題中分為空間域和頻率域等。設(shè)計并實現(xiàn)相應(yīng)的區(qū)域分解方法,是開發(fā)并行計算模式的基礎(chǔ)。本文關(guān)注這兩種并行模式的具體設(shè)計和并行計算的實際應(yīng)用。分別面向有限體積法地下復(fù)雜環(huán)境耦合過程和電磁場諧波平衡有限元計算問題,設(shè)計了相應(yīng)的并行計算方法并完成了實際領(lǐng)域的并行計算應(yīng)用。本文在地下復(fù)雜環(huán)境并行數(shù)值計算的研究工作受到中國地質(zhì)調(diào)查局計劃項目“全國二氧化碳地質(zhì)儲存潛力評價與示范工程”的支持。以美國勞倫斯伯克利實驗室(LBNL)TOUGHREACT三場耦合模擬模型為基礎(chǔ),與吉林大學(xué)環(huán)境與資源學(xué)院課題組合作開發(fā)分布式內(nèi)存平臺上的高性能計算軟件THC-MP。該軟件同LBNL內(nèi)部開發(fā)的基于共享內(nèi)存并行模式的TOUGHREACT-OMP相比,在并行擴展度和計算效率方面有很多優(yōu)勢,在公開文獻中首次實現(xiàn)了分布式內(nèi)存平臺上的耦合過程并行計算。該軟件成功實現(xiàn)了鄂爾多斯盆地儲層大型三維模型的模擬計算,為二氧化碳地質(zhì)封存示范性項目數(shù)值模擬工作提供了支持。本文在電磁場分析計算的研究工作受到博士研究生聯(lián)合培養(yǎng)項目支持,與澳大利亞格里菲斯大學(xué)工學(xué)院合作解決了諧波平衡有限元方法的高效計算問題。通過在頻率域上對多次諧波進行分解,設(shè)計了頻域并行求解方法,并將該算法應(yīng)用到變壓器直流偏磁問題計算。為穩(wěn)態(tài)電磁場復(fù)合頻率問題和工業(yè)產(chǎn)品設(shè)計的高效模擬計算提供了一種快速解法。本文工作的主要貢獻有:1.針對環(huán)境科學(xué)領(lǐng)域多相流體、溶質(zhì)運移和化學(xué)反應(yīng)耦合模擬過程,基于空間區(qū)域分解方法,完整實現(xiàn)了整個耦合過程的并行計算。將流體、運移、化學(xué)三部分的數(shù)據(jù)按照子空間網(wǎng)格集合進行重組,設(shè)計了基于統(tǒng)一空間區(qū)域分解的耦合過程并行計算框架。在核心方程求解階段實現(xiàn)了矩陣運算和網(wǎng)格處理計算的混合并行模式,優(yōu)化了耦合過程并行計算的負(fù)載均衡。2.將耦合過程的并行計算框架實用化,開發(fā)了熱-流體-化學(xué)三場耦合的模擬器THC-MP。和二氧化碳封存模擬計算模塊ECO2N結(jié)合,在松遼盆地儲層模型上驗證了并行計算的數(shù)值可靠性。并將該模擬器應(yīng)用到了鄂爾多斯盆地石千峰組儲層的二氧化碳地質(zhì)封存過程模擬,在分布式內(nèi)存并行平臺上完成了場地大規(guī)模三維模型的高效并行模擬。3.對電磁場計算中的諧波平衡有限元分析問題,在頻率域上對數(shù)值模擬計算進行分解,設(shè)計了基于諧波分解的塊矩陣類Jacobi迭代并行求解方法。并針對一個含有多次諧波的高頻變壓器直流偏磁問題,使用等同于諧波次數(shù)并行度的計算對該方法進行驗證。實驗結(jié)果顯示,頻率域并行計算方法減小了含有多次諧波的模型矩陣規(guī)模同時有效縮短了模擬計算時間。
[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.
【學(xué)位授予單位】:吉林大學(xué)
【學(xué)位級別】:博士
【學(xué)位授予年份】:2016
【分類號】:TP338.6
【相似文獻】
相關(guān)期刊論文 前10條
1 孫廣中;陳國良;徐云;鄭啟龍;吳俊敏;;并行計算系列課程教學(xué)團隊建設(shè)[J];中國大學(xué)教學(xué);2008年02期
2 孫廣中;徐云;鄭啟龍;吳俊敏;陳國良;;并行計算系列課程教學(xué)團隊建設(shè)[J];計算機教育;2008年15期
3 陸克中;孫宏元;;同構(gòu)集群中并行計算熵研究[J];深圳大學(xué)學(xué)報(理工版);2009年01期
4 胡霞;;并行計算如何用于科學(xué)問題研究[J];科技資訊;2009年27期
5 顏寶勇;快速富里葉變換的并行計算[J];計算機工程與科學(xué);1984年03期
6 吳靖;;一種用于基因序列比較的并行計算方法[J];國外醫(yī)學(xué).生物醫(yī)學(xué)工程分冊;1992年01期
7 李斌;并行計算用的計算機和模型[J];管理科學(xué)文摘;1996年04期
8 魏臻;;高性能計算,高興能計算[J];中國教育網(wǎng)絡(luò);2010年06期
9 劉杰,遲利華,胡慶豐;優(yōu)化并行計算的性能評價[J];計算機工程與設(shè)計;2000年06期
10 劉赫男,羅霄,高曉東;并行計算的現(xiàn)狀與發(fā)展[J];煤;2001年01期
相關(guān)會議論文 前10條
1 黃宇光;;整體同步并行計算方法的現(xiàn)狀與發(fā)展[A];信息科學(xué)與微電子技術(shù):中國科協(xié)第三屆青年學(xué)術(shù)年會論文集[C];1998年
2 羅文彩;陳小前;;并行計算的多方法優(yōu)化協(xié)作[A];第二十四屆中國控制會議論文集(上冊)[C];2005年
3 左風(fēng)麗;莫則堯;葉文華;;計算流體三維分裂格式的高效并行計算[A];中國工程物理研究院科技年報(2003)[C];2003年
4 王欣;李志山;張志遠;;并行計算在彈塑性時程分析中的應(yīng)用[A];信息化推動工程建設(shè)工業(yè)化——第四屆工程建設(shè)計算機應(yīng)用創(chuàng)新論壇論文集[C];2013年
5 張理濤;黃廷祝;谷同祥;左憲禹;;一種適合于分布式并行計算改進的平方共軛殘差法[A];2008年全國開放式分布與并行計算機學(xué)術(shù)會議論文集(下冊)[C];2008年
6 胡金初;;并行計算中的任務(wù)分配算法[A];2005年全國理論計算機科學(xué)學(xué)術(shù)年會論文集[C];2005年
7 宋庭新;李慧;;面向服務(wù)的有限元并行計算網(wǎng)格系統(tǒng)設(shè)計[A];湖北省機械工程學(xué)會設(shè)計與傳動學(xué)會、武漢機械設(shè)計與傳動學(xué)會2008年學(xué)術(shù)年會論文集(2)[C];2008年
8 裘懿勇;徐斌;劉曉明;;并行計算作業(yè)調(diào)度系統(tǒng)的架構(gòu)及應(yīng)用[A];第十四屆中國科協(xié)年會第5分會場:綠色船舶與海洋裝備創(chuàng)新發(fā)展及產(chǎn)業(yè)化論壇論文集[C];2012年
9 裘懿勇;徐斌;劉曉明;;并行計算作業(yè)調(diào)度系統(tǒng)的架構(gòu)及應(yīng)用[A];2012年MIS/S&A學(xué)術(shù)交流會議論文集[C];2012年
10 肖保國;楊順華;邢建文;趙慧勇;;當(dāng)?shù)刈赃m應(yīng)建表方法在煤油超燃發(fā)動機并行計算中的應(yīng)用[A];第十四屆全國激波與激波管學(xué)術(shù)會議論文集(下冊)[C];2010年
相關(guān)重要報紙文章 前10條
1 軼嘉;英特爾全球首個并行計算中心落戶無錫[N];人民郵電;2009年
2 曙光信息產(chǎn)業(yè)有限公司研發(fā)中心 溫鑫;并行計算任重道遠[N];中國計算機報;2007年
3 英特爾并行計算實驗室研究員 TimothyMattson;并行計算:減少串行軟件[N];中國計算機報;2007年
4 曙光信息產(chǎn)業(yè)有限公司研發(fā)中心 溫鑫;并行計算軟件開發(fā)概述[N];中國計算機報;2007年
5 劉霞;計算能力的提升需要一場革命[N];科技日報;2010年
6 安世亞太 雷先華;ANSYS高性能并行計算[N];中國航空報;2005年
7 張云泉;并行計算:迎接多核時代的挑戰(zhàn)[N];計算機世界;2006年
8 本報記者 馬文方;英特爾為何要牽頭并行計算[N];中國計算機報;2009年
9 英特爾 趙軍(Jun Zhao);PC機并行計算革命尚未成功[N];中國計算機報;2009年
10 ;Linux下的網(wǎng)絡(luò)并行計算[N];計算機世界;2000年
相關(guān)博士學(xué)位論文 前10條
1 張雨新;改進的MPS方法及其三維并行計算研究[D];上海交通大學(xué);2014年
2 李維山;面向領(lǐng)域應(yīng)用的空間域和頻域分解模式并行計算[D];吉林大學(xué);2016年
3 孫安香;數(shù)值氣象預(yù)報變分同化的伴隨模式并行計算[D];中國人民解放軍國防科學(xué)技術(shù)大學(xué);2002年
4 張理論;面向氣象預(yù)報數(shù)值模式的高效并行計算研究[D];中國人民解放軍國防科學(xué)技術(shù)大學(xué);2002年
5 龍柏;并行計算平臺上的數(shù)據(jù)索引技術(shù)研究[D];中國科學(xué)技術(shù)大學(xué);2011年
6 管建和;電磁場有限元法解釋分布式并行計算的研究[D];中國地質(zhì)大學(xué)(北京);2006年
7 劉耀儒;三維有限元并行計算及其在水利工程中的應(yīng)用[D];清華大學(xué);2003年
8 金晶;并行計算普適編程模型及系統(tǒng)架構(gòu)研究[D];北京郵電大學(xué);2012年
9 盛艷秀;多核異構(gòu)環(huán)境下通用并行計算框架關(guān)鍵技術(shù)研究[D];中國海洋大學(xué);2013年
10 張帆;過程系統(tǒng)優(yōu)化的分布式并行計算[D];浙江大學(xué);2002年
相關(guān)碩士學(xué)位論文 前10條
1 張康宇;基于ASAR近海風(fēng)場反演方法研究[D];浙江大學(xué);2015年
2 胡榮華;并行計算在臨近天氣預(yù)報系統(tǒng)中的應(yīng)用研究[D];華南理工大學(xué);2015年
3 嚴(yán)善楷;異構(gòu)系統(tǒng)中并行計算的動態(tài)負(fù)載均衡技術(shù)研究[D];華南理工大學(xué);2015年
4 陳磊;基于監(jiān)控信號的多信息提取識別的并行計算方法[D];南京理工大學(xué);2015年
5 焦弘杰;CPU-GPU異構(gòu)并行計算體系的設(shè)計與實現(xiàn)[D];江蘇科技大學(xué);2015年
6 陳從江;基于面向云服務(wù)的Python并行計算的研究[D];電子科技大學(xué);2014年
7 唐吉卓;基于GPU平臺的SVD并行計算研究與實現(xiàn)[D];電子科技大學(xué);2014年
8 吳頎;GPU并行計算及其在飛行器設(shè)計中的應(yīng)用[D];北京理工大學(xué);2015年
9 李保安;基于液態(tài)食品冷凍濃縮冰晶生長機制并行計算[D];電子科技大學(xué);2013年
10 鐘承群;基于CPU/GPU異構(gòu)并行計算的OTN仿真驗證系統(tǒng)的研究與實現(xiàn)[D];電子科技大學(xué);2015年
,本文編號:1795523
本文鏈接:http://sikaile.net/shoufeilunwen/xxkjbs/1795523.html