adapt cfdemSolverRhoPimple for OF-6.

This commit is contained in:
Paul Kieckhefen
2019-04-10 14:11:18 +02:00
parent 1cf1babc8c
commit c40d8e8907

View File

@ -113,7 +113,7 @@ int main(int argc, char *argv[])
particleCloud.clockM().start(26,"Flow");
if (pimple.nCorrPIMPLE() <= 1)
if (pimple.nCorrPimple() <= 1)
{
#include "rhoEqn.H"
}