导航:首页 > 程序命令 > DL命令流

DL命令流

发布时间:2022-10-02 14:28:50

㈠ ansys 命令流,关于shell181的多层单元,有错误,但是发现不了,感觉应该是在section那一块,请教。

如果想要求解,首先进入求解器,/SOLU,然后solve。其次,你划分单元过多,我虽然算出结果了,却在后处理时卡死。记住,单元数和精度不是简单正比关系,甚至对于简单结构,单元越多,误差越大。

。。。。顺便问你个问题,我需要对复合材料分析,划分100多各面,每个面10层左右,用SHELL181是不是太麻烦,用shell91怎么样???你为什么不用shell91???

㈡ 关于ansys 开挖隧道的命令流

假的,是说1个电脑故事,可悲

㈢ 用ansys计算载流线圈产生的磁场分布,为什么solve之后没有结果了呢 命令流如下:

初步查看,貌似你110单元分网错误,不如舍弃110,直接在边界,DL,ALL,,AZ,0
要是非要用inf110的话,得把110单元区的网格单元数设为1,apdl如下,ansys14.0完美通过(有两个警告,第一个提示远场区域不兼容,真心话,110单元在这里没什么用,只需要把空气场设大些,再把边界AZ设为0,第二个警告是提示你的轴线有节点已经被施加载荷,不用理他,正常现象)话说你加的电流密度相当靓--;
/PREP7
ET,1,53
KEYOPT,1,3,1
ET,2,110,,,1
MP,MURX,1,1
MP,MURX,2,1
RECTNG,0,0.1,-0.1,0.1
RECTNG,0.1,0.2,-0.1,0.1
pcirc,0,0.4,-90,90
CYL4,,,,-90,0.6,90
CYL4,,,,-90,0.8,90
aovlap,all
NUMCMP,AREA
/pnum,area,1
aplot
asel,,,,1
asel,a,,,4
aatt,2,,1
asel,,,,3
aatt,1,,2
allsel
esize,0.01
amesh,1
amesh,4
esize,0.02
amesh,5
esize,0.05
amesh,2
esize,,1
amesh,3
CSYS,1
NSEL,S,LOC,X,0.8
SF,ALL,INF
CSYS,0
lsel,s,loc,x,0
dl,all,,asym
ESEL,S,MAT,,2
BFE,ALL,JS,,,,250
ALLSEL,ALL
FINISH
/SOLU
SOLVE
/post1
plnsol,b,sum
plvect,b,,,,vect,elem,on

㈣ 我这段ANSYS命令流,建模的问题在哪啊,求解时总出现节点位移过大的问题

选好节点后 *get,l5ncou,node,,count *get,l5nnum,node,,num,min *dim,l5sy,array,l5ncou,2 *do,i,1,l5ncou *get,l5sy(i,1),node,l5nnum,loc,x *get,l5sy(i,2),node,l5nnum,locy l5nnum=ndnext(l5nnum) !知道坐标了,自己算位移就行 *enddo

㈤ 请教高人看看这个ANSYS命令流!!

你用的是哪个版本?56单元是什么?11.0以后的版本都没有啊
还有你的程序中那个最后的*do循环怎么没有结束啊,你的程序的原来的参考模型是这样的,因为是你自己改造的,所以你对比下看看:另外,流体的程序计算都是在需要一次计算完后进行工作目录的清空的,你也要注意下!

/Batch,list
/prep7
/sho,gasket,grph
shpp,off
ET,1,141 ! Fluid - static mesh
ET,2,182, ! Hyperelastic element

