Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
谁能用google啊,帮我搜一下VSMALL
GREAT = 1.0e+6; VGREAT = 1.0e+37; ROOTVGREAT = 1.0e+18; SMALL = 1.0e-6; VSMALL = 1.0e-37; ROOTVSMALL = 1.0e-18
很感谢
volScalarField alphalCoeff(1.0/rho1() - alpha1_*(1.0/rho1() - 1.0/rho2())); rho1() 不为0 rho2()为0 密度2由于空化产生, 怎样用VSMALL方法解决这种问题呢?
@mark 1/(分母+VSMALL)
@Wayne @李东岳 这样做运行还出错是什么原因呢?缺别的代码?
sigSegv错误,和之前报错不一样,是访问了未定义的内存。
@Wayne 在openfoam里面, 访问未定义的内存是什么意思呢?