以作者查詢圖書館館藏 、以作者查詢臺灣博碩士 、以作者查詢全國書目 、勘誤回報 、線上人數:33 、訪客IP:18.116.24.111
姓名 紀秉良(Ping-Liang Chi) 查詢紙本館藏 畢業系所 土木工程學系 論文名稱 PC梁現有預力之有限元素反算法
(Backward Finite Element Analysis of the Existing Prestress of PC Beam)相關論文 檔案 [Endnote RIS 格式] [Bibtex 格式] [相關文章] [文章引用] [完整記錄] [館藏目錄] [檢視] [下載]
- 本電子論文使用權限為同意立即開放。
- 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
- 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。
摘要(中) 本論文使用有限元素法,模擬單股後拉預力混凝土梁受預力或外力作用的撓度變化,並利用撓度反算現有預力,計算使用自行撰寫的物件導向 C++程式,其名為 PCBAP (預力混凝土梁分析程式,Prestressed Concrete Beam Analysis Program)。撓度分析分成兩個階段:預力加載階段、服務階段。預力加載階段是模擬預力施加後結構上拱行為,計算流程可拆解成三個部分:第一部分計算鋼腱的摩擦損失與夾片滑動損失,決定鋼腱任意斷面處的內力狀態。第二部分將梁元素節點位置的鋼腱內力轉化為等值節點力,加載至結構上。第三部分進行有限元計算,求解元素節點的位移。服務階段則是模擬預力結構物於承載外部作用力的撓度反應,計算流程可化為兩個部分:第一部分藉由 Kim 的等效撓曲剛度公式,模擬預力加勁後的梁體。第二部分施加外荷載進行有限元計算,求解元素節點的位移。全文緊扣著兩階段的分析概念,而反算現有預力則是不斷的重複正算步驟,當迭代出最接近實驗撓度的結果,其計算收斂結束並輸出現有預力的數值。
本研究致力於物件導向程式的設計,PCBAP 程式是直指著高擴充性此目標,孕育而生的預力梁結構分析軟體,在第三章會針對程式的架構及物件(object)的抽象化作詳細的說明。PCBAP 程式所具備的功能有:摩擦損失和夾片滑動損失後的起始預力分布計算、桿系結構的撓度分析、預力混凝土梁的撓度分析、預力混凝土梁的現有預力反算,這些功能會在各章節的算例作驗證,與 SAP2000 的模擬結果、簡支預力梁的靜載實驗作比對。在模擬實驗的過程中發現,正算撓度能很好的符合實驗量測的結果,但是反算預力卻不盡理想,這歸咎於結構撓度隨預力大小變化的升降幅度非常小,也就是撓度對預力此物理量的敏感度很低,這也是反算預力算不準的主要原因。摘要(英) This thesis aims at studying the deflection behavior of post-tensioning prestressed concrete beam with single tendon and using the structural deflection to calculate the existing pre-forced.The finite element program which coded by the object-oriented language C++ and named it
PCBAP (Prestressed Concrete Beam Analysis Program).Structural deflection analysis is divided into two phases: the preload phase and the service phase. The preload phase simulates the arching behavior of the structure after the prestressing force is applied. The calculation process can be divided into three parts : the first part, the friction loss and the anchor slip loss
are calculated and then initial prestressing force value of any section is obtained. In the second part, the internal force of the tendon at the position of the beam element’s node is converted into the equivalent nodal force and loaded onto the structure. The third part performs finite element calculations to solve the displacement of element nodes. The service phase is to
simulate the bearing performance of the PC structure. The calculation process can be divided into two parts: the first part considers the PC beam strengthened by the equivalent bending rigidity formula of Kim. The second part applies an external load to the finite element model to solve the displacement of the element nodes. The full text is closely linked to the two-stage analysis concept, and the calculation of the existing pre-forced is completed by repeating the positive calculation steps. The simulation result of the existing pre-forced is closest to the result of the experimental deflection.
This research is devoted to the design of the object-oriented program.
The PCBAP program focus on the high-expansion of the goal and then the PC beam structure analysis software is born. In the chapter 3, the frame of the program and the abstraction of the object are discussed in detail. The functions of the PCBAP program include: the initial pre-force distribution calculation after friction loss and the anchor slip loss, deflection analysis of the rod
structure, deflection analysis of the PC beam, and existing pre-force calculation of the PC beam. These functions will be verified in each chapter and the simulation is compared with the results of SAP2000 and the static load test of the simple supported PC beam. During the simulation of experiment, it is found that the calculation deflection can be in good accordance with the
experimental measurement results, but the inverse-calculation existing pre-forced is not ideal. This is attributed to the fact that the scale of the deflection is smaller than the scale of the pre-forced. That is, the sensitivity of the deflection to the pre-forced physical quantity is very low, which is also the main reason for the inaccuracy of the inverse-calculation.關鍵字(中) ★ 後拉預力梁
★ 現有預力
★ 反算關鍵字(英) ★ post-tensioning prestressed concrete beam
★ existing pre-forced
★ inverse problem論文目次 第一章 緒論 1
1-1 研究動機 1
1-2 研究目的 2
1-3 文獻回顧 3
1-4 內容大綱 7
第二章 預力混凝土梁之預力損失 9
2-1 先拉式與後拉式預力混凝土梁 9
2-1-1 先拉式預力 10
2-1-2 後拉式預力 10
2-2 鋼腱預拉應力損失 12
2-2-1 摩擦損失 14
2-2-2 夾片滑動損失 19
2-2-3 彈性縮短及長期損失 24
2-3 計算例題 25
2-4 小結 30
第三章 有限元素分析法 34
3-1 引言 34
3-2 平面桁架元素 35
3-2-1 局部坐標系中的元素勁度矩陣 35
3-2-2 整體坐標系中的元素勁度矩陣 37
3-3 平面梁元素 39
3-3-1 局部坐標系下的元素勁度矩陣 39
3-3-2 整體坐標系中的元素勁度矩陣 41
3-3-3 處理鉸接點 43
3-3-4 引入支承約束條件 46
3-3-5 轉化非節點荷載 48
3-4 物件導向有限元程式設計方法 49
3-4-1 鋼腱線型類 51
3-4-2 鋼腱類 54
3-5 算例與小結 62
第四章 預力混凝土梁有限元素分析 66
4-1 等效荷載法 66
4-2 等效剛度 76
4-3 預力混凝土結構撓度分析 79
4-3-1 預拱計算 81
4-3-2 外力加載撓度計算 83
4-4 靜力反算法 84
4-4-1 以預拱反算 85
4-4-2 以外力造成的撓度反算 87
4-5 其他算例探討 89
4-6 小結 97
第五章 結論與建議 100
5-1 結論 100
5-2 建議 102
參考文獻 103
附錄一 非線性有限元素分析 106
附 1-1 引言 106
附 1-2 基本假定 107
附 1-3 材料應力-應變關係 107
附 1-4 梁元素勁度矩陣推導 109
附 1-4-1 元素位移模式 110
附 1-4-2 元素截面分析 112
附 1-4-3 元素切線勁度方程式 116參考文獻 [1] 賈駿祥, "台灣地區橋梁工程之發展," 台灣公路工程, vol. 30, no. 12, pp. 2-24, 2004.
[2] 賴明皇, "台灣地區公路橋梁特性統計分析之研究," 碩士, 土木工程研究所, 國立中央大學, 桃園縣, 2004.
[3] 黃炳勳, 蔣啟恆, 陳新之, 劉珊, and 林勤福, "飛閱台灣˙典藏橋梁 國內混凝土橋樑演變歷史及第二結構部設計之橋梁實績介紹," 中華技術, pp. 102-117, 2013.
[4] 丘惠生, "長跨懸臂節塊式預力混凝土橋梁長期變位控制研究," 博士, 土木工程學研究所, 國立臺灣大學, 台北市, 1995.
[5] 黃穎 and 房貞政, "在役預應力混凝土簡支梁現存預應力的有限元模擬研究," 福州大學學報:自然科學版, no. 6, pp. 1110-1114, 2013.
[6] Saiidi, M., B. Douglas, and S. Feng, "Prestress force effect on vibration frequency of concrete bridges," Journal of structural Engineering, vol. 120, no. 7, pp. 2233-2241, 1994.
[7] 劉齡嘉, "預應力混凝土梁橋永存預應力預測方法研究," 博士, 道路與鐵道工程, 長安大學, 2007.
[8] 鄭鋒勇, "撓度法求殘餘預應力的試驗研究," 水道港口, vol. 29, no. 3, pp. 211-214, 2008.
[9] 毛鑫, "預制 T 梁有效預應力靜力試驗檢測評估技術," 碩士, 橋梁與隧道工程, 長安大學, 2012.
[10] Kim, J.-T., C.-B. Yun, Y.-S. Ryu, and H.-M. Cho, "Identification of prestress-loss in PSC beams using modal information," Structural Engineering and Mechanics, vol. 17, no. 3-4, pp. 467-482, 2004.
[11] 吳京 and 孟少平, "預應力混凝土極限抗彎承載力計算的等效荷載法," 工業建築, vol. 29, no. 9, pp. 24-28, 1999.
[12] 許宏祺, "預力混凝土梁鋼腱起始預力之分析," 碩士, 土木工程所, 逢甲大學, 台中市, 2005.
[13] 黃振銘, "向量式預力混凝土二維剛架元之數值模擬與驗證," 碩士, 土木工程學系, 國立中央大學, 桃園縣, 2015.
[14] Sloan, S. W., "Substepping schemes for the numerical integration of elastoplastic stress–strain relations," International journal for numerical methods in engineering, vol. 24, no. 5, pp. 893-911, 1987.
[15] 吳曉涵, 面向對象結構分析程序設計. 科學出版社, 2002.
[16] 徐榮橋, 結構分析的有限元法與 Matlab 程序設計. 人民交通出版社, 2006.
[17] 王勖成 and 邵敏, 有限元素法基本原理和數值方法. 清華大學出版社有限公司, 1997.
[18] 呂士軍, "等跨體外預應力連續梁橋計算機輔助設計系統研究," 碩士, 橋梁與隧道工程, 同濟大學, 2008.
[19] Moorman, R. B., "Equivalent load method for analyzing prestressed concrete structures," in Journal Proceedings, 1952, vol. 48, no. 1, pp. 405-416.
[20] 曾建宇 and 蘇小卒, "預應力結構等效荷載法局限性研究," 2013.
[21] Nilson, A. H., "Design of prestressed concrete," 1978.
[22] 張麗芳, 徐岳, and 宋萍, "預應力等效荷載的有限元處理研究," 山西交通科技, no. 4, pp. 58-60, 2005.
[23] 楊飛, 楊昀, 許磊, and 李武龍, "預應力效應的施加方法在各種單元類型中的應用," 公路交通科技 (應用技術版), vol. 8, p. 080, 2012.
[24] 魏星池, "預力混凝土梁預力之非破壞檢測技術試驗研究," 碩士, 土木工程學研究所, 國立臺灣大學, 台北市, 2017.
[25] 簡斌 and 白紹良, "後張有黏結預應力連續梁的分析原理," 工程力學, vol. 17, no. 5, pp. 92-99, 2000.
[26] 陈明政, 黄音, 王正霖, and 白紹良, "基於弧長法的預應力框架結構非線性分析," 華南理工大學學報 (自然科學版), vol. 34, no. 07, pp. 109-114, 2006.
[27] Lou, T.-j. and Y.-q. Xiang, "Finite element modeling of concrete beams prestressed with external tendons," Engineering structures, vol. 28, no. 14, pp. 1919-1926, 2006.
[28] Eivind, H., "A study of combined bending and axial load in reinforced concrete members," ENGINEERING EXPERIMENT STATION, University of Illinois, Urbana, November, 1951.
[29] Menengotto, M., "Method of Analysis for Cyclically Loaded Reinforced Concrete Plane Frames Including Changes in Geometry and Nonelastic Behavior of Elements under
Combined Normal Force and Bending," in IABSE Symposium on Resistance and Ultimate Deformability of Structures Acted on by Well-Defined Repeated Loads, Lisbon, 1973, 1973.
[30] 呂西林, 金國芳, and 吳曉涵, 鋼筋混凝土結構非線性有限元理論與應用. 同濟大學出版社, 1997.指導教授 王仲宇(Chung-Yue Wang) 審核日期 2018-7-12 推文 facebook plurk twitter funp google live udn HD myshare reddit netvibes friend youpush delicious baidu 網路書籤 Google bookmarks del.icio.us hemidemi myshare