Fluent在计算的时候,总是出现Floating point exception,是怎么回事啊? 5
用Fluent模拟输油管线中的沙粒沉积规律,边界类型为速度入口和压力出口,速度是UDF编译随时间线性减小的函数#include"udf.h"DEFINE_PROFILE(...
用Fluent模拟输油管线中的沙粒沉积规律,边界类型为速度入口和压力出口,速度是UDF编译随时间线性减小的函数
#include "udf.h"
DEFINE_PROFILE(velocity_profile,t,i){
face_t f;
real current_time;
current_time = CURRENT_TIME;
begin_f_loop(f,t)
{
F_PROFILE(f,t,i) = 0.9 - 0.01*current_time;
}
end_f_loop(f,t)
}
时间步长为0.02 总共算了200,剩余185步就出现Floating point exception,不知道是什么原因,不知道UDF编译有没有错误,我用的是13.0(win7).求大侠指点... 展开
#include "udf.h"
DEFINE_PROFILE(velocity_profile,t,i){
face_t f;
real current_time;
current_time = CURRENT_TIME;
begin_f_loop(f,t)
{
F_PROFILE(f,t,i) = 0.9 - 0.01*current_time;
}
end_f_loop(f,t)
}
时间步长为0.02 总共算了200,剩余185步就出现Floating point exception,不知道是什么原因,不知道UDF编译有没有错误,我用的是13.0(win7).求大侠指点... 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询