|
在ansys workbench下面进行海洋环境水力的加载,传统的方法是在经典ansys里面做的 !但是由于需要,现在自己按照help文件上面的提示的命令流编写的程序!但是这个程序以后,运行中solution没有提示明显错误,只有一个警告,但是我看不出来是什么意思!
HEIGHT=ARG1
PERIOD=ARG2
CURSPEED=ARG3
DEPTH=ARG4
CURDIRECTION=ARG5
WAVETHEORY=2
WAVEDIRECTION=ARG6
matwat=11
idwat=1001
idcur=1002
idwav=1003
!set water density
mp,dens,11,1025.0
acel,0,0,9.8
octype,idwat,basic,,idcur,idwav
ocdata,depth,matwat ! define the depth of water in 1001 and supress the added mass and buoyancy
octable,,0.5,0.5,,2,2 ! CD=0.5,CM=2
octype,idcur,curr
octable,0.0,curspeed,curdirection ! input free surface current speed
octable,-25,10,curdirection
octable,-depth,0.0,curdirection ! input ocean floor current speed of 0.0
octype,idwav,wave
ocdata,WAVETHEORY ! request Stokes wave type
octable,height,PERIOD ! wave period of 8 seconds
现在加载的命令流不能引起结构的任何变化,我调整了海浪等影响,结构得到的应力应变没有任何反应,现在希望大家能帮我解决下问题!感谢了!其中的arg1、2、3是有具体数据的,我这里省略了!谢谢大家!
|
|