学习资料
常 问 CAE 界 面 操 作 前处理:
1、如何显示梁截面(如何显示三维梁模型)
a)无论是运算还是默认显示,ABA中的梁都是一条线,显示梁截面:view->assembly display option->render beam profiles/view->part display option->render beam profiles,自己调节系数。 b) 后处理在deformed shape和undeformed shape都能用上面的方法显示梁截面,在应力云图(contour)不能显示。
c) Conventional shell 沒有辦法顯示厚度,因為本身就是用一代表面去表達實際幾何(一般常用中平面)。但如果想觀察厚度方向的應力變化,可在後處理觀察 (透過選擇fraction).
而continuum shell可以顯示厚度,因其是以實際幾何去表達如需考慮厚度的改變,使用continuum shell會更容易釐清問題。更詳細內容可參考Abaqus Analysis User's Manual 24.6節Shell elements。
2、4 建立几何模型草绘sketch的时候,发现画布尺寸太小了
1)这个在create part的时候就有approximate size,你可以定义合适的(比你的定性尺寸大一倍);
如果你已经在sketch了,可以在edit菜单--sketch option --grid更改 2)这里如果你选择constriant标签,还能更改尺寸精度 3、如何定义局部坐标系
Tool-Create Datum-CSYS--建立坐标系方式--选择直角坐标系or柱坐标系or球坐标
4、如何在局部坐标系定义载荷
laod--Edit load--CSYS-Edit(在BC中同理)选用你定义的局部坐标系 5、怎么知道模型单元数目(一共有多少个单元)
在mesh步,mesh verify 可以查到单元类型,数目以及单元质量一目了然,Query---element 也可以查询的。 6、如何增大允许的迭代次数
这个一般情况下不需要更改,除非你有特殊需要才改的。
方法:在step模块,菜单other---Gerneral solution controls--Edit,选择第一分析步\,点continue, 选择specify,点Time Incrementation标签,点第一个more,把Is由默认的12改为30,点OK。 7、如何施加静水压力hydrostatic
load --> Pressure, 把默认的uniform 改为hydrostatic 。这个仅用于standard,显式分析不支持
8、模型中需要设置刚体,到底用解析刚体还是离散刚体呢? Discrete rigid parts1 s.
仅供学习与参考
学习资料
A part that you declared to be a discrete rigid part can be any arbitrary three-dimensional, two-dimensional, or axisymmetric shape. Therefore, you can use all the Part module feature tools—solids, shells, wires, cuts, and blends—to create a discrete rigid part. However, only discrete rigid parts containing shells and wires can be meshed with rigid elements in the Mesh module. If you try to create an instance of a solid discrete rigid part in the Assembly module, Abaqus/CAE displays an error message; you must return to the Part module and convert the faces of the solid to shells. Analytical rigid parts
An analytical rigid part is similar to a discrete rigid part in that it is used to represent a rigid part in a contact analysis. If possible, you should use an analytical rigid part when describing a rigid part because it is computationally less expensive than a discrete rigid part. The shape of an analytical rigid part is not arbitrary, and the profile must be smooth解析刚体其实就是用几何的形状表示刚体;而离散刚体则是用离散的单元来表示刚体。模具也可以设成变形体,然后在interaction模块里面设定congstraint形式为刚体,并设定参考点,就可以将变形体属性变为刚体,注意的问题就是要在property模块里面创建section并assign section。 如果是动力学问题,涉及到旋转,需要把参考点设置为刚体的质心,其他情况参考点位置任意。
首先都是刚体,解析刚体主要是由直线圆弧等具有简单几何关系的曲线构成,易于建模,离散刚体主要用于形状复杂的几何体,无法用简单线条构成,比如一些复杂模型的导入,二者本质上没有区别。但离散刚体需要划分网格,解析刚体不用划分网格。
解析刚体不用赋予截面属性,只要直接给参考点赋予质量就可以了。对于形状简单的刚性部件,使用解析刚体可以精确的模拟部件的几何形状,而且可以减少计算代价;但是如果刚性部件的几何形状比较复杂,就需要使用离散刚体 两者在计算上没有本质区别 都是刚体,解析刚体几何模型较简单 无须划分网格 在不考虑温度的情况下使用 计算速度快;离散刚体几何模型较复杂 需要划分网格 在考虑温度对材料或者其它方面影响的情况下使用 计算效率较解析刚体低 解析刚体在拉伸方向是无限延伸的,这个在设置接触的时候往往需要注意。对于离散刚体,要在发生接触的部位划分足够细的网格,以保证不出现大的尖角,而解析刚体则不需要 9、 如何检查壳单元法向 Property module/Assign/normal
仅供学习与参考
相关推荐: