| 查看: 469 | 回复: 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*/ } |
» 猜你喜欢
材料调剂
已经有10人回复
一志愿哈尔滨工业大学085600英一数二337分求调剂
已经有5人回复
288求调剂 一志愿哈工大 材料与化工
已经有11人回复
求调剂,一志愿南京航空航天大学 ,080500材料科学与工程学硕
已经有9人回复
本科211,293分请求调剂
已经有4人回复
求调剂
已经有3人回复
085400电子信息319求调剂(接受跨专业调剂)
已经有5人回复
268求调剂
已经有9人回复
一志愿双非085502,267分,过四级求调剂
已经有3人回复
一志愿085404,总分291,四级已过,求调剂
已经有4人回复

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














回复此楼