yent = 0.0 ! Y coordinate of the entrance to the channel
dyen = 1.0 ! Undeformed geometry flow entrance length
ysf1 = yent+dyen ! Y coordinate of entrance to the morphing fluid region
dsf1 = 0.5 ! Thickness of upstream
ygas = ysf1+dsf1 ! Y coordinate of the bottom of the gasket
dg = 0.02 ! Thickness of the gasket
dg2=dg/2.
ytg = ygas+dg ! Y coordinate of the initial top of the gasket
dsf2 = 0.5 ! Thickness of downstream region
ysf2 = ytg + dsf2! Y of Top of the downstream morphing fluids region
dyex = 6.0 ! Exit fluid length
x = 0. ! Location of the centerline
dgasr =.20 ! Initial span of gasket
piper = 0.3 ! Width of the analysis domain
xrgap = piper-dgasr!! Width of completely unobtructed flow passage
!!! Create geometry
rect,xrgap,piper,ygas,ytg ! A1:Gasket (keypoints 1-4)
rect,x,piper,ysf1,ysf2 ! A2: Morphing fluid region
rect,x,piper,yent,ysf1 ! A3: Fluid region with static mesh
rect,x,piper,ysf2,ysf2+dyex ! A4: Fluid region with static mesh
aovlap,all
k,22,xrgap+dg2,ygas+dg2
rarc = dg2*1.1
larc,1,4,22,rarc
al,6,4
adelete,7
al,6,3,22,7,8,5,21,1

!!Mesh Division information
ngap = 10 ! Number elements across the gap
ngas = 10 ! Number of elements along the gasket
rgas = -2 ! Spacing ratio along gasket
nflu = ngap+ngas ! Number of elements across the fluid region
raflu = -3 ! Space fluid elements near the walls and center
nenty =8 ! Elements along flow - entrance
raent =5 ! Size ratio in the inlet region
nfl1 = 20 ! Elements along flow - first morph.fluid.
nthgas = 4 ! Elements in the gasket
nfl2 = 3 ! Elements along flow - second morph.fluid.
next = 30 ! Elements along flow - exit region
rext = 6 ! Size ratio in flow direction of outlet
rafls = 12 ! Initial element spacing ratio - morph.fluid
lesize,1,,,ngas,rgas
lesize,3,,,ngas,rgas
nfl11= nfl1*2+9
lsel,s,,,2,4,2 ! (Modify lesize of line 8 if changing gasket mesh)
lesize,all,,,nthgas
alls
lesize,5,,,nflu,raflu
lesize,7,,,nflu,raflu
lesize,9,,,nflu,raflu
lesize,15,,,nflu,raflu
lesize,18,,,nenty,1./raent
lesize,17,,,nenty,1./raent
lesize,21,,,nfl1,rafls
lesize,8,,,nfl11,-1./(rafls+3)
lesize,22,,,nfl1,rafls
lesize,19,,,next,rext
lesize,20,,,next,rext

!!! AATT,MAT,REAL,TYPE - Set the attributes for the areas
asel,s,,,1,2
aatt,2,2,2 ! Gasket (material 2)
asel,s,,,3
cm,area2,area
alist ! List area selected for further morphing

asel,a,,,5,6
aatt,1,1,1 ! Fluid area (material 1)
alls

eshape,2
asel,u,,,2,3
amesh,all
eshape,0
asel,s,,,2,3
amesh,all
!-----------------
!!!!! Create element plot and write to the file gasket.grph
asel,s,,,1,3
esla,s
/Title, Initial mesh for gasket and neighborhood
eplot
/ZOOM,1,RECT,0.3,-0.6,0.4,-0.5
alls
!-----------------
!!
!!!!! 2. Create Physics Environment for the Fluid
et,1,141
et,2,0 ! Gasket becomes the Null Element
vin=3.5e-1 ! Inlet water velocity (meters/second)
!! CFD Solution Control
flda,solu,flow,1
flda,solu,turb,1
flda,iter,exec,400
flda,outp,sumf,10
!! CFD Property Information
flda,prot,dens,constant
flda,prot,visc,constant
flda,nomi,dens,1000. ! 1000 kg/m3 for density - water
flda,nomi,visc,4.6E-4 ! 4.6E-4 kg-s/m (viscosity of water)
flda,conv,pres,1.E-8 ! Tighten pressure equation convergence
!! CFD Boundary Conditions (Applied to Solid Model)
lsel,s,,,8,17,9
lsel,a,,,20
dl,all,,vx,0.,1 ! Centerline symmetry
lsel,s,,,9
dl,all,,vx,0.,1
dl,all,,vy,vin,1 ! Inlet Condition
lsel,s,,,2
lsel,a,,,18,19
lsel,a,,,21,22
dl,all,,vx,0.,1 ! Outer Wall
dl,all,,vy,0.,1
lsel,s,,,1,3,2
lsel,a,,,6
dl,all,,vx,0.,1 ! Gasket
dl,all,,vy,0.,1
lsel,s,,,15
dl,15,,pres,0.,1 ! Outlet pressure condition
!!! create named component of nodes at the bottom of gasket
lsel,s,,,1
nsll,,1
cm,gasket,node
nlist ! List initial nodal positions of the bottom of the gasket
/com, +++++++++ STARTING gasket coordinates --------

