abaqus常用技巧总结 - 图文(13)
You have several way to deal with it: if you have static problem and rate effect is minimal, you can keep the bc and let the model balance itself. The other way is to decrease the increment length. You can also try damping (you can just apply stabilize directly) or adding some viscoplastic
or plastic effect. Dynamic analysis will also help to do the trick. Basicly, the method normally you deal with unstable problem.
改变材料的参数甚至模型,可以通过以下的办法: (1)在不同的分析之间传递结果
细节请见:ABAQUS Analysis User's Manual /7.7.1 Transferring results between ABAQUS analysis products: overview
该方法的主要缺点就是建立模型时不能使用多个parts或assembly。 但在某些情况下非常方便,如想在第一步变形的基础上做后续分析。 (2)使用场变量,然后定义材料时指明参数依赖于该变量
如果场变量(不一定要有物理意义)很明确,比如目前讨论的问题,可以定义一个变量,在 step1的时候为1.,step2为2.(可以随便定义了): *STEP,name=step1 *STATIC......
*FIELD, VARIABLE=1 NALL, 1. *END STEP
*STEP,name=step2 *STATIC......
*FIELD, VARIABLE=1 NALL, 2. *END STEP
NALL是包含所有节点的集合,可以根据需要改变成欲改变参数的节点集。 然后再定义材料时,指明某个参数依赖于该场变量: *MATERIAL
*ELASTIC, DEPENDENCIES=1 200.E9, 0.3, , 1. 180.E9, 0.3, , 2.
这样计算到step1时,所有节点的场变量1为1.0,abaqus由此查表确定模量为200.E9,到step2,
因为场变量变为2.,所以模量为180.E9。
如果场变量连续变化或依赖于其他计算结果,如温度,应变等,可以使用USDFLD子程序(25.2.38 USDFLD
User subroutine to redefine field variables at a material point.
)来连续改变该变量。在定义材料时同样只需要指定一个参数随该变量变化的表,ABAQUS在计算
时自动插值计算材料参数。
对你的情况,不需要使用该子程序。
If you like to use USDFLD, in the subroutine, you can get step number and just use a if to determine the field variable value due to the step number. Say, step 1 is 1 and step 2 field variable become 2. In the material definition, just define material properties as a function of your field variables. Here I use elastic as example. I'm not sure about
the grammar since I do not have manual at hand. You need to check them. something like this:
*elastic, dependencies 2e5,0.3,,1 1e5,0.3,,2
Here I assume your material does not have any temperature dependency and you need to make sure field variable is the 4th value. Then, in step 1, you have 2e5 as Young's modulus and in step you have 1e5.
20.输出计算过程中的总质量和总刚度矩阵
element matrix output,elset,file name=user defined,MASS=YES,OUTPUT FILE=USER DEFINED
21.先张预应力:
先张预应力:
INITIAL CONDITIONS, TYPE=STRESS, REBAR
…… 此处隐藏:197字,全部文档内容请下载后查看。喜欢就下载吧 ……相关推荐:
- [实用模板]第八章:法国“新浪潮”与“左岸派”
- [实用模板]2021年北京上半年临床医学检验技师生物
- [实用模板]SAP GUI 7.10客户端安装配置文档
- [实用模板]2001年临床执业医师资格考试综合笔试试
- [实用模板]36机场工作实用英语词汇总结
- [实用模板](一)社会保险稽核通知书
- [实用模板]安全教育主题班会材料
- [实用模板]濉溪县春季呼吸道传染病防控应急演练方
- [实用模板]长沙房地产市场周报(1.30-2.3)
- [实用模板]六年级数学上册典中点 - 图文
- [实用模板]C程序设计(红皮书)习题官方参考答案
- [实用模板]中国证监会第一届创业板发行审核委员会
- [实用模板]桥梁工程复习题
- [实用模板]2011学而思数学及答案
- [实用模板]初中病句修改专项练习
- [实用模板]监理学习知识1 - 图文
- [实用模板]小机灵杯四年级试题
- [实用模板]国贸专业毕业论文模板
- [实用模板]教育学概论考试练习题-判断题4
- [实用模板]2015届高考英语一轮复习精品资料(译林
- 00Nkmhe_市场营销学工商管理_电子商务_
- 事业单位考试法律常识
- 诚信教育实施方案
- 吉大小天鹅食品安全检测箱方案(高中低
- 房地产销售培训资料
- 高一地理必修1复习提纲
- 新概念英语第二册lesson_1_练习题
- 证券公司内部培训资料
- 小学英语时间介词专项练习
- 新世纪英语专业综合教程(第二版)第1册U
- 【新课标】浙教版最新2018年八年级数学
- 工程建设管理纲要
- 外研版 必修一Module 4 A Social Surve
- Adobe认证考试 AE复习资料
- 基于H.264AVC与AVS标准的帧内预测技术
- 《食品检验机构资质认定管理办法》(质
- ABB变频器培训课件
- (完整版)小学说明文阅读练习题及答案
- 深思洛克(SenseLock) 深思IV,深思4,深
- 弟子规全文带拼音




