*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前面那个,
: 在report菜单中,可以到处自己需要的文件。 : 文件格式是:rpt
发信人: wjytj (赖子), 信区: FEA
你要在STEP模块field output和history output改变默认 请求输出位移U
或者在*step中加上: *NODE PRINT U
计算完成后在*.DAT文件中就可以提取节点位移。
请问field output和history output什么区别?
关键字*node output和*node print有什么区别?谢谢! 我的。inp数据文件里有这么几行:
*Output, field, frequency=99999 *Node Output U, RF
*Element Output S, E, EE
*Output, history, variable=PRESELECT *El Print, freq=999999 *Node Print, freq=999999
其中在history output中有*node print关键字,但是没有指定输入U, 最后导出的数据没有U这一选项,请问是什么原因?
【 在 wjytj (赖子) 的大作中提到: 】
: 你要在STEP模块field output和history output改变默认 : 请求输出位移U
: 或者在*step中加上: : *NODE PRINT : U
: 计算完成后在*.DAT文件中就可以提取节点位移。
发信人: Mikejwg (mikejwg), 信区: FEA
field output和history output这在viewer模块中很明显。
field output是场量输出,history output为历史数据输出,会记录场量随时间的曲线
至于*node output与*node print的区别在于他们写入不同的后缀文件, 比如*.odb,*.dat等,在help中有详细介绍。 【 在 wsun 的大作中提到: 】
: 请问field output和history output什么区别?
: 关键字*node output和*node print有什么区别?谢谢!