ImageVerifierCode 换一换
格式:DOCX , 页数:13 ,大小:624.73KB ,
资源ID:27743157      下载积分:3 金币
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.bdocx.com/down/27743157.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录   QQ登录  

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(机械毕业设计英文外文翻译基于虚拟样机技术的汽车驱动桥桥壳CADCAE系统的建立于研究.docx)为本站会员(b****8)主动上传,冰豆网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知冰豆网(发送邮件至service@bdocx.com或直接QQ联系客服),我们立即给予删除!

机械毕业设计英文外文翻译基于虚拟样机技术的汽车驱动桥桥壳CADCAE系统的建立于研究.docx

1、机械毕业设计英文外文翻译基于虚拟样机技术的汽车驱动桥桥壳CADCAE系统的建立于研究附录A 外文文献原文A1 Establish and research on CA/CAE sysytem of automobile drive axle housing based on virtual prototype technologyVirtual prototype refer to a model which is in the step of product progress, occurring in the computer realm, aiming at the optimizati

2、on based on the CAD model used to stimulating analysis product. Virtual prototype in mainly used for test which was failed by physical test. Based on the result which is drawn from the stimulation result, it is easy to modify and guide design, until reach the optimistic design Automobile drive axle

3、housing is a main part of a mobile. disconnect drive axle housing is used for bearing the mobiles weight ,transferring the load to the wheels Drawing force, braking force lateral force and vertical force are transferred to frame and compartment by drive axle housing. So drive axle housing is either

4、a bearing or a transmission item. If not correctly designed or some problem occurred while manufacturing, drive axle housing may deformed or fracture. As a traditional design method is so costly that is necessary to introduce the virtual prototype technology.A1.1 design scheme Traditional design met

5、hod for drive axle housing is firstly giving a scheme ,manufacturing , a sample item then a series test (such as stiffness test bending fatigue test and static strenth test )is carried out Apparently this method is very money consuming ,and the final parameter may be not optimal .if adopt the Virtua

6、l prototype technology stimulazing kinds of working condition of drive axle housing ,and draw a series of optimal parameters .Based on these parameter the physical machine are carried out to do physical test .this method can save time ,cutting the cost ,thus bring in huge benefit to the enterprise.M

7、odern trial production progress vary largely to the traditional one .As depicted ,in the picture ,A loop is absent in the traditional drive axle housing making virtual prototype can assess the cost quality and manufacturability on the computer. If the assessment is not satisfying, it is necessary to

8、 adjust .repeat a loop until reach a ideal parameter.This scheme design a software terrace, providing a interface for Solidworks patron and Nastron ,using superiority of this professional software ,and develop these software ,but a drive axle housing product design terrace.Considering the question o

9、f improving the analysis efficiency and simplifying finite element ,this system adopt a method which uses parametric modeling that is totally different from do make up for CAD model .And the CAD model is only used for oversight A1.2 Parameterized Modeling by SolidWorksThey are all available for seco

10、nd-time development of SolidWorks for the softwares that support OLE and COM. Because of design requirements, the development software of the system is Delphi and second development software of SolidWorks is OLE. The copyright of SolidWorks is 2006. To use this method, it must be registered for auto

11、-severed including files sldworks.tlb and element files that filenames are SldWorks_TLB.pas severed by SolidWorks under Delphi program environment, and they are available after programs are complied.The topology structure of SolidWorks is typically five layers topology structure. A part is consist o

12、f bodies, and bodies include surfaces, and surfaces include edges, and edges include curves and points. It may use record in delphi to define bodies, surfaces and points these data structure and apply respectively to store topology information. The steps of the parameterized modeling of CAD by Solid

13、Works are as follows: firstly, it must be defined correctly for the relationship between automobile dimension and other dimensions. Secondly, initialize the various record and auto-product the drawing of axle housing using API function. Lastly, it is available for users to check the CAD model and mo

14、dify various dimensions on the plate. The program can auto-modify the other relative dimensions and redraw the picture in SolidWorks by using the relationships that have been defined previously. A1.3 Patran & Nastran FEA analysisA1.3.1 PCL programMSC/PATRAN provides a fully functions program languag

15、e for users, as PCL. PCL provide abundant of tables and menus and allow users to read and write all information in Patran database, which structure is similar with C language. The paper develops the analysis module of the automobile drive axle housing, which includes parameterize modeling, ALE, mate

16、rial definition, load cases definition, Nastran analysis submitted and results post-possessing and other functions.There are no special develop environment in PCL, generally the codes are written in test editor and saved as *.pcl format, and then the files are pre-compiled as *.cpp format in DOS, an

17、d debug them in Patran at last. The detail operates are as follows:Pre-compile *.pcl file:cpp *.pcl *.cppdebug *.cpp file in patran:!input *.cppWhen starting, Patran will execute init.pcl file under its root catalogue. The file includes two commands:!INPUT p3prolog.pcl and !IPUT p3epilog.pcl. As pre

