iCAx开思网

标题: 关于Ansys的材料属性定义和网格划分探讨 [打印本页]

作者: syxixi    时间: 2005-1-21 16:25
标题: 关于Ansys的材料属性定义和网格划分探讨
我的模型由3块板组成,需要分别用Solid191(层和元)Solid95划分网格。可Solid95没有实常数。
我如何关联。如下面那样关联可以吗。Ansys中有这么一句话:
If the element type requires no real constants, this entry is ignored. Elements of different type should not refer to the same real constant set.
  
下面是我的APDL代码:
==========================================
VSEL,ALL  
VSEL,S,,,1           !Selects Volume1
  
!*
VATT,1,1,1,0   !VATT: MAT, REAL, TYPE, ESYS-(Associates element attributes with the selected, unmeshed volumes.)
vmesh,all
!*
VSEL,ALL  
VSEL,S,,,2           !Selects Volume2
  
!*
VATT,3,-1,2,0          !这里的实常数没有,我怎么填合适呀?(-1)
vmesh,all
!*  
VSEL,ALL  
VSEL,S,,,3           !Selects Volume3
  
!*
VATT,2,2,1,0
vmesh,all
!*  
CPINTF,ALL,0.01          !Defines coupled degrees of freedom at an interface.
!*
=============================================
作者: cadfer    时间: 2005-1-21 22:58
能贴出你的模型么?191本身就是层合单元了,为什么还要用到95单元?不太明白。
作者: syxixi    时间: 2005-1-22 10:57
由于我的两块板用橡胶粘贴,橡胶用solid95,可以吗
中间部分的红色部分就是胶层
作者: cadfer    时间: 2005-1-23 01:29
对于实常数问题,如果你的单元不需要实常数,无论填何值,该选项将被忽略。




欢迎光临 iCAx开思网 (https://www.icax.org/) Powered by Discuz! X3.3