alls
/title,Fluid Analysis
physics,write,fluid,fluid
!!
!!!!! 3. Create Physics Environment for the Structure
!!
physics,clear
!SOLCONTROL, , , NOPL,
et,1,0 ! The Null element for the fluid region
et,2,182 ! Gasket element - material 2
keyopt,2,3,2 ! Plane stress
keyopt,2,6,1 ! mixed u-P
keyopt,2,1,2 ! Enhanced strain

tb,hyper,2,,2,mooney
tbdata,1,0.293E+6,0.177E+6, (1.0-2.0*0.49967)/(0.293E+6+0.177E+6)

lsel,s,,,2
nsll,,1
d,all,ux,0.
d,all,uy,0. ! Fix the end of the gasket
alls

/title,structural analysis
finish
/solu
antype,static
nlgeom,on
cnvtol,f,,,,-1
physics,write,struc,struc
physics,clear
save
!!
!!!!! 4. Fluid-Structure Interaction Loop
!!
loop=25 ! Maximum allowed number of loops
toler=0.005 ! Convergence tolerance for maximum displacement
*dim,dismax,array,loop ! Define array of maximum displacement values
*dim,strcri,array,loop ! Define array of convergence values
*dim,index,array,loop

*do,i,1,loop ! Execute fluid -> structure solutions
/solu
physics,read,fluid ! Read in fluid environment
*if,i,ne,1,then
flda,iter,exec,100 ! Execute 100 global iterations for
*endif ! each new geometry
solve ! FLOTRAN solution
fini
! end of fluid portion
physics,read,struc ! Read in structures environment
/assign,esave,struc,esav ! Files for restarting nonlinear structure
/assign,emat,struc,emat
*if,i,gt,1,then ! Structural restart loop
parsave,all ! Save parameters for convergence check
resume ! Resume DB - to return original node positions
parresume ! Resume parameters needed for convergence check
/prep7
antype,stat,rest
fini
*endif

/solu
solc,off
lsel,s,,,1,3,2 ! Select proper lines to apply fluid pressures
lsel,a,,,6 ! to the entire gasket surface
nsll,,1
esel,s,type,,2
ldread,pres,last,,,,,rfl ! Apply pressure surface load from Flotran
sfelist
alls
rescontrol,,none ! Do not use multiframe restart for nonlinear
!nsub,4,10,1
solve
*if,i,eq,1,then
save ! save original node locations at the first run
*endif
fini

/post1
cmsel,s,gasket
nsort,u,sum,1,1
*get,dismax(i),sort,0,max ! Get the maximum displacement value
strcri(i)=toler*dismax(i)
alls
fini

/prep7
mkey=2 ! Select level of mesh morphing for fluid
damorph,area2, ,mkey ! Perform morphing of "morphing fluid"
!----------------
!!!!! Create element plot and write it in file gasket.grph
fini
/prep7
et,1,42
asel,s,,,1,3
esla,s
/Title, EPLOT after DAMORPH,area2, ,%mkey% step number %i%
eplot
alls
!-----------------
cmsel,s,gasket
nlist ! List updated coordinates of bottom of gasket for comparison
/com, +++++++++ UPDATED gasket coordinates --------
alls
fini
/assign,esav
/assign,emat

!!!! Checking convergence criteria
imax= i
index(i)=i
*if,i,gt,1,then
strcri(i)=abs(dismax(i)-dismax(i-1))-toler*dismax(i-1)
*if,strcri(i),le,0,then
strcri(i)=0
*exit ! Stop looping if convergence is reached
*endif
*endif

*enddo ! 你的程序中就没有终止循环啊,呵呵,怎么第一次很能计算正确呢?估计也是有很大的潜在错误,或者只是计算了一部分!

