找回密码
 注册
Simdroid-非首页
查看: 134|回复: 0

关于ALE分析老出错,提示没找到load set~~

[复制链接]
发表于 2011-7-23 21:25:46 | 显示全部楼层 |阅读模式 来自 上海南汇区
本帖最后由 wyc412721 于 2011-7-23 22:14 编辑

关于ALE Analysis分析出错
大家好:
    我在学FLUID中的ALE分析,在运行帮助中的例子
7.7. ALE Analysis of a Moving Cylinder时,程序见下面,网格划分没问题,自己再原例子上加了个后处理:
/post1
set,4,2
/dscal,,1.0
pldi,2
finish
但是在后处理/post1时,总是提示我:”load set not found on result file”,请大家帮我看看,多谢啦!!!!

附源程序:

  1. FINISH
  2. /CLEAR
  3. /batch,list
  4. /verify,dv-1101c
  5. /title, dv-1101c, Flotran Remeshing: Cylinder pass through a channel
  6. /COM,****************************************************
  7. /COM,* Cylinder pass through a channel (pure fluid flow)
  8. /COM,* Verify partial domain re-meshing
  9. /COM,****************************************************
  10. r1 = 2.5
  11. l1 = 5.0
  12. l2= 20.0
  13. l3=60.0
  14. h = 10.0
  15. rx0= l1+(l2-l1)/2.0
  16. ry0 = h/2.0
  17. nl1 = 5
  18. nl3 = 10
  19. nr=8
  20. nc=8
  21. /PREP7


  22. *DEL,_FNCNAME

  23. *DEL,_FNCMTID

  24. *DEL,_FNC_C1
  25. *SET,_FNCNAME,'DIS'
  26. *DIM,_FNC_C1,,1
  27. *SET,_FNC_C1(1),1.0
  28. ! /INPUT,force.func
  29. *DIM,%_FNCNAME%,TABLE,6,3,1
  30. !

  31. ! Begin of equation: a*{TIME}

  32. *SET,%_FNCNAME%(0,0,1), 0.0, -999

  33. *SET,%_FNCNAME%(2,0,1), 0.0
  34. *SET,%_FNCNAME%(3,0,1), %_FNC_C1(1)%
  35. *SET,%_FNCNAME%(4,0,1), 0.0
  36. *SET,%_FNCNAME%(5,0,1), 0.0
  37. *SET,%_FNCNAME%(6,0,1), 0.0
  38. *SET,%_FNCNAME%(0,1,1), 1.0, -1, 0, 1, 17, 3, 1
  39. *SET,%_FNCNAME%(0,2,1), 0.0, 99, 0, 1, -1, 0, 0
  40. *SET,%_FNCNAME%(0,3,1),
  41. 0
  42. ! End of equation: a*{TIME}

  43. RECTNG,0,l1,0,h,

  44. RECTNG,l1,l2,0,h,

  45. RECTNG,l2,l3,0,h,

  46. aglue,all


  47. CYl4,rx0,ry0,0,45,r1,135

  48. CYl4,rx0,ry0,0,135,r1,225

  49. CYl4,rx0,ry0,0,225,r1,315

  50. CYl4,rx0,ry0,0,315,r1,405

  51. asel,s,,,2
  52. asel,a,,,3
  53. asel,a,,,6
  54. asel,a,,,7
  55. allsel,below,area
  56. aglue,all

  57. allsel
  58. FLST,3,4,5,ORDE,3
  59. !Specifies data required for a picking operation (GUI).
  60. FITEM,3,2
  61. !Identifies items chosen by a picking operation (GUI).
  62. FITEM,3,8
  63. !Subtracts areas from areas.
  64. FITEM,3,-10
  65. ASBA,
  66. 4,P51X
  67. aplot

  68. et,1,141
  69. KEYOPT,1,4,1
  70. type,1
  71. !Sets the element type attribute pointer.
  72. mat,1
  73. asel,s,,,1
  74. esize,.5
  75. mshape,1,2d
  76. mshkey,0
  77. amesh,all

  78. et,2,141
  79. KEYOPT,2,4,1
  80. type,2
  81. mat,1
  82. asel,s,,,3
  83. esize,.5
  84. mshape,1,2d
  85. mshkey,0
  86. amesh,all

  87. et,3,141
  88. KEYOPT,3,4,1
  89. type,3
  90. mat,1
  91. asel,s,,,5
  92. esize,2.0
  93. mshape,1,2d
  94. mshkey,0
  95. amesh,all

  96. nsel,s,loc,x,0
  97. D,ALL,VX,0.0
  98. D,ALL,VY, 0.0
  99. D,ALL,UX,0.0
  100. D,ALL,UY, 0.0

  101. nsel,s,loc,x,l3
  102. D,ALL,pres,0.0
  103. D,ALL,UX,0.0
  104. D,ALL,UY, 0.0

  105. nsel,s,loc,y,0
  106. D,ALL,vy,0.0
  107. D,ALL,UX,0.0
  108. D,ALL,UY, 0.0

  109. nsel,s,loc,y,h
  110. D,ALL,vy,0.0
  111. D,ALL,UX,0.0
  112. D,ALL,UY,0.0

  113. lsel,s,,,5
  114. lsel,a,,,23
  115. lsel,a,,,25
  116. lsel,a,,,27
  117. nsll,s,1
  118. !select the nodes on lines,margins of the round hole
  119. !nplot

  120. d,all,UX,%DIS%
  121. d,all,UY,0.0
  122. d,all,VX,1.0
  123. d,all,VY,0.0
  124. allsel

  125. cdwrite,db,fluid,cdb,
  126. !Writes geometry and load database items to a file.
  127. fini

  128. /solu
  129. FLDATA30,QUAD,MOMD,2,
  130. !Controls the quadrature orders.控制面积积分的阶次,亦即积分点的个数
  131. FLDATA30,QUAD,MOMS,2,

  132. FLDATA30,QUAD,PRSD,2,

  133. FLDATA30,QUAD,PRES,2,

  134. FLDATA30,QUAD,THRD,0,

  135. FLDATA30,QUAD,THRS,0,

  136. FLDATA30,QUAD,TRBD,0,

  137. FLDATA30,QUAD,TRBS,2,


  138. /solu
  139. FLDATA4,TIME,NUMB,100000
  140. FLDATA4,TIME,TEND,44.0

  141. FLDA,SOLU,ALE,T
  142. ! ALE solution
  143. Controls which features of the solution algorithm are activated.
  144. FLDATA1,SOLU,FLOW,1
  145. FLDATA1,SOLU,TRAN,1
  146. !FLDATA1,SOLU,TURB,1
  147. !Activates the turbulence model
  148. FLDATA2,TIME,GLOB,5
  149. !Sets iteration and output controls for steady state analyses.

  150. FLDATA7,PROT,DENS,CONSTANT
  151. !Specifies the type of fluid property.
  152. FLDATA8,NOMI,DENS,1.0
  153. !Specifies the NOMI coefficient of the fluid property equation.
  154. FLDATA7,PROT,VISC,CONSTANT

  155. FLDATA8,NOMI,VISC,1.0
  156. !FLDA,BULK,BETA,1.0e5
  157. FLDA,TIME,STEP, 2.0


  158. FLDATA,OUTP,TAUW,T
  159. !?
  160. FLDATA,TIME,METH,NEWM
  161. FLDATA,TIME,DELT,0.5
  162. !
  163. !! Set ANSYS-STRUCTURE commands
  164. SAVE
  165. /COM
  166. /COM
  167. Re-meshing Commands
  168. /COM
  169. FLDATA,REMESH,ELEM,ALL
  170. ! all defined element re-meshing
  171. FLDATA,REMESH,ARMA,10.0
  172. ! maximum aspect ratio
  173. FLDATA,REMESH,VOCH,5.0
  174. ! maximum volume change
  175. FLDATA,REMESH,ARCH,5.0
  176. ! maximum aspect ratio change
  177. SOLVE
  178. SAVE
  179. finish

  180. /post1
  181. !set,STEP,SUBSTEP
  182. ! sets the set number for processing
  183. set,4,2
  184. /dscal,,1.0
  185. ! sets the scaling for display
  186. pldi,2
  187. ! display the deformed mesh overlayed with undeformed
  188. Displays the displaced structure.
  189. finish
  190. ! edges
复制代码

代码编辑 BY wyc412721





您需要登录后才可以回帖 登录 | 注册

本版积分规则

Simapps系列直播

Archiver|小黑屋|联系我们|仿真互动网 ( 京ICP备15048925号-7 )

GMT+8, 2024-9-20 06:59 , Processed in 0.028701 second(s), 10 queries , Gzip On, MemCache On.

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表