OpenFoam 5.x 计算颗粒是不是有bug?
-
为什么reconstruct的时候会提示报错
--> FOAM FATAL IO ERROR:
wrong token type - expected Scalar, found on line 5 the punctuation token ')'
file: /processor0/0.01/lagrangian/particleCloud/positions at line 5.
而且切换其他OF版本就可以正常reconstruct
除此之外当颗粒数目较多时,压力会出现异常(非气体时出现明显负压) -
折腾老半天找到了这个
https://github.com/blueCFD/lagrangianExtraFunctionObjects/tree/OF5x
可以把5x的格式转化为以前的旧版本格式输出 -
CFDEM3.8及OF5.X是用这个reconstructPar -noLagrangian,或者直接在solver中把postpro改成true
2019年4月9日 15:43
9/9
2024年4月17日 06:45