Phương pháp phần tử hữu hạn đẳng hình học cho phân tích giới hạn và thích nghi của kết cấu
Plastic analysis plays a significant role in safety assessment and structure design,
especially in nuclear power plants, chemical industry, metal forming and civil engineering.
Plastic collapse takes place when the structure is converted into a mechanism by
development of suitable number and disposition of plastic hinges. The most important
outcomes of a plastic structural analysis is a plastic collapse factor. It is useful for the
reliable and economical safety assessment and design of ductile structures.
Based on the elastic-perfectly plastic model of material, the theory of limit and
shakedown have been developed since the early twentieth century. Review of early
contributions to the development of limit analysis theory should include the works
of Kazincky [1] in 1914 and Kist [2] in 1917. The first complete formulation of the
lower and upper theorems was introduced by Drucker et al. [3] in 1952. Contributions
of Prager [4] and Martin [5] can be found in their works in 1972 and 1975, respectly.
The application of limit analysis theory in computational mechanics have been widely
reported since then, among publications concerning the problem are the application of
limit analysis structural engineering by Hodge [6–8] in 1959, 1961 and 1963 respectively,
Chakrabarty [9] in 1998, Lubliner [10] in 1990. Pham [11–14] proposed the powerful
shakedown theorems which can be constructed for certain classes of elastic plastic
materials.
Tóm tắt nội dung tài liệu: Phương pháp phần tử hữu hạn đẳng hình học cho phân tích giới hạn và thích nghi của kết cấu
MINISTRY OF EDUCATION AND TRAINING UNIVERSITY OF TECHNOLOGY AND EDUCATION HO CHI MINH CITY DO VAN HIEN ISOGEOMETRIC FINITE ELEMENT METHOD FOR LIMIT AND SHAKEDOWN ANALYSIS OF STRUCTURES DOCTORAL THESIS MAJOR: ENGINEERING MECHANICS Ho Chi Minh City, June 16, 2020 Declaration I, Do Van Hien, declare that this thesis entitled, "Isogeometric finite element method for limit and shakedown analysis of structures" is a presentation of my original research work. I confirm that: • Wherever contributions of others are involved, every effort is made to indicate this clearly, with due reference to the literature,and acknowledgement of collaborative research and discussions. • The work was done under the guidance of Prof. Nguyen Xuan Hung at the Ho Chi Minh City University of Technology and Education. i Acknowledgements This thesis summarizes my research carried out during the past five years at the Doctoral Program "Engineering Mechanics" at Ho Chi Minh City University of Technology and Education in Ho Chi Minh City. This thesis would not have been possible without help of many, and I would like to acknowledge their kind efforts and assistance. First of all I would like to express my deep gratitude to my supervisor Prof. Nguyen Xuan Hung, for his guidance, support and encouragement during the past five years. I appreciate that he left a lot of freedom for me to pursue my own ideas, set the right direction when it was necessary and contributed valuable advice. I am also very grateful to Assoc.Prof. Van Huu Thinh, who has been my second advisor at HCMUTE for many years. I am indebted to Prof. Timon Rabczuk for giving me the chance to spend a one-year research visit at the Bauhaus-Universität Weimar, and I also want to thank Prof. Tom Lahmer and Prof. Xiaoying Zhuang for the fruitful discussions and their support. I also would like to thank the research group members at GACES (at HCMUTE), CIRTECH (at HUTECH) and ISM (at Bauhaus-Universität Weimar, Germany) for their helpful supports. I would like to thank from the bottom of my heart to Assoc.Prof. Nguyen Hoai Son, Assoc.Prof Nguyen Trung Kien, Assoc.Prof Chau Dinh Thanh and other colleagues at HCMUTE for their kind supports and advice. I am immensely indebted to my father Do Tang, my mother Pham Thi Nghe and my parents in-law who have been the source of love and discipline for their inspiration and encouragement throughout the course of my education including this Doctoral Program. Last but not least, I am extremely grateful to my wife Mrs. Nguyen Thi Nhu Lan who has been the source of love, companionship and encouragement, to my sons, Do Quang Khai and Do Minh Nhat, who has been the source of joy and love. ii Abstract The structural safety such as nuclear power plants, chemical industry, pressure vessel industry and so on can commonly be evaluated with the help of limit and shakedown analysis. Nowadays, the limit and shakedown analysis plays a well-known role in not only assessing the safety of engineering structures but also designing of the engineering structures. The limit load multipliers can be determinated by using lower or upper bound method. In order to ultilize the limit and shakedown analysis in many practical engineering areas, the development of numerical tools which are sufficiently efficient and robust is a neccessary of current research in the field of limit and shakedown analysis. The numerical tools involve the two steps: finite element discretisation strategy and constrained optimization. In this research, the isogeometric finite element method is used to discretise the displacement domain of strutures in the first step. The primal-dual algorithm based upon the von Mises yield criterion and a Newton-like iteration is used in the second step to solve optimization problem. Mathematically, the shakedown problem is considered as a nonlinear programming problem. Starting from upper bound theorem, shakedown bound is the minimum of the plastic dissipation function, which is based on von Mises yield criterion, subjected to compatibility, incompressibility and normalized constraints. This constraint nonlinear optimization problem is solved by combined penalty function and Lagrange multiplier methods. The isogeometric analysis (IGA) uses NURBS basis functions for both the repre- sentation of the geometry and the approximation of solutions. The main aim of the IGA was to integrate Finite Element Analysis (FEA) into NURBS based Computer Aid Design (CAD) design tools. The Bézier and Lagrange extraction of NURBS was used in the analysis due to The computational aspects of the NURBS function increase the question of how to implement efficiently the NURBS function in the existing FEM codes due to a significant differences between the NURBS basis function and the Lagrange function. The Bézier extraction is founded on the NURBS basis functions in terms of C0 Bernstein polynomials. Lagrange extraction is similar to Bézier extraction but it sets up a direct connection between NURBS and Lagrange polynomial basis functions instead iii Abstract iv of using C0 Bernstein polynomials as a new shape function in the Bézier extraction. Numerical results of structure problems are compared with analytical or other available solutions to prove the reliability and efficiency of these approaches. Pressure vessel which is designed to hold liquids or gases contains various parts such as thin walled vessels, thick walled cylinders, nozzle, head, nozzle head, skirt support and so on. Two types of defects, axial and circumferential cracks, are commonly found in pressure vessel and piping. The application of shakedown analysis in pressure vessel engineering is illustrated in this study. Table of Contents Contents Page Acknowledgments iii Abstract v List of Figures viii List of Tables xii Notations xii 1 INTRODUCTION 1 1.1 General introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.2 Motivation of the thesis . . . . . . . . . . . . . . . . . . . . . . . . . . 3 1.3 Objectives and Scope of study . . . . . . . . . . . . . . . . . . . . . . . 4 1.4 Outline of the thesis . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 1.5 Original contributions of the thesis . . . . . . . . . . . . . . . . . . . . 6 1.6 List of Publications . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 2 FUNDAMENTALS 9 2.1 Material model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 2.1.1 Elastic perfectly plastic and rigid perfectly plastic material models 9 2.1.2 Drucker’s stability postulate . . . . . . . . . . . . . . . . . . . . 12 2.1.3 Normal rule . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 2.2 Yield condition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 2.2.1 Plastic dissipation function . . . . . . . . . . . . . . . . . . . . . 16 2.2.2 Variational principles . . . . . . . . . . . . . . . . . . . . . . . . 16 2.3 Shakedown analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 2.3.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 2.3.2 Fundamental of shakedown analysis . . . . . . . . . . . . . . . . 19 2.4 Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 v Table of Contents vi 2.5 Primal-dual interior point methods . . . . . . . . . . . . . . . . . . . . 28 3 ISOGEOMETRIC FINITE ELEMENT METHOD 30 3.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30 3.2 NURBS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34 3.2.1 B-Splines basis functions . . . . . . . . . . . . . . . . . . . . . . 34 3.2.2 B-Spline Curves . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 3.2.3 B-Spline Surfaces . . . . . . . . . . . . . . . . . . . . . . . . . . 38 3.2.4 B-Spline Solids . . . . . . . . . . . . . . . . . . . . . . . . . . . 38 3.2.5 Refinement techniques . . . . . . . . . . . . . . . . . . . . . . . 38 3.2.6 NURBS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 3.3 NURBS-based isogeometric analysis . . . . . . . . . . . . . . . . . . . . 44 3.3.1 Elements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 3.3.2 Mesh refinement . . . . . . . . . . . . . . . . . . . . . . . . . . 48 3.3.3 Stiffness matrix . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 3.4 A brief of NURBS based on Bézier extraction . . . . . . . . . . . . . . 49 3.4.1 Bézier decomposition . . . . . . . . . . . . . . . . . . . . . . . . 49 3.4.2 Bézier extraction of NURBS . . . . . . . . . . . . . . . . . . . . 50 3.5 A brief review on Lagrange extraction of smooth splines . . . . . . . . 54 3.5.1 Lagrange decomposition . . . . . . . . . . . . . . . . . . . . . . 54 3.5.2 The Lagrange extraction operator . . . . . . . . . . . . . . . . . 56 3.5.3 Rational Lagrange basis functions and control points . . . . . . 57 3.5.4 Using Lagrange extraction operators in a finite element code . . 60 4 THE ISOGEOMETRIC FINITE ELEMENT METHOD AP- PROACH TO LIMIT AND SHAKEDOWN ANALYSIS 61 4.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61 4.2 Isogeometric FEM discretizations . . . . . . . . . . . . . . . . . . . . . 62 4.2.1 Discretization formulation of lower bound . . . . . . . . . . . . 62 4.2.2 Discretization formulation of upper bound and upper bound algorithm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65 4.3 Dual relationship between lower bound and upper bound and dual algorithm 76 5 NUMERICAL APPLICATIONS 85 5.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 85 5.2 Limit and shakedown analysis of two dimensional structures . . . . . . 85 5.2.1 Square plate with a central circular hole . . . . . . . . . . . . . 85 5.2.2 Grooved rectangular plate subjected to varying tension . . . . . 94 Table of Contents vii 5.3 Limit and shakedown analysis of 3D structures . . . . . . . . . . . . . . 99 5.3.1 Thin square slabs with two different cutout subjected to tension 99 5.3.2 2D and 3D symmetric continuous beam . . . . . . . . . . . . . . 104 5.3.3 Thin-walled pipe subjected to internal pressure and axial force . 109 5.4 Limit and shakedown analysis of pressure vessel components . . . . . . 113 5.4.1 Pressure vessel support skirt . . . . . . . . . . . . . . . . . . . . 113 5.4.2 Reinforced Axisymmetric Nozzle . . . . . . . . . . . . . . . . . . 119 5.5 Limit analysis of crack structures . . . . . . . . . . . . . . . . . . . . . 123 6 CONCLUSIONS AND FURTHER STUDIES 128 6.1 Consclusions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 128 6.2 Limitations and Further studies . . . . . . . . . . . . . . . . . . . . . . 129 References 131 List of Figures 2.1 Structure model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 2.2 Material models: (a) Elastic perfectly plastic; (b) Rigid perfectly plastic 10 2.3 Elastic perfectly plastic material model . . . . . . . . . . . . . . . . . . 11 2.4 Stable (a) and unstable (b, c) materials . . . . . . . . . . . . . . . . . . 12 2.5 Normality rule . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 2.6 von Mises and Tresca yield conditions in biaxial stress states . . . . . . 15 2.7 Interaction diagram (Bree diagram) . . . . . . . . . . . . . . . . . . . . 18 2.8 Load domain with two variable loads . . . . . . . . . . . . . . . . . . . 20 2.9 Critical cycles of load for shakedown analysis [72; 84; 89] . . . . . . . . 24 3.1 Estimation of the relative time costs . . . . . . . . . . . . . . . . . . . 31 3.2 The workchart of a design-through-analysis process . . . . . . . . . . . 32 3.3 The concept of mesh in IGA . . . . . . . . . . . . . . . . . . . . . . . . 33 3.4 The concept of IGA: . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33 3.5 Different types of B-Spline basis functions on the same distinct knot vector 35 3.6 The cubic B-Spline functions N3i (ξ) and its first and second derivatives 36 3.7 Knot insertion. Control points are denoted by red circular • . . . . . . 39 3.8 Knot insertion. Control points are denoted by red circular •. The knots, which define a mesh by partitioning the curve into elements, are denoted by green square . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40 3.9 Comparison of refinement strategies: p-refinement and k-refinement . . 41 3.10 A circle as a NURBS curve . . . . . . . . . . . . . . . . . . . . . . . . . 43 3.11 Bent pipe modeled with a single NURBS patch. (a) Geometry. (b) NURBS mesh with control points. (c) Geometry with 32 NURBS elements 44 3.12 Flowchart of a classical finite element code . . . . . . . . . . . . . . . . 45 3.13 Flowchart of a multi-patch isogeometric analysis code . . . . . . . . . . 46 3.14 Isogeometric elements. The basis functions extend over a series of elements 48 3.15 Bézier decomposition of Ξ = [ 0, 0, 0, 0.25, 0.5, 0.75, 1, 1, 1 ] . . . . 50 3.16 The Bernstein polynomials for polynomial degree p = 1, 2, 3 and 4. . . 52 viii List of Figures ix 3.17 Smooth C2-continuous curve represented by a B-spline basis . . . . . . 54 3.18 Smooth C2-continuous curve represented by a nodal Lagrange basis . . 55 3.19 Demonstration of the Lagrange extraction operators in 1D case and their inverse for the transformation of B-spline, Lagrange on an element level. The second B-Splines element of the example curve is shown in Fig 3.17 57 3.20 Demonstration of the Lagrange extraction operators in 2D case and their inverse for the transformation of NURBS and Lagrange on an element level. The first NURBS element of 2D case example is shown in Fig. 3.20(a) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59 4.1 Flow chart for the upper bound algorithm for shakedown analysis . . . 75 4.2 Flow chart for the primal-dual algorithm for shakedown analysis . . . . 84 5.1 Square plate with a central hole: Full (a) and symmetric geometry (b). 86 5.2 Square plate with central circular hole: Quadratic NURBS mesh with 32 elements and control net. . . . . . . . . . . . . . . . . . . . . . . . . . . 86 5.3 The convergence of the IGA compared with those of different methods for limit analysis (with P2 = 0) of the square plate with a central circular hole. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87 5.4 The limit load domain of the square plate with a central circular hole using the IGA compared with those of other numerical methods. . . . . 88 5.5 Limit and shakedown load factors for square plate with a central hole . 89 5.6 Influency parameter of ε, c and τ . . . . . . . . . . . . . . . . . . . . . 92 5.7 Full geometry and applied load of grooved rectangular plate. . . . . . . 93 5.8 A symmetry of the grooved rectangular plate: a) A symmetric to ... 5] H. Nguyen-Xuan, Loc V. Tran, Chien H.Thai, and Canh. V. Le. Plastic collapse analysis of cracked structures using extended isogeometric elements and second- order cone programming. Theoretical and Applied Fracture Mechanics, 72:13–27, 2014. References 136 [56] Chiozzi Andrea, Milani Gabriele, and Tralli Antonio. A genetic algorithm nurbs- based new approach for fast kinematic limit analysis of masonry vaults. Computers and Structures, 182:187–204, 2017. [57] Gang Xua, Bernard Mourrain, Régis Duvigneau, and André Galligo. Parameteriza- tion of computational domain in isogeometric analysis: Methods and comparison. Computer Methods in Applied Mechanics and Engineering, 200:2021–2031, 2011. [58] Gang Xua, Bernard Mourrain, Régis Duvigneau, and André Galligo. Optimal analysis-aware parameterization of computational domain in 3d isogeometric analysis. Computer-Aided Design, 45:812–821, 2013. [59] Gang Xua, Bernard Mourrain, Régis Duvigneau, and André Galligo. Analysis- suitable volume parameterization of multi-block computational domain in isogeo- metric applications. Computer-Aided Design, 45:395–404, 2013. [60] Elisabeth Pilgerstorfer and Bert Jüttler. Bounding the influence of domain parameterization and knot spacing on numerical stability in isogeometric analysis. Computer Methods in Applied Mechanics and Engineering, 268:589–613, 2014. [61] Elena Atroshchenko, Satyendra Tomar, Gang Xu, and Stéphane P.A. Bordas. Weakening the tight coupling between geometry and simulation in isogeometric analysis: From sub- and super-geometric analysis to geometry-independent field approximation (gift). International Journal for Numerical Methods in Engineering, 114:1131–1159, 2018. [62] Grégory Legrain. A nurbs enhanced extended finite element approach for unfitted cad analysis. Computational Mechanics, 52:913–929, 2013. [63] N.Nguyen-Thanh, H.Nguyen-Xuan, S.P.A.Bordas, and T.Rabczuk. Isogeometric analysis using polynomial splines over hierarchical t-meshes for two-dimensional elastic solids. Computer Methods in Applied Mechanics and Engineering, 200:1892– 1908, 2011. [64] Dominik Schillinger, John A.Evans, Alessandro Reali, Michael A.Scott, and Thomas J.R.Hughes. Isogeometric collocation: Cost comparison with galerkin methods and extension to adaptive hierarchical nurbs discretizations. Computer Methods in Applied Mechanics and Engineering, 267:170–232, 2013. [65] Gang Xu, Ming Li, Bernard Mourrain, Timon Rabczuk, Jinlan Xu, and Stéphane P.A.Bordas. Constructing iga-suitable planar parameterization from complex cad References 137 boundary by domain partition and global/local optimization. Computer Methods in Applied Mechanics and Engineering, 328:175–200, 2018. [66] N.Vu-Bac, T.X.Duong, T.Lahmer, X.Zhuang, R.A.Sauer, H.S.Park, and T.Rabczuk. A nurbs-based inverse analysis for reconstruction of nonlinear defor- mations of thin shell structures. Computer Methods in Applied Mechanics and Engineering, 331:427–455, 2018. [67] C. Anitescu, M.N. Hossain, and T. Rabczuk. Recovery-based error estimation and adaptivity using high-order splines over hierarchical t-meshes. Computer Methods in Applied Mechanics and Engineering, 328:638–662, 2018. [68] J.W. Simon and D. Weichert. Interior-Point Method for Lower Bound Shake- down Analysis of von Mises-Type Materials. Limit State of Materials and Struc- tures(Editors by Géry de Saxcé, Abdelbacet Oueslati, Eric Charkaluk and Jean- Bernard Tritsch). Springer, 2013. [69] Alan R.S.Ponter, Paolo. Fuschi, and Markus. Engelhardt. Limit analysis for a general class of yield conditions. European Journal of Mechanics - A/Solids, 19(3):401–421, 2000. [70] H. F. Chen, A.R.S. Ponter, and R.A Ainsworth. The linear matching method applied to the high temperature life assessment of structures, part 1. assessments involving constant residual stress fields. International Journal of Pressure Vessels and Piping, 83:123–135, 2006. [71] H. F. Chen, A.R.S. Ponter, and R.A Ainsworth. The linear matching method applied to the high temperature life assessment of structures, part 2. assessments beyond shakedown involving changing residual stress fields. International Journal of Pressure Vessels and Piping, 83:136–147, 2006. [72] D. K. Vu. Dual Limit and Shakedown analysis of structures. PhD Dissertation, Université de Liège, Belgium, 2001. [73] T. J. R Hughes., J. A. Cottrell., and Y. Bazilevs. Isogeometric analysis: Cad, finite elements, nurbs, exact geometry and mesh refinement. Computer Methods in Applied Mechanics and Engineering, 194:4135–4195, 2005. [74] J. A. Cottrell., T. J. R Hughes., and Y. Bazilevs. Isogeometric analysis: Towards Integration of CAD and FEA. John Wiley and Sons, 2009. References 138 [75] Evans J.A Borden M.J, Scott M.A and Hughes T.J.R. Isogeometric finite element data structures based on bézier extraction of nurbs. International Journal for Numerical Methods in Engineering, 88:126–156, 2011. [76] D. C. Thomas, M. A. Scott, J. A. Evans, K. Tew, and E. J. Evans. Bézier projection: a unified approach for local projection and quadrature-free refinement and coarsening of nurbs and t-splines with particular application to isogeometric design and analysis. Computer Methods in Applied Mechanics and Engineering, 284:55–105, 2014. [77] Dominik Schillinger, Praneeth K. Ruthal, and Lam H. Nguyen. Lagrange extrac- tion and projection for nurbs basis functions: A direct link between isogeometric and standard nodal finite element formulations. International Journal for Nu- merical Methods in Engineering, 108(6):515–534, 2016. [78] C. Costa R. Feijoo L.A. Borges, N. Zouain. An adaptive approach to limit analysis. International Journal of Solids and Structures, 38:1707–1720, 2001. [79] H. Nguyen-Xuan, Son Nguyen-Hoang, T.Rabczuk, and K.Hackl. A polytree-based adaptive approach to limit analysis of cracked structures. Computer Methods in Applied Mechanics and Engineering, 313:1006–1039, 2017. [80] H Nguyen-Xuan and Khanh N Chau Hien. V. Do. An adaptive strategy based on conforming quadtree meshes for kinematic limit analysis. Computer Methods in Applied Mechanics and Engineering, 341:485–516, 2018. [81] TQ Chu PLH Ho, Canh V Le. The equilibrium cell-based smooth finite ele- ment method for shakedown analysis of structures. International Journal of Computational Methods, 71:1840013, 2017. [82] Canh V Le. Estimation of bearing capacity factors of cohesive-frictional soil using the cell-based smoothed finite element method. Computers and Geotechnics, 83:178–183, 2017. [83] Gang Xua, Bernard Mourrain, Régis Duvigneau, and André Galligo. Constructing analysis-suitable parameterization of computational domain from cad boundary by variational harmonic method. Journal of Computational Physics, 252:275–289, 2013. [84] M. Kleiber J.A. König. On a new method of shakedown analysis. Bull. Acad. Polonaise Sci. XXVI, 4:165–171, 1978. References 139 [85] Bree J. Elastic-plastic behaviour of thin tubes subjected to internal pressure and intermittent high heat fluxes with application to fast nuclear reactor fuel elements. Journal of Strain Analysis, 2:226–238, 1967. [86] Cherniavsky O. F Gokhfeld D. A. Limit analysis of structures at thermal cycling. Sijthoff and Noordhoff, The Netherlands, 1980. [87] Sawczuk A. Shakedown analysis of elastic-plastic structures. Nuclear engineering and design, 28:121–136, 1974. [88] M.Kleiber A.Borkowski. On a numerical approach to shakedown analysis of structures. Computer Methods in Applied Mechanics and Engineering, 2:101–119, 1980. [89] P. Morelle. Structural shakedown analysis by dual finite-element formulations. Engineering Structures, 6:70–79, 1984. [90] Nguyen-Dang Hung P. Morelle. Etude numérique de l’adaptation plastique des plaqueset des coques de révolution par les éléments finis d’équilibre. J. Méc. Théor. Appl., 2:567–599, 1983. [91] Polizzotto C. Upper bounds on plastic strains elstic-perfectly plastic solids subjected to variable loads. International Journal of Mechanical Sciences, 21:317– 327, 1979. [92] Jospin J.R. Displacement estimates of pipe elbows prior to plastic collapse loads. Nuclear Engineering and Design, 97:165–178, 1978. [93] A. M. Yan. Contribution to direct limit state analysis of plastified and cracked structures. PhD Dissertation, Université de Liège, Belgium, 1999. [94] L. Piegl and W. Tiller. The NURBS Book. Springer, 1997. [95] Verhoosel C.V Sederberg T.W Scott M.A, Borden M.J and Hughes T.J.R. Iso- geometric finite element data structures based on bézier extraction of t-splines. International Journal for Numerical Methods in Engineering, 88:126 – 156, 2011. [96] E. Suli and D.F. Mayers. An introduction to numerical analysis. Cambridge University Press, 2003. [97] A. Zavelani L. Corradi. A linear programming approach to shakedown analysis of structures. Computer Methods in Applied Mechanics and Engineering, 3:37–53, 1974. References 140 [98] A. M. Yan and H. Nguyen-Dang. Limit analysis of cracked structures by mathe- matical programming and finite element technique. Computational Mechanics, 24:319–333, 1999. [99] F. W. Williams B. Y. Xu M. D. Xue, X. F. Wang. Lower-bound shakedown analysis of axisymmetric structures subjected to variable mechanical and thermal loads. International Journal of Mechanical Sciences, 39:965–976, 1997. [100] Haiyuan Yang Yueheng Xu. Subdomain bounding technique for large scale shakedown analysis. Computers and Structures, 30:883–886, 1988. [101] Dieter Weichert A. Hachemi. Numerical shakedown analysis of damaged structures. Computer Methods in Applied Mechanics and Engineering, 160:57–70, 1998. [102] Dieter Weichert. On the influence of geometrical nonlinearities on the shakedown of elastic-plastic structures. International Journal of Plasticity, 2:135–148, 1986. [103] Bui Cong Thanh. Analyses directe des états limites plastiques des structures par programmation mathematique et discretisation en elements finis. PhD Dissertation, Université de Liège, Belgium, 1998. [104] Bazaraa M. S, Sherali H. D, and Shetty C. M. Nonlinear programming. Theory and algorithms. John Wiley and Sons, 1993. [105] T. N. Tran, G. R Liu, H. Nguyen-Xuan, and T. Nguyen-Thoi. An edge-based smoothed finite element method for primal-dual shakedown analysis of structures. International Journal for Numerical Methods in Engineering, 82:917–938, 2010. [106] H. Nguyen-Xuan, T. Rabczuk, T. Nguyen-Thoi, T. N. Tran, and N. Nguyen-Thanh. Computation of limit and shakedown loads using a node-based smoothed finite element method. International Journal for Numerical Methods in Engineering, 90:287–310, 2012. [107] Johannes Gross-Weege. On the numerical assessment of the safety factor of elastic- plastic structures under variable loading. International Journal of Mechanical Sciences, 39:417–433, 1997. [108] M. Vicente da Silva and A. N. Antão. A non-linear programming method approach for upper bound limit analysis. International Journal for Numerical Methods in Engineering, 72:1192–1218, 2007. References 141 [109] V. Carvelli, Z.Z. Cen, Y. Liu, and G. Maier. Shakedown analysis of defective pres- sure vessels by a kinematic approach. Archive of Applied Mechanics, 69:751–764, 1999. [110] W. Prager and P. G Hodge. Theory of Perfectly Plastic Solids. John Wiley and Sons, 1951. [111] R Casciaro and L Cascini. A mixed formulation and mixed finite elements for limit analysis. International Journal for Numerical Methods in Engineering, 18:211–243, 1982. [112] Petrolo S Garcea G, Armentano G and Casciaro R. Finite element shakedown analysis of two-dimensional structures. International Journal for Numerical Methods in Engineering, 63:1174–1202, 2005. [113] Cocks A. C. F. and Leckie F. A. Deformation bounds for cyclically loaded shell structures operating under creep condition. Journal of Applied Mechanics, Transactions of the ASME, 55:509–516, 1988. [114] G. L. Hollinger and John L. Hechmer. Three dimensional stress evaluation guidelines progress report. Recertification and Stress Classification Issuses, ASME PVP, 277:95–102, 1994. [115] Seshadri R. and S. P. Mangalaramanan. Lower bound limit loads using variational concepts: The mα method. International Journal of Pressure Vessels and Piping, 71:93–106, 1997. [116] C. Hari Manoj Simha and R. Adibi-Asl. Lower bound limit load estimation using a linear elastic analysis. Journal of Pressure Vessel Technology, 134:021207.1– 021207.10, 2012. [117] R. Seshadri and M. M. Hossain. Simplified limit load determination using the mα- tangent method. Journal of Pressure Vessel Technology, 131:021213.1–021213.6, 2009. [118] S. L. Mahmood and R. Seshadri. Limit load evaluation using the ma-tangent multiplier in conjunction with elastic modulus adjustment procedure. Journal of Pressure Vessel Technology, 135:051203.1–051203.9, 2013. [119] Jeries Abou-Hanna and Timothy E. McGreevy. A simplified ratcheting limit method based on limit analysis using modified yield surface. International Journal of Pressure Vessels and Piping, 88:11–18, 2011. References 142 [120] N.S Ngo and F. Tin-Loi. Shakedown analysis using the p-adaptive finite element method and linear programming. Engineering Structures, 29(1):46–56, 2007. [121] M. Staat and M. Heitzer. Lisa — a european project for fem-based limit and shakedown analysis. Nuclear Engineering and Design, 201:151–166, 2006. [122] X.Peng, E.Atroshchenko, P.Kerfriden, and S.P.A.Bordas. Linear elastic fracture simulation directly from cad: 2d nurbs-based implementation and role of tip enrichment. International Journal of Fracture, 204:55–78, 2017. [123] A. G. Miller. Review of limit loading of structures containing defects. International Journal of Pressure Vessels and Piping, 32:197–327, 1988. [124] G. G. Chell. Elastic-plastic fracture mechanics. in Developments in Fracture Mechanics-1 (Edit by Chell G. G.), Applied Science Publishers, London, 1979. [125] T. D. Tran and C. V. Le. Extended finite element method for plastic limit load computation of cracked structures. International Journal for Numerical Methods in Engineering, 104:2–17, 2015. [126] M. Staat and Duc Khoi Vu. Limit analysis of flaws in pressurized pipes and cylin- drical vessels. part i: Axial defects. Engineering Fracture Mechanics, 74:431–450, 2007. [127] M. Staat and Duc Khoi Vu. Limit analysis of flaws in pressurized pipes and cylin- drical vessels. part ii: Circumferential defects. Engineering Fracture Mechanics, 97:314–333, 2013. [128] Y. Lei. A review of limit load solutions for cylinders with axial cracks and development of new solutions. International Journal of Pressure Vessels and Piping, 85:825–850, 2008. [129] Yun-Jae Kim, Do-Jun Shim, Nam-Su Huh, and Young-Jin Kim. Plastic limit pressures for cracked pipes using finite element limit analyses. International Journal of Pressure Vessels and Piping, 79:321–330, 2002.
File đính kèm:
- phuong_phap_phan_tu_huu_han_dang_hinh_hoc_cho_phan_tich_gioi.pdf
- Tomtat luan an tieng Anh_NCS Do Van Hien 24_06_2020.pdf
- Tomtat luan an tieng Viet_NCS Do Van Hien 24_06_2020.pdf
- Trang hong tin LA tieng viet Do Van Hien 24_06_2020.docx
- Trang thong tin LA tieng Anh Do Van Hien 24_06_2020.docx