1.1 Error: Floating point error: invalid number 原因: 数据矩阵求解过程中出现的问题。 方法: 1、检查网格质量。 2、检查边界条件和初始条件。4 3、对问题进行深入分析,对比模拟情况与真实情况之间的差距。 License for fluent expires 1-jan-0 Error: sopenoutputfile: unable to open file for output Error Object: "c:\temp\kill-fluent696" 原因: license 过期 方法: 更新 license。 absoulte pressure limitted to 5.000e+06 in 541 cells on zone 2 temper limiteed to 5.000e+03 in 1008 cells on zone 2 divergence detected temporarily reduceing courant number to 0.05 ang try again time step reduced in 57 cell error (large-than)invalid arguement{2} wrong type [not a number] error object: 1#inf' ]# `0 M9 i: G 原因及方法: 1. 超出受限的警告一般来说湍流粘性比比较多,这个尚不知道很好的解决办法 2. 其他的变量受限,注意检查模型有没有错误,这个主要是力学模型要准确,受限制后解 出来的解可能不是真实解,而大部分都是出现溢出错误,无法继续求解。 2. 解决方法是把 courant number 调小一点,把松弛因子调小一点 Error: FLUENT received a fatal signal (SEGMENTATION VIOLATION) Error Object: () 原因: 非法关闭图片显示窗口导致的,出此错误后,再无法显示图片 方法: 重新启动就可以了 (成功) Error: WARNING: Invalid axisymmetric grid: 71 nodes lie below the x-axis 发生时机:将网格导入 fluent 后,检查网格时出现 原因: 是对称轴和 x 轴没有完全重合,中间有较小的偏差的缘故 方法: 先确定关键点,再连线,最后成面,然后划分网格。
Error:Warning: The use of axis boundary conditions is not appropriate for a 2D/3D flow problem. Please consider changing the zone type to symmetry or wall, or the problem to axisymmetric 发生时机:来我做的是一个球体,为了用二维仿真,我通过划一个半圆,然后将直径设置为 axis,在导入 fluent 后,将 space 设为 axisymmetric,检查网格时便出现了负体积。将 space 设 为 2d 就不会有负体积存在了。但是会有警告 原因/方法: 设置 axisymmetric 或 axisymmetric Swirl 时, 不仅需要将模型的对称轴设为 X 轴,
而且要旋转的面必须在 y 轴的正半轴一侧,只有这样才不会出现负体积。如图所示,上图由 于半圆在 y 负半轴一侧,划分网格并导入 fluent,设置 axisymmetric 或 axisymmetric Swirl 后,检查网格就会出现负体积。而另外一幅图由于半圆在 y 轴正半轴一侧,则不会出现负体 积! 。 Error: File has wrong dimensions (2) Error Object: #f 发生时机:用 gambit 输出了一个 3 维模型的网格,将网格导入到 fluent 时,选择了求解器 2d,导致错误产生。 原因/方法:输出的网格维数(二维或三维)与 fluent 求解器选择的维数(2d 或 3d)不一致! 对应二维模型的网格在导入 fluent 时应选择求解器为 2d 或 2ddp,对应三维模型的网格应选 择求解器为 3d 或 3ddp,) :。 turbulent viscosity limited to viscosity ratio of 1.000000e+005 in 2 cells & A2 我的解决方法给你说一下希望对你有帮助: 1: 你在 solve----control-----limit 下改变 mix turbulent viscosity ratio 的设置值 (默认是 100000) 但是不建议轻易使用,因为这个可能会造成你的解有可能和工程真实解有出入 2:重新设置一下边界条件,尤其要注意出口和入口(如果有)的湍流动能的设置 3:检查一下你的速度设置在实际中是不是真实存在的,我有一次就是出现了这样的低级错 误 4:尽量把网格的质量提高上去,尽量使用结构化的网格这样的好处多多。 以上的意见我想你能参考基本上问题可以解决