BeatNBBZ 发表于 2009-11-26 12:51:40

ddtPhiCorr函数有什么用

PISO里的。
// The ddtPhiCorr term accounts for the divergence of the face velocity field by taking out the
//difference between the interpolated velocity and the flux.
            phi = (fvc::interpolate(U) & mesh.Sf())
                + fvc::ddtPhiCorr(rUA, U, phi);

不用它不行吗?
页: [1]
查看完整版本: ddtPhiCorr函数有什么用