Skip navigation

DSpace

機構典藏 DSpace 系統致力於保存各式數位資料(如:文字、圖片、PDF)並使其易於取用。

點此認識 DSpace
DSpace logo
English
中文
  • 瀏覽論文
    • 校院系所
    • 出版年
    • 作者
    • 標題
    • 關鍵字
  • 搜尋 TDR
  • 授權 Q&A
    • 我的頁面
    • 接受 E-mail 通知
    • 編輯個人資料
  1. NTU Theses and Dissertations Repository
  2. 理學院
  3. 物理學系
請用此 Handle URI 來引用此文件: http://tdr.lib.ntu.edu.tw/jspui/handle/123456789/56018
完整後設資料紀錄
DC 欄位值語言
dc.contributor.advisor闕志鴻(Tzi-Hong Chiueh)
dc.contributor.authorJia-Hung Wuen
dc.contributor.author吳佳鴻zh_TW
dc.date.accessioned2021-06-16T05:13:09Z-
dc.date.available2014-08-22
dc.date.copyright2014-08-22
dc.date.issued2014
dc.date.submitted2014-08-18
dc.identifier.citation[1] Hsi-Yu Schive, Tzihong Chiueh, and Tom Broadhurst. Cosmic struc-
ture as the quantum interference of a coherent dark wave. Nature
Physics, 10:496–499, June 2014.
[2] Hsi-Yu Schive. A Novel Adaptive Mesh Refinement Code with
Graphic-Processing-Unit Acceleration and Its Applications to Astro-
physics, 2012.
[3] Hsi-Yu Schive, Yu-Chih Tsai, and Tzihong Chiueh. GAMER:
A Graphic Processing Unit Accelerated Adaptive-Mesh-Refinement
Code for Astrophysics. The Astrophysical Journal Supplement Series,
186(2):457, 2010.
[4] The YT Project. Yt documentation. Retrieved June 30, 2014, from:
http://yt-project.org/docs/2.6/, 2014.
[5] The HDF Group. Hdf5 software documentation. Retrieved July 15,
2014, from: http://www.hdfgroup.org/HDF5/doc/, 2014.
dc.identifier.urihttp://tdr.lib.ntu.edu.tw/jspui/handle/123456789/56018-
dc.description.abstractYT是一個廣泛應用於天文物理模擬以及資料分析的繪圖分析軟體。YT亦是一個設計給高解析度自適性網格模擬程式的整合平台。在我們的研究中,我們利用HDF5 (Hierarchy Data Format 5) 的檔案格式,先設計出我們實驗室的GAMER (daptive mesh refinement code with graphics-processing-unit acceleration自適性網格模擬程式) 對YT的整合接面。 此外在輸入輸出上亦採用平行設計。最後,我們利用YT分析了幾種不同的模擬結果,1)暗物質 2)活躍星系核 3)恆星形成 4)磁流體。zh_TW
dc.description.abstractYT is a visualization and data analysis software widely used in astrophysics, which provides an integrated platform for various multi-resolution simulation codes. In our study, we first construct our GAMER (adaptive mesh refinement code with graphics-processing-unit acceleration) front-end interface for YT, where HDF5 (Hierarchy Data Format 5) format is adopted to improve parallel data I/O and data portability. Finally, we apply YT to analyze four different simulation data sets: 1) cosmological structure formation of the wave dark matter, and 2) interactive jets from active galactic nucleus (AGNs) 3) star formation 4) magnetic hydrodynamics (MHD).en
dc.description.provenanceMade available in DSpace on 2021-06-16T05:13:09Z (GMT). No. of bitstreams: 1
ntu-103-R00222055-1.pdf: 11090520 bytes, checksum: 0e3c78cb20296061f338759e4cd0d864 (MD5)
Previous issue date: 2014
en
dc.description.tableofcontents誌謝iii
摘要v
Abstract vii
1 Introduction 1
2 Related works 3
2.1 GAMER . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
2.1.1 Basic introduction to GAMER output Data format . . . . . . . . 3
2.2 The YT Project . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
2.3 HDF5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
3 YT + Gamer framework 9
3.1 Construct HDF5 data structure . . . . . . . . . . . . . . . . . . . . . . . 9
3.2 YT datastructure.py . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
3.3 io.py . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
3.4 fields.py . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
4 Tests and Applications 19
4.1 Tests . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
4.1.1 1D-Radial Profile . . . . . . . . . . . . . . . . . . . . . . . . . . 20
4.1.2 Contour . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
4.1.3 Mapserver . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
4.1.4 Velocity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22
4.1.5 Divergence . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22
4.2 Applications . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
4.2.1 ELBDM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
4.2.2 JET . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
4.2.3 Magnetic Hydrodynamics . . . . . . . . . . . . . . . . . . . . . 25
4.2.4 Star Formation . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
YT Instruction Manual 33
5.1 Pictures . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
5.1.1 To plot 1D-profile /2D-Phase-plot . . . . . . . . . . . . . . . . . 33
5.1.2 2D Phase plot . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
5.1.3 Slice/projection/off-axis . . . . . . . . . . . . . . . . . . . . . . 34
5.1.4 Add vector /contour/ streamlines/grids . . . . . . . . . . . . . . . 35
5.1.5 3D streamlines . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
5.1.6 Volume rendering . . . . . . . . . . . . . . . . . . . . . . . . . . 36
5.1.7 3D-Sketchfab . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
5.1.8 How to parallel . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
Conclusion 39
Bibliography 41
Appendix 43
A GAMER Frontend 43
A.1 datastructure.py . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43
A.2 io.py . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
A.3 fields.py . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52
B GAMER HDF5 55
dc.language.isoen
dc.title高速網格計算器與YT天文圖形分析軟體介面整合與應用zh_TW
dc.titleAdaptive Mesh Refinement Code and The YT project Integration and Applicationen
dc.typeThesis
dc.date.schoolyear102-2
dc.description.degree碩士
dc.contributor.oralexamcommittee吳俊輝(Jiun-Huei Wu),薛熙于(Hsi-Yu Schive)
dc.subject.keywordYT,GAMER,zh_TW
dc.relation.page82
dc.rights.note有償授權
dc.date.accepted2014-08-18
dc.contributor.author-college理學院zh_TW
dc.contributor.author-dept物理研究所zh_TW
顯示於系所單位:物理學系

文件中的檔案:
檔案 大小格式 
ntu-103-1.pdf
  目前未授權公開取用
10.83 MBAdobe PDF
顯示文件簡單紀錄


系統中的文件,除了特別指名其著作權條款之外,均受到著作權保護,並且保留所有的權利。

社群連結
聯絡資訊
10617臺北市大安區羅斯福路四段1號
No.1 Sec.4, Roosevelt Rd., Taipei, Taiwan, R.O.C. 106
Tel: (02)33662353
Email: ntuetds@ntu.edu.tw
意見箱
相關連結
館藏目錄
國內圖書館整合查詢 MetaCat
臺大學術典藏 NTU Scholars
臺大圖書館數位典藏館
本站聲明
© NTU Library All Rights Reserved