|
sysh320你好:
上次做的脱硫塔于浆液耦合的分析中间有事就一直停下来没做,前两天又拾起来接着做。现在遇到了一些问题,我也查不出是什么原因造成的:就是我在用sf家族命令标记耦合界面时,出现了这样的错误 *** ERROR *** CP= 29.297 TIME= 22:15:44
Number of FLUID/SOLID interfaces do not match for FSIN boundary
condition.
*** ERROR *** CP= 29.641 TIME= 22:15:48
Error during fsi setup - Skipping the remaining FSI analysis.
下面是我标记耦合界面的命令流:
!对塔体底部加约束
lsel,s,,,54,63
nsll,s,1
d,all,all
!求解
!*** FSI interfaces
!!fluid side
asel,s,,,16,37,3
allsel,below,area
nsla,s,1
sf,all,fsin,1
!structural side
asel,s,,,39,78
allsel,below,area
nsla,s,1
sf,all,fsin,1
allsel
/solu
fldata,solu,flow,1
fldata,solu,ale,1
fldata,solu,turb,1
fldata,solu,tran,1
fldata,iter,exec,50
!Fluid Properties
fldata7,prot,dens,constant
fldata7,prot,visc,constant
fldata8,nomi,dens,1000. ! 1000 kg/m3 for density - water
fldata8,nomi,visc,4.6E-4 ! 4.6E-4 kg-s/m (viscosity of water)
fldata8,conv,pres,1.E-8 ! Tighten pressure equation convergence
fsan,on !FSI analysis on
fsco,all,1.0e-1 !FSI convergence criteria
fsre,all,0.5 !FSI relaxation
fsou,1 !FSI output frequency
fsit,5 !Number of stagger loops
fsti,0.05 !FSI end time
fsdt,0.01 !FSI delta time
fsor,fluid !FSI order of solution
fstr,solid, !Transient fluid for FSI analysis
fstr,fluid, !Transient structural for FSI analysis
deltim,0.01
fldata,time,step,0.01
save
solve
真诚的希望你有时间能帮我看看,是不是我哪里设置的不对,还是其它什么原因?非常感谢! |
|