已阅读5页,还剩52页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1,Finite Element Method,MODELLING TECHNIQUES,CHAPTER 8:,2,CONTENTS,INTRODUCTION CPU TIME ESTIMATION GEOMETRY MODELLING MESHING Mesh density Element distortion MESH COMPATIBILITY Different order of elements Straddling elements,CONTENTS,USE OF SYMMETRY Mirror symmetry Axial symmetry Cyclic symmetry Repetitive symmetry MODELLING OF OFFSETS Creation of MPC equations for offsets MODELLING OF SUPPORTS MODELLING OF JOINTS,4,CONTENTS,OTHER APPLICATIONS OF MPC EQUATIONS Modelling of symmetric boundary conditions Enforcement of mesh compatibility Modelling of constraints by rigid body attachment IMPLEMENTATION OF MPC EQUATIONS Lagrange multiplier method Penalty method,5,INTRODUCTION,Ensure reliability and accuracy of results. Improve efficiency and accuracy.,6,INTRODUCTION,Considerations: Computational and man power resource that limit the scale of the FEM model. Requirement on results that defines the purpose and hence the methods of the analysis. Mechanical characteristics of the geometry of the problem domain that determine the types of elements to use. Boundary conditions Loading and initial conditions,7,CPU TIME ESTIMATION,( ranges from 2 3),Bandwidth, b, affects ,- minimize bandwidth,Aim:,To create a FEM model with minimum DOFs by using elements of as low dimension as possible, and To use as coarse a mesh as possible, and use fine meshes only for important areas.,8,GEOMETRY MODELLING,Reduction of complex geometry to a manageable one. 3D? 2D? 1D? Combination?,(Using 2D or 1D makes meshing much easier),9,GEOMETRY MODELLING,Detailed modelling of areas where critical results are expected. Use of CAD software to aid modelling. Can be imported to FE software for meshing.,10,MESHING,To minimize the number of DOFs, have fine mesh at important areas.,In FE packages, mesh density can be controlled by mesh seeds.,Mesh density,(Image courtesy of Institute of High Performance Computing and Sunstar Logistics(s) Pte Ltd (s),11,Element distortion,Use of distorted elements in irregular and complex geometry is common but there are some limits to the distortion. The distortions are measured against the basic shape of the element Square Quadrilateral elements Isosceles triangle Triangle elements Cube Hexahedron elements Isosceles tetrahedron Tetrahedron elements,12,Element distortion,Aspect ratio distortion,Rule of thumb:,13,Element distortion,Angular distortion,14,Element distortion,Curvature distortion,15,Element distortion,Volumetric distortion,Area outside distorted element maps into an internal area negative volume integration,16,Element distortion,Volumetric distortion (Contd),17,Element distortion,Mid-node position distortion,Shifting of nodes beyond limits can result in singular stress field (see crack tip elements),18,MESH COMPATIBILITY,Requirement of Hamiltons principle admissible displacement The displacement field is continuous along all the edges between elements,19,Different order of elements,Crack like behaviour incorrect results,20,Different order of elements,Solution: Use same type of elements throughout Use transition elements Use MPC equations,21,Straddling elements,Avoid straddling of elements in mesh,22,USE OF SYMMETRY,Different types of symmetry:,Mirror symmetry,Axial symmetry,Cyclic symmetry,Repetitive symmetry,Use of symmetry reduces number of DOFs and hence computational time. Also reduces numerical error.,23,Mirror symmetry,Symmetry about a particular plane,24,Mirror symmetry,Consider a 2D symmetric solid:,u1x = 0,u2x = 0,u3x = 0,Single point constraints (SPC),25,Mirror symmetry,Deflection = Free Rotation = 0,Symmetric loading,26,Mirror symmetry,Anti-symmetric loading,Deflection = 0 Rotation = Free,27,Mirror symmetry,Symmetric No translational displacement normal to symmetry plane No rotational components w.r.t. axis parallel to symmetry plane,28,Mirror symmetry,Anti-symmetric No translational displacement parallel to symmetry plane No rotational components w.r.t. axis normal to symmetry plane,29,Mirror symmetry,Any load can be decomposed to a symmetric and an anti-symmetric load,30,Mirror symmetry,31,Mirror symmetry,32,Mirror symmetry,Dynamic problems (E.g. 2 half models to get full set of eigen modes in eigenvalue analysis),33,Axial symmetry,Use of 1D or 2D axisymmetric elements Formulation similar to 1D and 2D elements except the use of polar coordinates,Cylindrical shell using 1D axisymmetric elements,3D structure using 2D axisymmetric elements,34,Cyclic symmetry,uAn = uBn,uAt = uBt,Multipoint constraints (MPC),35,Repetitive symmetry,uAx = uBx,36,MODELLING OF OFFSETS, offset can be safely ignored, offset need to be modelled, ordinary beam, plate, and shell elements should not be used. Use 2-D or 3-D solid elements.,Guidelines:,37,MODELLING OF OFFSETS,Three methods: Very stiff element Rigid element MPC equations,38,Creation of MPC equations for offsets,Eliminate q1, q2, q3,39,Creation of MPC equations for offsets,40,Creation of MPC equations for offfsets,d6 = d1 + d5 or d1 + d5 - d6 = 0 d7 = d2 - d4 or d2 - d4 - d7 = 0 d8 = d3 or d3 - d8 = 0 d9 = d5 or d5 - d9 = 0,41,MODELLING OF SUPPORTS,42,MODELLING OF SUPPORTS,(Prop support of beam),43,MODELLING OF JOINTS,Perfect connection ensured here,44,MODELLING OF JOINTS,Mismatch between DOFs of beams and 2D solid beam is free to rotate (rotation not transmitted to 2D solid),Perfect connection by artificially extending beam into 2D solid (Additional mass),45,MODELLING OF JOINTS,Using MPC equations,46,MODELLING OF JOINTS,Similar for plate connected to 3D solid,47,OTHER APPLICATIONS OF MPC EQUATIONS,Modelling of symmetric boundary conditions,dn = 0,ui cos + vi sin=0 or ui+vi tan =0 for i=1, 2, 3,48,Enforcement of mesh compatibility,dx = 0.5(1-) d1 + 0.5(1+) d3,dy = 0.5(1-) d4 + 0.5(1+) d6,Substitute value of at node 3,0.5 d1 - d2 + 0.5 d3 =0,0.5 d4 - d5 + 0.5 d6 =0,Use lower order shape function to interpolate,49,Enforcement of mesh compatibility,Use shape function of longer element to interpolate,dx = -0.5 (1-) d1 + (1+)(1-) d3 + 0.5 (1+) d5,Substituting the values of for the two additional nodes,d2 = 0.251.5 d1 + 1.50.5 d3 - 0.250.5 d5,d4 = -0.250.5 d1 + 0.51.5 d3 + 0.251.5 d5,50,Enforcement of mesh compatibility,In x direction,0.375 d1 - d2 + 0.75 d3 - 0.125 d5 = 0,-0.125 d1 + 0.75 d3 - d4 + 0.375 d5 = 0,In y direction,0.375 d6- d7+0.75 d8- 0.125 d10 = 0,-0.125 d6+0.75 d8 - d9 + 0.375 d10 = 0,51,Modelling of constraints by rigid body attachment,d1 = q1 d2 = q1+q2 l1 d3=q1+q2 l2 d4=q1+q2 l3,(l2 /l1-1) d1 - ( l2 /l1) d2 + d3 = 0 (l3 /l1-1) d1 - ( l3 /l1) d2 + d4 = 0,Eliminate q1 and q2,(DOF in x direction not considered),52,IMPLEMENTATION OF MPC EQUATIONS,(Matrix form of MPC equations),(Global system equation),Constant matrices,53,Lagrange multiplier method,(Lagrange multipliers),Multiplied to MPC equations,Added to functional,The stationary condition requires the derivatives of p with respect to the Di and i to vanish.,Matrix equation is solved,54,Lagrange multiplier method,Constraint equations are satisfied exactly Total number of
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 《心肌疾病的护理》课件
- 《我的老师》(作文指导)三年级课件
- 2026年儿科雾化护理练习题及答案
- 2026年机械检验员模拟试题(含答案)
- 2026年暖通空调模拟试题及答案
- 2026年物业管理师(四级)(客户服务管理)试题及答案
- 2026年投资项目管理师《投资建设项目决策》试卷真题(含答案解析)
- 2026年北京公务员考试模拟题及答案详解
- 2026年米泉消防考试题库(含答案)
- 2026年中国草炭土市场研究与投资战略报告
- 2025-2026学年浙江省宁波市鄞州区九年级(上)期中英语试卷
- 茶叶营养与功能 课件 第五章 茶与精神卫生
- 《网络协议》课件
- 建筑工地物体打击应急预案范文
- 机械顶管工作井及接收井逆作法施工方案
- 柴油安全技术说明书(MSDS)
- 2023年波峰焊工程师年度总结及来年计划
- HY/T 0366-2023海洋数据分类分级标准
- 牙体缺损的修复-修复体的粘接粘固与完成
- 高中音乐-【课堂实录】学堂乐歌教学设计学情分析教材分析课后反思
- 三上道德与法治第一单元《战胜困难更快乐》课件
评论
0/150
提交评论