这两天也看了下,56单元确实已经在9.0后的版本中不出现了,所以你直接换成182单元进行运算,功能是一样的,还有你的程序明显是没有写完的,可以参考我后面给你补充那个命令!

㈥ 谁能给我一个ansys 能建立钢筋的命令流

这个是混凝土里面插入钢筋的。跟你的情况类似。

/PREP7
ET,1,SOLID65
ET,2,LINK8
keyopt,1,7,1

R,1, , , , , , ,
R,2,0.0034, ,

mp,ex,1,2.8e10
mp,prxy,1,.167
TB,CONC,1,1,9,
TBTEMP,0
TBDATA,,1,1,2E 006,-1,0,0
TBDATA,,0,0,0.6,,,

MP,EX,2,3e11
MP,PRXY,2,.3

BLC4, , ,.2,1.5,10
VGEN,5,all, , ,.2, , , ,0
NUMMRG,ALL, , , ,LOW

VATT,1, 1,1, 0
LATT,2,2,2, , , ,

ESIZE,0.2,0,
MSHAPE,0,3D
MSHKEY,1
vmesh,all
lmesh,9,10
lmesh,22,58,12
fini

/solu
LSEL,S,LOC,Z,0
LSEL,R,LOC,Y,0
dl,all,,all,0
lsel,s,loc,z,10
lsel,r,loc,y,0
dl,all,,uy,0
alls

NSEL,S,LOC,Z,5
NSEL,R,LOC,Y,1.5
F,all,FY,-500000
alls

OUTRES,ALL,ALL,
TIME,1
AUTOTS,1
DELTIM,.1,.001,.2,1

solve

㈦ ansys加筋板分析命令流,求大神指教

我大概看了看,命令流编的还是不错的,问题就像你说的梁单元和壳单元没有连接。
连接的方法一般就是梁单元要与壳单元共线。按照你的建模思路,你建完十字交叉的线后,用线把面分割(divide命令),将面分成四个小面,确保有共线。然后按照之后你的方法进行网格划分和求解就可以了。
不知道我说明白了没,你先试下,应该可以解决。

㈧ 请问ANSYS命令流 dl,2,1,all,0什么意思

dl——在线上施加自由度(DOF)约束的命令;
2——将要施加约束的线编号;
1——包含线的面号,默认值是包含线号的所选面的最小编号;
all——施加所有适宜的DOF约束;
0——自由度值,因之前为all,所以此处为默认值0.

㈨ ANSYS求解命令流最后ALLSEL NROPT,FULL TIME,1 SOLVE这四步操作如何用菜单栏操作的

ansys帮助文件打开,搜索这几个命令,在命令解释的最后会有gui操作。

㈩ 求ansys显示两节点间路径应力变化曲线命令流

csys,0
path,fb,5
ppath,1,,5*dl_u+0.1,hgirder
ppath,2,,5*dl_u+0.1,hgirder-0.5
ppath,3,,6*dl_u-0.1,hgirder-0.5
ppath,4,,6*dl_u-0.1,hgirder
ppath,5,,5*dl_u+0.1,hgirder
pdef,uy,u,y
plpath,uy

阅读全文

与DL命令流相关的资料

热点内容
如何查看服务器系统版本信息 浏览:512
成都市土地出让金算法 浏览:698
钢筋加密标记 浏览:567
ps中扩展功能在文件夹的什么位置 浏览:903
双极压缩机为什么要先高压 浏览:527
苹果手机服务器填什么 浏览:832
android移动动画效果 浏览:691
电子和服务器是什么意思 浏览:691
phpurl中文乱码问题 浏览:893
程序员那么可爱大结局陆漓产子 浏览:538
java如何从云服务器读取本地文件 浏览:923
压缩空气软管制作方法 浏览:911
天河三号算法 浏览:924
php队列教程 浏览:632
洪水命令 浏览:529
安卓怎么弄成苹果在线 浏览:435
谷歌web服务器地址 浏览:899
安卓锁屏图片如何删除 浏览:719
python3多进程编程 浏览:714
证明代码是程序员写的 浏览:397