18、-compile these two files when Patran starts. Users can write commands to initialize Patran starting viewport. For example, write commands:!iput C:MSC.SoftwareMSC.Patran2005_r2 rearhouse.cpp and rearhouse.init() in p3epilog.pcl, in which, rearhouse.cpp is the second-time development program for autom

19、obile drive axle housing. It will influence the starting speed, for this, users can write self-definition functions and compile them into a database, which Patran can call directly. The method is that:Input commands in Patran:!COMPLIE rearhouse.cpp into rearhouse.plb!library rearhouse.plb!llibrar ke

20、epopen rearhouse.plbAs this, Patran can load including files when it starts and the speed is rather fast. For initialize the viewport, users need to input that: rearhouse,init().A1.3.2 Program Design FlowcharThe FEA parameterize modeling part is implemented as follows:Input various key parameters in

21、to delphi, and they will be compiled and format a file whose suffix is .cpp. The contents of init.pcl can be modified by dephi. As that, users can enter Patran by click “FEA parameterize modeling” in this system, and they will see a new file, whose drawing zone has complete FEA module. The program p

22、arts dont need to communicate with users and just like a back program. In this progress it will need API function of Windows system. Due to they require high communicate for ALE, material definition, load cases definition, Nastran analysis submitted and results post-possessing and other functions, w

23、hich are not convenient for delphi to control directly, these parts will be written by PCL. Patran may copy the .CPP files to the catalog such as “C:MSC.SoftwareMSC.Patra2005_r2”, and modify the relative contents in init.pcl file. Allowing for the special features of housing modeling and computing s

24、peed of computers, the program all use shell elements to simulate housing. Therefore it use sgm_const_surface_extrude() to product shell function when modeling, and use fem_create_mesh_surf_4() to mesh when FEA meshing. A1.4 Software application exampleThis software is established by the delphi comp

25、uter language. After enter the system, preliminary design of automobile drive axle housing by basis mechanics must be completed to define the key dimension, then CAE/CAD modeling and analyzing of various operating conditions should be starting. The software interface is shown in the Figure A1, Figur

26、e A2 shows the solid model of axle housing by SolidWorks parameterized modeling.Figure A1 The software interfaceFigure A2 The solid model of axle housingTable A1 illustrates material parameters whichComponentMaterialModulus of elasticityPoisson ratioDensityDrive axle housingQT400-151.962E8 KPa0.37.8

27、E-6 kg/mm3Half axle casing45Mn22.1E8 KPa0.287.9E-6 kg/mm3Five operating conditions are analyzed by Patran&Nastran in this system, which are shown in Figure A5, static of 2.5 times full load, driving by the maximum drawing force, brake of full load, turning around of full load, brake of full load in

28、turning around. Longitudinal direction, side direction, vertical direction and revolve of longitudinal direction constraints are laid on at the center of steel plate spring. Load is laid on at the half axle casing, which resulting stress is inconsistent with actual condition, bringing no impact on s

29、tress of other parts of axle housing. The result shows that Tresca stress on wheel side is larger in Table A3.Table A2 The stress of axle housing of 5 operating conditionsStatic of 2.5 times full loadDriving by the maximum drawing forceBrake of full loadTurning around of full loadBrake of full load

30、in turning aroundStress in critical section1758793.5158205The allowable stress of axle housing is 400MPa, the design is very safe, which shown in the Table A2. Figure 8 illustrates the distribution of stress nearby the steel plate spring. Figure A3 The distribution of stress nearby the steel plate s

31、pringTable A3 illustrates the former 9th order natural frequency of automobile drive axle housing by this system.Table A3 The former 9th order natural frequencyOrder123456789Frequency181.47265.91433.24614.33658.761119.911661347.41399.6Since the road is not absolutely smooth, automobile natural frequ

32、ency often occur between 120Hz. Resonance of axle housing wont be caused. This result is reasonable. Figure A4 The 1st order mode of vibration附录B 外文文献中文翻译A1 基于虚拟样机技术的汽车驱动桥桥壳CAD/CAE系统的建立于研究虚拟样机是指在产品设计阶段,在计算机世界中,以优化设计思想为指导,以产品CAD模型为基础,利用各种相关CAE分析软件,进行产品主要性能仿真分析的数字模型。虚拟样机主要进行对物理样机而言难以进行的试验,根据虚拟样机反馈的仿真结果,修正、指导设计,直至获得系统级的优化设计方案。 驱动桥桥壳是汽车上主要零件之一,非断开式驱动桥壳起着支承汽车荷重的作用,并将载荷传给车轮。作用在驱动车轮上的牵引力、制动力、侧向力和垂向力也经过桥壳传到悬架及车架或车厢上。因此,桥壳既是承载件又是传力件。如设计不当或制造

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1