低头吻天使 发表于 2013-5-20 11:02:23

6DOF动网格问题?

#include “udf.h”
DEFINE_SDOF_PROPERTIES(rotate,prop,dt,time,dtime)
{
    prop = 800.0;
    prop = 200;
    Prop = 100;
    Prop = 100;
}
各位大神帮忙看一下哈,上面的程序加载到fluent中编译时总是提示Error: D:\FLUENT\6DOF dynamic meshing\parameter.c: line 2: parse error.
这是为什么呢?

低头吻天使 发表于 2013-5-20 19:57:26

6DOF动网格问题?

迭代的时候网格出现重叠是什么原因?

oliverpoc 发表于 2013-7-24 15:04:00

原帖由 低头吻天使 于 2013-5-20 11:02 发表 http://www.cfluid.com/bbs/images/common/back.gif
#include “udf.h”
DEFINE_SDOF_PROPERTIES(rotate,prop,dt,time,dtime)
{
    prop = 800.0;
    prop = 200;
    Prop = 100;
    Prop = 100;
}
各位大神帮忙 ...
你确定Prop首字母有的大写有的小写没关系??
还有我的DEFINE_SDOF_properties最后加一句    printf("\n2d_test_box Updated 6DPF properties");不过这个应该问题不大

oliverpoc 发表于 2013-7-24 15:05:21

原帖由 低头吻天使 于 2013-5-20 11:02 发表 http://www.cfluid.com/bbs/images/common/back.gif
#include “udf.h”
DEFINE_SDOF_PROPERTIES(rotate,prop,dt,time,dtime)
{
    prop = 800.0;
    prop = 200;
    Prop = 100;
    Prop = 100;
}
各位大神帮忙 ...
引号用英文的"不要用中文的“”
页: [1]
查看完整版本: 6DOF动网格问题?