| 查看: 1030 | 回复: 2 | ||
| 【悬赏金币】回答本帖问题,作者dy1999_12将赠送您 20 个金币 | ||
[求助]
fluent 边界条件插入udf之后,无法初始化,求助各位大佬!!! 已有1人参与
|
||
|
fluent 边界条件径向速度、切向速度插入udf之后,无法初始化,求助各位大佬!!! #include"udf.h" #include"math.h" DEFINE_PROFILE(inlet_velocity, thread, i) { real x[3]; real z; face_t f; begin_f_loop(f, thread) { F_CENTROID(x, f, thread); z = x[2]; F_PROFILE(f, thread, i) = 17.910*pow(z / 0.02, 0.1732); } end_f_loop(f,thread) } 初始化出现错误 Divergence detected in AMG solver: x-momentum Divergence detected in AMG solver: y-momentum Divergence detected in AMG solver: z-momentum Divergence detected in AMG solver: pressure correction Divergence detected in AMG solver: k Divergence detected in AMG solver: omega Error at host: floating point exception Error at Node 0: floating point exception Error at Node 1: floating point exception Error: floating point exception Error Object: #f@wuming524 |
» 猜你喜欢
340求调剂
已经有3人回复
材料专硕找调剂
已经有4人回复
0854电子信息求调剂
已经有6人回复
0805 316求调剂
已经有4人回复
0854 考研调剂 招生了!AI 方向
已经有17人回复
【考研调剂】化学专业 281分,一志愿四川大学,诚心求调剂
已经有15人回复
资源与环境 调剂申请(333分)
已经有7人回复
306求0703调剂一志愿华中师范
已经有11人回复
0703化学调剂,求导师收
已经有6人回复
求调剂
已经有5人回复
2楼2022-09-08 05:39:13
3楼2022-09-28 09:38:09













回复此楼
dy1999_12