| 查看: 528 | 回复: 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*/ } |
» 猜你喜欢
综述论文作为代表作会不会影响评审专家的印象分?
已经有6人回复
2026国自然放榜时间
已经有5人回复
面上项目filecode邪修
已经有7人回复
应该是93bebmhtak前后十一个字符比较关键
已经有14人回复
关于代码变化问题,想知道的进来
已经有22人回复
这样的filecode谁见过
已经有21人回复
filecode与中标关系的预测
已经有5人回复
fileCode有新解读?
已经有18人回复
关于filecode,很负责任的告诉大家
已经有7人回复
【2027博士申请】纳米药物递送方向
已经有5人回复

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










回复此楼
20