ansys读取不了txt文件no dimensions set parameter =NCURVE出现了这个错
浏览:95417 回答:1
*dim,ncurve,array,nguai,3 nsel,all nsel,R,loc,x,0.06 nsel,R,loc,z,0 *vread,ncurve(1,1),ncurve7,txt,,JIK,3,NGUAI,, !读取加温历程文件 (e10.4,4x,e10.4,4x,f6.0) time,5 nsel,all nsel,R,loc,x,0.06 nsel,R,loc,z,0.01 *vread,ncurve(1,1),ncurve7,txt,,JIK,3,NGUAI,, !读取加温历程文件 (e10.4,4x,e10.4,4x,f6.0) 上面是我选择轴向最外圈节点读取我的加温历程文件 *** WARNING *** CP = 9.266 TIME= 09:19:09 Specified displacements from the previous IC command were applied only to defined and selected nodes. *** ERROR *** CP = 9.906 TIME= 09:19:13 Subscript range error. Parameter NQ is dimensioned as 40, but location 362 is being requested *** ERROR *** CP = 10.125 TIME= 09:19:24 No data exists for dimensioned parameter NQ with subscript 362. *** ERROR *** CP = 10.141 TIME= 09:19:25 The above error occurred processing field= NQ(NCENTER(I)) Line= bf,ncenter(i),hgen,nq(ncenter(i)). *** ERROR *** CP = 10.156 TIME= 09:19:26 Subscript range error. Parameter NQ is dimensioned as 40, but location 362 is being requested *** ERROR *** CP = 10.172 TIME= 09:19:27 No data exists for dimensioned parameter NQ with subscript 362. no dimensions set parameter =NCURVE出现了这个错误 我应该如何改正,请教大神,谢谢 |
vread命令不可以直接放在窗口运行的,只能放到一个文件中,然后调用这个文件才可以执行。