fluent中interpreted UDF时,出现line1:parse error? 20

浏览:1342 回答:2

#include  "udf.h"

DEFINE_PROFILE(inlet_x_velocity, thread, position)

{

    face_t f;

    begin_f_loop(f,thread)

    {

        real t = RP_Get_Real("flow-time");

F_PROFILE(f, thread, position) = 2.0*cos(1.57*t);

    }

    end_f_loop(f,thread)

}

如上的UDF进入fluent后,进行interpereted,提示line1: parse error,这个的意思是不是第一行编译错误?我以前编过类似的UDF,第一行也是这样写的,就可以正常使用,这个不知道错在了哪里?请各位大侠指教,不胜感激

邀请回答 我来回答

全部回答

(1)
默认 最新
NANK
手动打一遍第一行,不要用复制的
2018年7月11日
已采纳 评论 1 点赞

没解决?试试专家一对一服务

换一批