关于载荷步的一点体会
网上看到许多载荷步的帖子,忍感不解。于是乎本人作了些小计算,有了些心得与大家分享,不当之处请指正。首先,更正以下载荷步的定义:我认为载荷步是根据荷载时间历程曲线划分段数,每一个
载荷步代表载荷发生一次突变或渐变的过程。当然载荷步可继续分成SUBSTEP。
其次,关于多步加载:多步加载载荷有两种方式即替换式、叠加式。一般选前者方便,比如地震载荷的输入。
关于替换式加载:在线性阶段,我们感觉荷载步之间是独立的,比如:
/SOLU
F,1,FY,100
SOLVE
F,1,FY,100
SOLVE
finish
两次计算结果相同。这不假,应为后加载荷替换了前加载荷。若为:
/SOLU
F,1,FY,100
SOLVE
F,1,FY,200
SOLVE
finish
计算结果最后显示第二次加载200的结果,好像第一步多余,其实不然。这其中隐含加载历史。所以说载荷步之间不是独立的,只是对线性体系没有影响罢了。
再次,对于非线性阶段,载荷步应和加载历史对应。不然计算结果将有很大的影响。即荷载步之间是有影响的。
最后,我想校正以下许多关于多载荷步计算结果提法。以前面例子为例,对于替换加载第二载荷步的计算结果并非是在第一载荷步计算结果上叠加,而是由第一载荷步到第二载荷步加载历史下的最终结果。若为多步加载,依次类推。
不止当否,请赐教。 好帖子,怎么没人顶两句。
leituo616很热心,这个帖子对于刚接触载荷步的同志们很有用,我就大大受益!
谢谢 分析得比较清楚 精准到位!!值得揣摩!! xiexie 好,xieixe 好帖子,怎么没人顶两句。
leituo616很热心,这个帖子对于刚接触载荷步的同志们很有用,我就大大受益!
谢谢
;P 刚好需要这方面的知识,学习了! 多步加载载荷有两种方式即替换式、叠加式。
这两种方式在ansys里面怎么设置的?应该设置那个option啊???
谢谢 好好好好地学习 真是好贴啊!学习! 我就问一个load的问题吧,我计算一个热力耦合问题,后处理中,
我在一个循环之中,取每一子步的某个点的计算结果,
----
*do,i,1,200,1
set,2,i
*get,-----------
*enddo
------------
但是行不通,总是有个warning,如下:
Load set not found on result file /.rst.
不知为何,恳请帮助!谢谢 搂主抛砖引玉,我也接着再抛两块砖,等着那块玉能早点出来。
第二种加载方式比较适用于求解非线性大变形问题。比如金属塑性成型。当年我在做一个无缝钢管塑性成型的时候,直接加满全部载荷,求解经常失败,结果不收敛。然后我把载荷分段,分开加载,第一次加三分之一,第二次加三分之二,最后加满,然后再求解,就能够得到非常好的结果。
每步载荷之间写lswrite命令,最后求解时lssolve。所以,整理一下搂主方法二的命令如下:
/SOLU
F,1,FY,100
lswrite,1 !载荷步1
F,1,FY,200
lswrite,2 !载荷步2
lssolve,1,2 !求解载荷步1,2的结果
finish 分载荷步求解
我有一个例子
一段钢轨,钢轨头部慢慢加热35秒到800度,再保温10秒,然后在风冷25秒,我假设分的换热系数是110
请问这个分步载荷我可以做前2步,就是加热 和冷却 可以连续多步载荷法
但是那个冷却阶段可否做成第三步?我现在在考虑怎么做。
因为这都是个连续的过程 顶上,学习了,这个问题可以继续讨论!!
很有帮助! 向LZ学习
^_^ 一个物体在第一个载荷(位移)步下发生变形,然后再在这个变形的物体上施加第二个载荷步(压力),请问该怎么实现呢??
能提供GUI操作方法不??
谢谢各位!! to 17#, just use 2 load steps, commands from 13#
actually, the basic concept of load step in ansys is not clearly defined as in abaqus,
as far as i know, a step is any convenient phase of the history, in its simplest form a step can be just a static analysis of a load change from one magnitude to another, which 1# has exampled already.
normally in a step, there should be definition of analysis type, load, boundary, and output request specification.
in abaqus, there are 2 kinds of analysis procedures (for a step), general analysis procedure and linear perturbation procedure.
in each general analysis procedure, the starting point of each step is the state (e.g. stress, strain, ...) of the model at the end of the last general step.
while for linear perturbation procedure, the end state will not effect the next general step, plus its response can only be linear.
for example, if we need to analysis the procedure of how a bow shoots an arrow.
the first step would be general step for pretense the bowstring, the second step is also a general step, for pulling back the string ,
and next we want to analysis the dynamic response of the releasing of the bowstring (the arrow shoots out and left the string), we need to investigate a natural frequency response of the loaded bow system first. so we make a third step as a linear perturbation step, for modal analysis, which doesnt affect any initial status of the 4th general step (dynamic response of releasing the bowstring)
i thought this would be an interesting stuff for us, cos we can in fact do everything in one complete history without writing or loading any results from seperated analysis. so i asked in the board earlier that if ansys has this linear perturbation option, which i found out later that there is no such thing in ansys. sad... 这是一个很不错的讨论话题。
个人感觉,ANSYS在多载荷步方面,很多东西都比较模糊,难以理解和使用。
在abaqus中,多载荷步概念清晰,容易理解和使用。 我现在就想做一个分析, 载荷步,但不考虑前一步的计算结果,每个载荷步的力都是单独考虑作用效果的,不知道怎么能搞的懂 短小但精悍,不亚于10万字的臭脚布:lol 学习了,载荷步确实很常用
页:
[1]