求助:ansys中梁与实体单元的耦合问题
浏览:30042
我建的模型是上面是beam188,下面是solid45。考虑到空间尺寸,梁用的自定义截面,并且进行了偏移。现在的问题是如何将梁和实体进行耦合?
我一开始用的cerig命令,将两根梁的交点,与下方对应实体的整个上表面建立刚性域(参考命令流:csys,0
hh=-2.55
local,51,,,,
NSEL,S,LOC,y,hh
NSEL,R,LOC,Z,-2.4,2.4
nsel,r,loc,x,-2.4,2.4
n1=node(0,0,0)
cerig,n1,all,uxyz)。但求解时有warning说约束不够。
后来我改为用cp命令(命令流是:
csys,0
hh=-2.55
local,51,,,,
NSEL,S,LOC,y,hh
NSEL,R,LOC,Z,-2.4,2.4
nsel,r,loc,x,-2.4,2.4
n1=node(0,0,0)
cp,1,ux,n1,all
cp,2,uy,n1,all
cp,3,uz,n1,all)
但总是警告"Coupled node set 1 contains only one defined or selected node. This
coupled set will be deleted. "
如果将上面命令流改为
csys,0
hh=-2.55
local,51,,,,
NSEL,S,LOC,y,hh
NSEL,R,LOC,Z,-2.4,2.4
nsel,r,loc,x,-2.4,2.4
n1=node(0,0,0)
nsel,a,,,n1
cp,1,ux,,all
cp,2,uy,,all
cp,3,uz,,all
又会警告“ Coupled node set 1 contains no defined or selected nodes. The CP command is ignored. ”
CP命令到底怎么用?不明白这是哪的问题,求大神指点~~
另外,不接触的梁和体可以耦合吧?
我一开始用的cerig命令,将两根梁的交点,与下方对应实体的整个上表面建立刚性域(参考命令流:csys,0
hh=-2.55
local,51,,,,
NSEL,S,LOC,y,hh
NSEL,R,LOC,Z,-2.4,2.4
nsel,r,loc,x,-2.4,2.4
n1=node(0,0,0)
cerig,n1,all,uxyz)。但求解时有warning说约束不够。
后来我改为用cp命令(命令流是:
csys,0
hh=-2.55
local,51,,,,
NSEL,S,LOC,y,hh
NSEL,R,LOC,Z,-2.4,2.4
nsel,r,loc,x,-2.4,2.4
n1=node(0,0,0)
cp,1,ux,n1,all
cp,2,uy,n1,all
cp,3,uz,n1,all)
但总是警告"Coupled node set 1 contains only one defined or selected node. This
coupled set will be deleted. "
如果将上面命令流改为
csys,0
hh=-2.55
local,51,,,,
NSEL,S,LOC,y,hh
NSEL,R,LOC,Z,-2.4,2.4
nsel,r,loc,x,-2.4,2.4
n1=node(0,0,0)
nsel,a,,,n1
cp,1,ux,,all
cp,2,uy,,all
cp,3,uz,,all
又会警告“ Coupled node set 1 contains no defined or selected nodes. The CP command is ignored. ”
CP命令到底怎么用?不明白这是哪的问题,求大神指点~~
另外,不接触的梁和体可以耦合吧?



