用记事本编写的程序如下,导入Fluent后,提示:pexit.c.txt: line 1: parse error. 这是怎么回事啊?
/****************************************************************//*pexit.c*//*******...
/****************************************************************/
/*pexit.c*/
/****************************************************************/
#include "udf.h"
DEFINE_PROFILE (unsteady_pressure,thread,position)
{
face_t f;
begin_f_loop(f, thread)
{
real t=RP_Get_Real("flow-time");
F_PROFILE(f, thread, position)=101325*(0.843+0.008*sin(1256.6*t));
}
end_f_loop(f, thread)
} 展开
/*pexit.c*/
/****************************************************************/
#include "udf.h"
DEFINE_PROFILE (unsteady_pressure,thread,position)
{
face_t f;
begin_f_loop(f, thread)
{
real t=RP_Get_Real("flow-time");
F_PROFILE(f, thread, position)=101325*(0.843+0.008*sin(1256.6*t));
}
end_f_loop(f, thread)
} 展开
1个回答
展开全部
这个最常见的是文本文件行尾问题
如果是在 linux 之类的机器上运行,先执行 dos2unix pexit.c 来转换行尾格式
如果是在 linux 之类的机器上运行,先执行 dos2unix pexit.c 来转换行尾格式
追问
我这个是在 .txt 文本文件中编写的程序。编写完成后,我把 pexit.txt 改成了pexit.c。然后直接导入到Fluent中运行的,才出现上述的问题。你是说在导入fluent之前,还需要在linux机器上运行,转换行尾格式后,再导入到Fluent中吗?
追答
那 lz 现在是在 linux 上使用呢,还是 windows 使用的
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询