【求助】关于fluent自动退出
-
各位老师,前辈大家好,在此请教一个问题
小弟在用fluent计算气液两相流的时候,最近一直遇到fluent自动退出,有时甚至显示器灰屏了,错误提示为,内存不足,关闭程序以防止信息丢失,询问了度娘与谷歌,告知,需在电脑高级设置里面增加虚拟内存,小弟按照方法调整好后,现在还是出现fluent闪退的情况,特来贵地请教各位老师和前辈,大家之前是否有遇到类似问题,应该如何处理?
或者出现此情况,可能是哪些问题引起的?
电脑配置过低?还是fluent 中的设置不对引起的?
希望能得到解答,谢谢各位 -
二维计算网格,数量为1万多一点,计算机内存为16G,另外几台分别为8G,12G,
-
@charles1992 一万个网格,但内存占用很高,可能是里面某些数量在增加,是不是有离散相啊? 是不是颗粒突然增加了很多?
-
你好,我计算的是气液两相流,一个进口,两个出口,
-
然后现在发现没有出现闪退了,电脑也没有黑屏了,唯一区别于之前的设置的地方是在设置动画监测的地方,
-
Fluent 中 in memory 一般是指在内存中存储,所以就超了。 我一般用PPM image 这样存的就是图片
An advantage to saving the animation sequence using the PPM Image option is that
you can use the separate pixmap image files for the creation of a single GIF file. GIF file
creation can be done quickly with graphics tools provided by other third-party graphics
packages such as ImageMagick, that is, animate or convert. For example, if you save
the PPM files starting with the string sequence-2, and you are using the ImageMagick
software, you can use the convert command with the -adjoin option to create
a single GIF file out of the sequence using the following command. -
@charles1992 就是这个原因