ANSYS 单元选择问题
浏览:117811
我定义了三种单元类型ET,1,MESH200,6
ET,2,SOLID45
ET,3,SOLID123
后来在给体划分单元类型时,我想从第一种单元类型切换到第三年中单元类型,用type,3
但是出现了error:
element type 1 is mesh200,which cannot be used with the vmes command. meshing of volue 34 aborted.
我的代码是:
TYPE,1
TYPE,2
esize,4
amap,184,102,101,213,214
AMAP,75,98,100,101,102
AMAP,183,98,100,210,212
AMAP,159,210,212,213,214
lesize,149,,,4
vsel,s,volu,,33
vsweep,all
ALLSEL,ALL
TYPE,2
MSHKEY,0
SMRT,8
VMESH,34
这个问题该怎么解决呢,请大家帮帮忙
非常感谢
ET,2,SOLID45
ET,3,SOLID123
后来在给体划分单元类型时,我想从第一种单元类型切换到第三年中单元类型,用type,3
但是出现了error:
element type 1 is mesh200,which cannot be used with the vmes command. meshing of volue 34 aborted.
我的代码是:
TYPE,1
TYPE,2
esize,4
amap,184,102,101,213,214
AMAP,75,98,100,101,102
AMAP,183,98,100,210,212
AMAP,159,210,212,213,214
lesize,149,,,4
vsel,s,volu,,33
vsweep,all
ALLSEL,ALL
TYPE,2
MSHKEY,0
SMRT,8
VMESH,34
这个问题该怎么解决呢,请大家帮帮忙
非常感谢