24小时热门版块排行榜    

查看: 3419  |  回复: 7
当前只显示满足指定条件的回帖,点击这里查看本话题的所有回帖

zhuqw

金虫 (小有名气)

[求助] 热应力耦合失败 已有1人参与

做激光器工作时候热应力耦合的时候,前面温度部分都算的好好的,到应力部分的时候算了一会程序就崩溃了,ANSYS直接就自动关了,只保存下来了温度的数据。我查看了下错误日志,不知道是不是因为我在求解的时候,在底面施加温度约束的时候用的命令错了?
我用的是:
/SOLU
ANTYPE,STATIC
TOFFST,273.15
DA,3,TEMP,25
是不是应该改成这样?
/SOLU
ANTYPE,STATIC
TOFFST,273.15
NSEL,S,LOC,Y,0
D,ALL,TEMP,25
ASEL,ALL

是不是在求解中,都要先选择节点,然后再加载?不能选体或者面或者关键点?

还有是不是我的网格画的有问题?

下面是我的错误日志,不知道导致ANSYS崩溃的原因到底是什么
*** WARNING ***                         CP =      64.834   TIME= 10:06:03
Shape testing revealed that 52605 of the 52605 new or modified elements
violate shape warning limits.  To review test results, please see the   
output file or issue the CHECK command.                                 

*** WARNING ***                         CP =      71.370   TIME= 10:06:08
Shape testing revealed that 52605 of the 52605 new or modified elements
violate shape warning limits.  To review test results, please see the   
output file or issue the CHECK command.                                 

*** WARNING ***                         CP =     108.249   TIME= 10:06:32
Shape testing revealed that 52605 of the 52605 new or modified elements
violate shape warning limits.  To review test results, please see the   
output file or issue the CHECK command.                                 

*** WARNING ***                         CP =     118.748   TIME= 10:06:38
Shape testing revealed that 42585 of the 52605 new or modified elements
violate shape warning limits.  To review test results, please see the   
output file or issue the CHECK command.                                 

*** WARNING ***                         CP =     129.450   TIME= 10:06:44
Shape testing revealed that 52605 of the 52605 new or modified elements
violate shape warning limits.  To review test results, please see the   
output file or issue the CHECK command.                                 

*** WARNING ***                         CP =     141.914   TIME= 10:06:52
Shape testing revealed that 42585 of the 52605 new or modified elements
violate shape warning limits.  To review test results, please see the   
output file or issue the CHECK command.                                 

*** WARNING ***                         CP =     154.550   TIME= 10:06:58
Shape testing revealed that 52605 of the 52605 new or modified elements
violate shape warning limits.  To review test results, please see the   
output file or issue the CHECK command.                                 

*** WARNING ***                         CP =     233.768   TIME= 10:07:33
Shape testing revealed that 571 of the 66864 new or modified elements   
violate shape warning limits.  To review test results, please see the   
output file or issue the CHECK command.                                 

*** WARNING ***                         CP =     426.710   TIME= 10:10:36
Shape testing revealed that 35 of the 962864 new or modified elements   
violate shape warning limits.  To review test results, please see the   
output file or issue the CHECK command.                                 

*** WARNING ***                         CP =     458.393   TIME= 10:10:56
Shape testing revealed that 43 of the 221575 new or modified elements   
violate shape warning limits.  To review test results, please see the   
output file or issue the CHECK command.                                 

*** WARNING ***                         CP =     522.213   TIME= 10:11:17
Previous testing revealed that 348841 of the 2141200 selected elements  
violate shape warning limits.  To review warning messages, please see   
the output or error file, or issue the CHECK command.                  

*** WARNING ***                         CP =    2510.696   TIME= 10:17:27
Shape testing revealed that 348841 of the 2141200 new or modified      
elements violate shape warning limits.  To review test results, please  
see the output file or issue the CHECK command.                        

*** WARNING ***                         CP =    2511.445   TIME= 10:17:27
The ETCHG command has changed some element types.  Please examine not   
only the KEYOPTs, but also the real constants, material properties,     
boundary conditions, and loadings, and then modify as needed.           

*** WARNING ***                         CP =    2514.564   TIME= 10:17:29
Both solid model and finite element model boundary conditions have been
applied to this model.  As solid loads are transferred to the nodes or  
elements, they can overwrite directly applied loads.                    

*** WARNING ***                         CP =    2515.594   TIME= 10:17:29
Constraint on area 3 with inactive load label TEMP not transferred to   
nodes.                                                                  

*** WARNING ***                         CP =    2523.332   TIME= 10:17:32
Meshes made up of 10 percent or more of SOLID185 tetrahedra are not     
recommended.                                                            

*** WARNING ***                         CP =    2535.219   TIME= 10:17:33
Previous testing revealed that 348841 of the 2141200 selected elements  
violate shape warning limits.  To review warning messages, please see   
the output or error file, or issue the CHECK command.
回复此楼
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

zhuqw

金虫 (小有名气)

引用回帖:
2楼: Originally posted by shgao20 at 2015-11-29 10:53:01
看来主要有两个问题:
  1 单元的质量不太好,最差的情况,52605 个单元竟有 52605 个单元超过了质量警告限,而且你使用的 solid185 单元,它退化得到的四节点四面体单元,计算精度很差,最好改为 solid186 单元。 ...

