~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

方法一

Ansys导出刚度矩阵:(源自《ANSYS工程结构数值分析》P360)

finish
/clear
/filname,hbfile
/prep7
et,1,beam3
mp,ex,1,2e5
r,1,1e-2,32e-5,0.5
n,1
n,2,0,4
n,3,4,4
n,4,4,0
en,1,2,3
en,2,1,2
en,3,4,3

/solu
wrfull,1
solve
finish
/aux2
file,hbfile,full
hbmat,hbfile,txt,,ascii,stiff,yes,yes       ! 注意原书中没有最后一个yes,作用是输出节点对应关系mapping
finish

ANSYS-划分网格后导出刚度矩阵

方法二

Ansys导出刚度矩阵2:只能导出刚度矩阵,不能导出节点对应关系,所以应该不能用

http://blog.sina.com.cn/s/blog_6465f2ed0102xypt.html

相关文章:

  • 2022-12-23
  • 2021-07-10
  • 2021-11-27
  • 2021-07-24
  • 2021-09-25
  • 2021-05-04
  • 2021-12-31
猜你喜欢
  • 2021-12-27
  • 2021-08-14
  • 2022-01-03
  • 2021-12-26
  • 2021-04-15
  • 2021-08-04
相关资源
相似解决方案