马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?我要加入
x
/****************************************************/
/*v1.c*/
/****************************************************/
#include"stdio.h"
#include "udf.h"
DEFINE_CG_MOTION(v1,dt,velocity,omega,time,dtime)
{ face_t f;
Thread *t;
real v_current;
NV_S(velocity,=,0);
NV_S(omega,=,0);
if (!Data_Valid_P())
return;
t=DT_THREAD(dt);
v_current=0.001;
velocity[0]=v_current;
Message ("\nUDF valve: time = %f, x_vel = %f\n",
time, velocity[0]);
}
报错:Error: rpgetvar: icepak/uns_path: undefined variable
Error Object: #f |