ansys怎么批量输入点坐标_Ansys APDL 读取所有节点坐标及其应变值并写入文件

修改自网络上某不具名代码

! /post1

/UIS, MSGPOP, 3 ! Disable warning messages

! file,geom_complex_PP,rst ! Read file

*get,NodeNum,NODE,0,COUNT ! Get the number of nodes

*get,nd,NODE,0,NUM,MIN ! Get label of the first node

*dim,nodes,array,NodeNum ! Define an array to store nodes

*dim,xyz,array,NodeNum,3 ! Define an array to store coordinates

*dim,epsilon,array,NodeNum,3 ! Define an array to store strains

! set,4,1 ! Read step

*do,i,1,NodeNum,1

nodes(i)=nd ! Store the node label

xyz(i,1)=NX(nd) ! Store the coordinate x

xyz(i,2)=NY(nd) !

xyz(i,3)=NZ(nd) !

*Get,epsilon(i,1),NODE,nodes(i),EPTO,X ! Store the strain

*Get,epsilon(i,2),NODE,nodes(i),EPTO,Y

*Get,epsilon(i,3),NODE,nodes(i),EPTO,Z

nd=NDNEXT(nd) ! Select the next node

*enddo

*cfopen,node_results,dat ! output file

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值