谢谢您的指点。
我昨天又跑了一次,就在划分网格后,进行求解前执行了NCNV,2命令,可是ANSYS还是崩溃自动关闭了。。。。
还有想问个问题,我现在准备改网格,改完以后我该如何评价自己的网格是不是比较合理的?
就比如我现在用的这个网格,之前在求解温度的时候并没有出现ANSYS崩溃的问题,所以我也没注意错误日志里的提示,不知道自己的网格出现了画的多计算量太大问题。。。知道做应力出现程序崩溃我才注意到错误日志里的提示的
3楼2015-12-01 09:58:22
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
查看全部 8 个回答

shgao20

专家顾问 (职业作家)

【答案】应助回帖

★ ★ ★ ★ ★ ★ ★
感谢参与,应助指数 +1
zhuqw: 金币+7, ★★★很有帮助 2015-12-08 15:50:38
看来主要有两个问题:
  1 单元的质量不太好,最差的情况,52605 个单元竟有 52605 个单元超过了质量警告限,而且你使用的 solid185 单元,它退化得到的四节点四面体单元,计算精度很差,最好改为 solid186 单元。
    不过,你的单元数多的情况达到百万个,计算模型的规模已经太大了,若改为 solid186 单元,规模 (主要是节点数) 会更大。最好对划分网格改进一下,既要减少不合格单元,又要设法使模型的规模尽量小一点。
  2  应力分析时使用 DA,... TEMP,... 和 D,..., TEMP,...  命令是不对的,应力分析时 D 和 DA 命令应该用于位移约束,不能用来施加温度载荷。温度载荷应该使用 BF 族命令 (如 BF、BFA 等) 来施加。
  另外,计算中自动退出 ANSYS,应该是计算不收敛造成的,为了避免这一点,可以在求解前执行命令:
      NCNV,2
  这样,计算不收敛时会终止计算但不退出 ANSYS,以便查找问题。
2楼2015-11-29 10:53:01
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

小左儿

银虫 (正式写手)

热分析时用的单元是不是有问题?Solid185是结构单元,Solid70是热单元。
微信公众号:CAE技术分享
4楼2015-12-01 10:46:33
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

zhuqw

金虫 (小有名气)

引用回帖:
4楼: Originally posted by 小左儿 at 2015-12-01 10:46:33
热分析时用的单元是不是有问题?Solid185是结构单元,Solid70是热单元。

热分析的时候用的就是Solid70,我用的间接耦合法,做结构分析的时候就自动转换成Solid185了
5楼2015-12-01 14:26:54
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[基金申请] 科研人应该花精力去思考如何解决问题,而不是去凝练问题 +7 瞬息宇宙 2026-09-01 14/700 2026-09-02 17:33 by ma0526
[基金申请] 要骂人了,新模版改版就是要淡化问题凝练这种虚的东西,结果有个评委还在说凝练得不够 +9 瞬息宇宙 2026-08-31 17/850 2026-09-02 14:04 by anjeeshine
[基金申请] 基金系统什么内容也没有 30+4 winsaint 2026-08-27 10/500 2026-09-02 11:35 by 大不刘6
[基金申请] 学科评审组评审是指会评吗? +5 瞬息宇宙 2026-08-31 5/250 2026-09-02 10:13 by 雨冰共舞
[文学芳草园] 梦想 +5 myrtle 2026-08-26 8/400 2026-09-02 02:42 by Leogzhya
[基金申请] 面上函评意见出来了,像什么等级? 20+4 Tsingking1 2026-08-27 17/850 2026-09-01 19:51 by 超级无敌华子
[基金申请] 为什么资助数各大高校都创新高,自己申请怎么就这么难 +13 Kittylucky 2026-08-27 14/700 2026-09-01 11:06 by feng6531
[论文投稿] 小白求助 投论文要求的highlights应该如何写 5+3 l1963982152 2026-08-29 4/200 2026-09-01 09:04 by 北京莱茵编辑
[基金申请] 麻烦专家们看看评委们的意见(F口面上) +7 gdd2018 2026-08-28 12/600 2026-09-01 08:32 by 尼古拉斯小虫
[基金申请] 基金未中,这种答复是模板吗? +6 zhaosm1982 2026-08-27 7/350 2026-08-31 21:18 by qdxxmc
[基金申请] 面上意见出来了 +12 黄鸟于飞Chao 2026-08-29 23/1150 2026-08-31 18:57 by 黄鸟于飞Chao
[基金申请] 能否申诉? +7 echo8914667 2026-08-30 8/400 2026-08-31 17:00 by yihongxu
[基金申请] 中青基了要发朋友圈吗? +7 349506619 2026-08-28 7/350 2026-08-31 13:39 by 冼亮淀粉酶
[基金申请] 29号明天会评吗 +4 笨笨唐 2026-08-28 4/200 2026-08-31 09:30 by huixian257
[基金申请] 为什么到现在没收到通知? +5 tannykie 2026-08-29 5/250 2026-08-30 21:05 by purplejack
[考博] 找导师 +6 yuanjiabao 2026-08-29 7/350 2026-08-30 14:40 by 生科新手
[基金申请] 我就是申请一个面上项目而已,这评审意见是按照杰青的条件评的吧? +6 gouxfjh 2026-08-28 11/550 2026-08-30 07:57 by gouxfjh
[基金申请] 国自然评审意见 +13 wangmingqi 2026-08-28 19/950 2026-08-29 10:22 by Poppy1104
[基金申请] 2026年叶企孙基金 +4 bud_bud 2026-08-27 7/350 2026-08-29 07:23 by foolishmani
[基金申请] 看板上这么多中的,有点像50人群里49个人都是骗子的那种感觉…… +5 a089 2026-08-26 6/300 2026-08-27 14:05 by jonewore
信息提示
请填处理意见