iCAx开思网

标题: 【求助】 [求助]如何adams载荷文件输入ansys61中动态分析 [打印本页]

作者: llijinhua    时间: 2003-10-23 10:10
标题: 【求助】 [求助]如何adams载荷文件输入ansys61中动态分析
请问,我需要再adams中生成一个载荷文件,并且要把这个载荷文件输入到ansys6.1中的模型,作分析,具体的操作过程,我不熟悉,希望在这方面的高手帮忙
作者: suyuewensyw    时间: 2003-11-3 08:30
ansys61中solution下有adams的接口模块,将adams中形成的.lod文件载入即可
作者: explorecn    时间: 2003-11-8 18:59
Once you have exported the load file, you can perform a stress analysis for Link3 in ANSYS using the command input shown below.RESUME,adamsout,db      ! Resume model
/FILNAM,adamsin         ! Change jobname
/TITLE,Import loads from ADAMS     ! Change title
!
WSPRINGS                ! Create weak springs
!
! Enter Solution and solve all load steps
/SOLU
/INPUT,loads,lod        ! Read in 5 load steps written by ADAMS
*DO,i,1,5               ! Use a do loop to solve each load step
  LSREAD,i              ! Read in loadstep  
  IRLF,1                 ! Activate inertia relief
  SOLVE                 ! Solve current load step
*ENDDO
!
/POST1                  ! Enter the general postprocesser
! Write deformation and equivalent stress to graphics file
/VIEW,1,1,1,1
/AUTO,1
EPLOT
/TYPE,1,4
/SHOW,
EPLOT
*DO,i,1,5
  SET,i
 &nbspLNSOL,u,sum
 &nbspLNSOL,s,eqv
*ENDDO
/SHOW,term
FINISH
/EXIT,nosave
作者: explorecn    时间: 2003-11-8 19:00
但愿对你有一定的启发,呵呵!你如果成功了,不要忘记告诉大家你的操作!




欢迎光临 iCAx开思网 (https://www.icax.org/) Powered by Discuz! X3.3