教学文库网 - 权威文档分享云平台
您的当前位置:首页 > 精品文档 > 实用模板 >

abaqus常用技巧总结 - 图文(7)

来源:网络收集 时间:2026-08-21
导读: *STEP ...... ...... *BOUNDARY CONDITIONS,OP=NEW ...... *END STEP Command方式:abaqus job=job_name user=source_file(或者obj_file); CAE方式:在最后submit的时候可以选择source_file(或者obj_file). 不太

*STEP ......

......

*BOUNDARY CONDITIONS,OP=NEW

......

*END STEP

Command方式:abaqus job=job_name user=source_file(或者obj_file); CAE方式:在最后submit的时候可以选择source_file(或者obj_file).

不太明白你的意思。

如果只是要得到所需要的如应力,应变等,那么在数据行请求

输出就行了啊,而且个人觉得abaqus的后处理功能基本上也够用了,直接输出到*.odb文件

中,用CAE或者Viewer后处理即可。

而*el print输出的dat文件包含其他的信息,如版本号、处理内容等。

若想要直接输出到其他后处理软件的话,可以输出到result file文件*.fil,不过,

这可是二进制文件或者ASCII文件,还是需要处理的,或者直接用Hypermesh等后处理 程序打开做图。

好像是在tool->display->create->再选定一个单元集或者是节点集 然后操作是―取代‖还是其他等等(就是里面的两个圆圈相交, 还是想减)。你试试看看。

这个是要到后处理才行吧 非要计算以后形成*.odb吗

前处理里面怎么才可以啊

Python在abaqus中可以运行scrpit文件,你在CAE manual中就 可以将其附录中的例子存为*.py文件,然后在CAE的菜单中 run script就可以运行了。

BTW:请问你的是abaqus的那个版本?6.2 or 6.3?6.3的有盗版了?

: (1),请问如何得到M,C,K矩阵?用什么命令?

试一试:*element matrix output

: (2),想要用Newmark方法求解.求解问题,在ABAQUS中如何实现?或者 : 那里能找到类似的例子?

看看:standard manuals:analysis的dynamics analysis和explicit manuals

: (3),ABAQUS中能实现这样的东西吗?就是我需要平滑ABAQUS产生的位移场 : 还是这个平滑只能在其他环境中完成?

试试这个输出选项:

*El print,Position=average at Nodes

: abaqus/CAE好像不能生成节点集,只能定义某个实体,后处理用这个实体上的节点。

: 看到CAE的例题都是这样做的。

NODE SET是abaqus的基本功能,也是其方便使用之处, 在CAE中是支持的。

这个例子我做过,没有问题。

: : 我用tool》set》create居然不能选择由CAE生成的节点(不是顶点)

这是因为你没有正确操作Partition Edge这一步。

【 在 sunhaolan 的大作中提到: 】

: abaqus/CAE好像不能生成节点集,只能定义某个实体,后处理用这个实体上的节点。

ABAQUS divides all of its analysis procedures into two main groups: linear perturbation and general. ABAQUS makes a very clear distinction between perturbation and general analysis procedures because loading conditions and \ for the two cases. Furthermore, the results from each type of procedure should be interpreted differently. The response of the model during a general analysis procedure, known as a general step, may be either

nonlinear or linear. In a step that uses a perturbation procedure, which is called a perturbation step, the response can only be linear. ABAQUS treats

such steps as a linear perturbation about the preloaded, predeformed state (known as the base state) created by any previous general steps; therefore, its capability for doing linear simulations is rather more general than that of a purely linear analysis program.

各位大侠,我在定义step的时候,前三个用的是standard中的相关命令.在 step 4的时候,我想用explicit来求解,并且定义了amplitude,来模拟一个 位移随时间的简单变化,命令如下:

*step name=\~~~\,nlgeom,inc=1000(好像explicit里没有inc这个参数) *dynamic,explicit ,2

*amplitude name=ramp 0,0,1,1,2,1

*boundary amplitude=ramp

refpunch(刚体参照点)2,2,-0.03 *end step

有问题吗?

另外standard的命令和explicit的命令能出现在同一个.inp文件中吗?

要转换的.

ABAQUS/Standard and ABAQUS/Explicit are separate program modules with different data structures; hence, the

explicit dynamics procedure cannot be used in the same analysis as any of the procedures in ABAQUS/Standard.

However, ABAQUS provides a capability to import a deformed mesh and associated

material state from

ABAQUS/Explicit into ABAQUS/Standard and vice versa. This procedure is described in ``Transferring results between

ABAQUS/Explicit and ABAQUS/Standard,'' Section 7.6.2 of the ABAQUS/Standard

User's Manual.

【 在 linyuwho (苍龙有悔) 的大作中提到: 】

: 各位大侠,我在定义step的时候,前三个用的是standard中的相关命令.在 : step 4的时候,我想用explicit来求解,并且定义了amplitude,来模拟一个 : 位移随时间的简单变化,命令如下:

: *step name=\~~~\,nlgeom,inc=1000(好像explicit里没有inc这个参数) : *dynamic,explicit : ,2

: *amplitude name=ramp : 0,0,1,1,2,1

: *boundary amplitude=ramp

: refpunch(刚体参照点)2,2,-0.03 : *end step : ...................

feature菜单下有删除一项。基准点是一种feature

: 工具栏不有个像铅笔一样的的东东么

我想把计算出来的应力,应变,位移等数据提取出来,在其他软件里处理, 请问该怎么办?我在。dat里没有找到这些数据阿?。res不是文本格式, 其他的好像也没有啊。

计算结果,没有文本格式,只能自己把数据倒出来。 在显示结果的模块中,名字忘了, 就是sketch前面那个,

在report菜单中,可以到处自己需要的文件。 文件格式是:rpt

谢谢,但是这个为什么只有应力和应变呢?计算出的位移的数据怎么会没有呢? 【 在 santong (supernova) 的大作中提到: 】

: 计算结果,没有文本格式,只能自己把数据倒出来。 : 在显示结果的模块中,名字忘了, : 就是sketch前面那个, …… 此处隐藏:1884字,全部文档内容请下载后查看。喜欢就下载吧 ……

abaqus常用技巧总结 - 图文(7).doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.jiaowen.net/wendang/519556.html(转载请注明文章来源)
Copyright © 2020-2025 教文网 版权所有
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:78024566 邮箱:78024566@qq.com
苏ICP备19068818号-2
Top
× 游客快捷下载通道(下载后可以自由复制和排版)
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能出现无法下载或内容有问题,请联系客服协助您处理。
× 常见问题(客服时间:周一到周五 9:30-18:00)