科学网

 找回密码
  注册

tag 标签: 参数化

相关帖子

版块 作者 回复/查看 最后发表

没有相关内容

相关日志

基于Pro/E的液压支架参数化模块设计研究
bshen 2019-8-25 11:20
硕士学位毕业论文 硕士研究生:陈骁 指导教师:沈斌 教授 答辩时间:2012.06 摘要 液压支架是综采设备的重要组成部分。由于我国机械行业目前对于产品的开发设计环节关注度远远低于国外同行业,从而导致产品设计效率低下,开发周期长,优化产品性能困难。为提高综采设备企业的国际市场竞争力,首先要缩短液压支架开发设计时间,以及提高液压支架的可靠性,并且通过对液压支架静力学的分析对其尺寸参数进行优化,保证设计的质量。 本文以四柱支撑掩护式液压支架为例,根据液压支架强度试验而模拟出井下各种危险工况的加载方式,分别对液压支架建立平面力学模型和空间力学模型的方法来对其进行静力学分析。不仅可以优化筛选液压支架的结构参数,而且还可以通过计算出来的关键部位的载荷来为后期的有限元分析做准备。 通过对 Pro/E 的 TOP-DOWN 和参数化建模技术的研究先对液压支架进行骨架建模,再使用发布几何、复制几何、参数—关系等方法来实现液压支架各零部件之间的信息传递和液压支架模型的建立。 基于 Pro/TOOLKIT 的开发方法,以 Visual Studio 2005 为集成开发环境使用 VC++ 编程语言对 Pro/E 进行二次开发,以及对 SQL Server 数据库技术的深入研究。最后对模型库、力学模型、数据库等进行有机的结合,实现设计人员在特定的用户界面下快速有效地对液压支架进行设计和模型生成。 本文的研究对提高产品的设计效率、缩短产品的开发周期有很高的实际应用价值,一定程度满足了现代企业在当今市场竞争中低成本高效率开发新产品的需求。 关键词 :液压支架, Pro/E , TOP-DOWN ,参数化, VC++ ,数据库 ABSTRACT The hydraulic support is an important part of mining equipment. Because of Chinese machinery industry for attention of product development and design aspects is far lower than the same industry in foreign countries. It is resulting in inefficient product design and development cycles, optimize product performance problems, and it is difficult to reduce production costs through research and development. In order to improve the international competitiveness of the mining equipment companies, it is important to shorten the design time of the hydraulic support development, and improve the reliability of the hydraulic support, and optimize its size parameters by statics analysis of the hydraulic supports to ensure the quality of the design. Using four-post support sheltering hydraulic support for instance. According to the strength test of hydraulic support which simulate the loading of the underground hazardous conditions to its statics analysis of planar mechanical model and space mechanics model of the hydraulic support. This not only can optimize the structure parameters of hydraulic support, but also the finite element analysis can be calculated from the critical parts of the load to prepare later. Researching the Pro/E TOP-DOWN and parametric modeling techniques to model the hydraulic support, Using the skeleton modeling, publish geometry, copy geometry methods to realize geometrical parameters – relations between the various component s of the hydraulic support information transmission and hydraulic support model Using VC++ programming language for development in Visual Studio 2005 integrated development environment. And in-depth study on the SQL Server database technology, in order to achieve a specific user interface, by which the designers can design and model a hydraulic support quickly and efficiently. Greatly improved the efficiency of the design and development of the hydraulic support. This research to improve the design efficiency and shorten the product development cycle has a high practical value, in order to meet the needs of modern enterprises in today's market competition, cost-effective development of new products. cost-effective development of new products. Key Words: hydraulic support, Pro/E, TOP-DOWN, Parameterize, VC++, databa
个人分类: 硕士研究生毕业论文|1440 次阅读|0 个评论
Abaqus参数化分析
freemandong 2016-3-23 21:46
Abaqus是一个跨平台的有限元分析软件,其CAE界面主要用来前处理,生成Input文件,再将Input文件提交到有限元内核中分析求解。Abaqus本身就提供参数化分析的功能,所以用它来完成参数化分析非常容易。 要对Abaqus参数化分析,分几个步骤。 1 要有一个inp文件的模板。可以使用CAE生成的inp文件作为模板。 2 要确定研究的参数,把参数定义在inp模板中。 这时在inp文件的头部加一个关键字 *PARAMETER, 说明要定义的参数 另起一行,把要定义的参数和其初始写入。如: par1 = 10 这样,参数par1就定义在inp模板中了。在参数要使用的位置,将原有的数据换成加尖括号的参数名,如par1 inp模板就做好了。 3 编写脚本定义参数化分析方法 Abaqus与Python语言是紧密联系的,驱动参数化分析也是使用python脚本。参数化分析被封装为一个ParStudy类,提供了一系列方法,需要在脚本中完成下列定义。 1)参数化分析的名称和参数名称 2)参数的定义,是连续的还是离散的 3)参数取样。有多种取样方法,可以给定一系列值,也可以在指定范围内取样,还可以对称取样。 4)参数组合。有三种组合方法 ,MESH, TUPLE, CROSS 5)生成inp文件 6)执行分析 7)建立分析的结果库 8)在结果库中搜集关心的分析结果 9)输出分析结果 这9个步骤下来,就可以实现参数化分析并获取结果了。具体的脚本可以参考Abaqus的帮助文件。 为了分析的方便,我把上述语句写成了一个模板,放在附件中了: ParameterStudyScript.psf 只要在上面做一些小修改就可以实现参数化分析了。 4 脚本执行 在inp和psf文件所在的位置打开终端(或命令提示符),输入 abaqus script=xxx.psf 就可以执行了。执行结束后在终端中会有提示。记得把abaqus/Commands加入环境变量。
个人分类: 软件应用|5276 次阅读|0 个评论

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-4-27 01:11

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部