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).
小弟想在interFoam方程中加入一个含有粘度的项,修改拷出来的interFoam,发现createFields.H中并没有东岳流体里讲到的计算平均粘度那段代码,整个multiphase solvers 里面也没看到计算粘度的H文件,也没找到incompressibleTwoPhaseMixture.H,难道是版本的问题?用的OF6.0
在createFields.H文件35行,有一串代码:
immiscibleIncompressibleTwoPhaseMixture mixture(U, phi);
你自己看一下这个类和他的基类就懂了
@史浩 ,多谢。我加的源项有粘度这个系数,写了mu_, 然后wmake,提示mu_ not in this scope。拷出来的interFoam sovler的H文件里没有mu_,该怎么办啊
试试mixture.mu()
mixture.mu()
@danao interFoam这个求解器的文件不单单在interFoam文件夹中,还有一些在vof文件夹中,拷贝的时候记得拷贝
@东岳 太厉害了,这次不报错了,万分感谢
@史浩 恩恩,是的,vof文件都得拷进去,感谢感谢