| 查看: 833 | 回复: 0 | ||
weipei0529木虫 (正式写手)
|
[求助]
UDF功能给定振动杆和振动盘的周期性振动的位移和速度表达式
|
|
用UDF功能给定振动杆和振动盘的周期性振动的位移和速度表达式,扰动频率为2500Hz,扰动振幅为2e-7um,在0.08s时开始施加扰动,使用动网格的源程序如下: #include "stdio.h" #include "udf.h" #define Ac 2.e-7 #define m 0.5 #define fc 2500. #define fm 833. #fefine t0 0.08 DEFINE_CG_MOTION(droplet,dt,cg_vel,cg_omega,time,dtime) { Thread *t; face_t f; real velo,loc; /*reset velocities*/ NV_S(cg_vel,=,0.0); NV_S(cg_omega,=,0.0); if(!Data_Valid_P()) return; /*get the thread Pointer for which this motion is defined*/ t = DT_THREAD(dt); /*compute velocity and location of vibration*/ velo=Ac*2*M_PI*(m*fm*sin(2*M_PI*fc*(time-t0))*cos(2*M_PI*fm*(time-t0))+m*fc*cos(2*M_PI*fc* (time-t0))*sin(2*M_PI*fm*(time-t0))+fc*cos(2*M_PI*fc*(time-t0))); loc=Ac*(1+m*sin(2*M_PI*fm*(time-t0)))*sin(2*M_PI*fc*(time-t0)); Message("\nUDF droplet:time=%f,x_vel=%10.8f,loc(m)=%10.8f\n",time,velo,loc); /*set y_component of velocity*/ cg_vel[0]=velo; } 但是提示19行,c: line 19: structure reference not implemented 求大神指导啊 |
» 猜你喜欢
如何从铁电相到顺电相。
已经有1人回复
各位大佬,求一份最新Wien2k版本作为学习用途
已经有0人回复
物理学I论文润色/翻译怎么收费?
已经有80人回复
南科大活性流体和软物质课题组诚招2027级博士、硕士研究生和博后
已经有42人回复
瑞典林雪平大学博士后招聘|PEC Water Splitting 方向
已经有24人回复
PRB投稿,Acknowledgment sent to author状态十天了
已经有3人回复
PVA溶解
已经有2人回复
基金申请
已经有44人回复
CSC与新西兰维多利亚大学PhD奖学金项目
已经有0人回复
新西兰Robinson研究所 招聘CSC公派访问人员
已经有0人回复
帮我的英语口语老师找学生
已经有0人回复










回复此楼