| 查看: 458 | 回复: 1 | ||
[求助]
壁面上不同部位具有不同幅度的往复振动的UDF问题,求解
|
|
本人是ANSYS的初学者,现在准备模拟一个壁面的往复振动,类似于两端固定梁的振动似的。现在能模拟成功整个壁面的往复振动,但是模拟不同振幅的往复振动就一直不成功。求助大拿!! 不同的振幅我用的DEFINE_PROFILE求解的,振动用的DEFINE_CG_MOTION宏。是因为用的UDF函数不对吗?还是编写的不对? 新人就只有6个金币,全悬赏了! #include "udf.h" real y; /*declare the vibration amplitude*/ DEFINE_PROFILE(WALLheight, thread, position) { real x[ND_ND]; real a=-0.005; /*declare the amplitude parameter*/ real b=0.001; /*declare the amplitude parameter*/ face_t f; { begin_f_loop(f, thread) { F_CENTROID(x, f, thread); y=a*x[0]*x[0]+b*x[0]; F_PROFILE(f, thread, position)=y; /*get the different amplitude along the wall*/ } end_f_loop(f, thread) } } DEFINE_CG_MOTION(wall1, dt, vel, omega, time, dtime) { real pi=3.1415926; real f=50000;/*declare the frequence of the vibration*/ vel[1]=2*pi*f*y*cos(2*pi*f*time);/*get the different reciproactine speed along the wall*/ } |
» 猜你喜欢
求环氧树脂研发1名
已经有10人回复
280求调剂
已经有5人回复
什么是人一生最重要的?
已经有10人回复
面上可以超过30页吧?
已经有13人回复
网上报道青年教师午睡中猝死、熬夜猝死的越来越多,主要哪些原因引起的?
已经有10人回复
为什么中国大学工科教授们水了那么多所谓的顶会顶刊,但还是做不出宇树机器人?
已经有13人回复
版面费该交吗
已经有17人回复
【博士招生】太原理工大学2026化工博士
已经有8人回复

2楼2017-10-17 15:10:27













回复此楼