added explicit call to UEqn.relax()

This commit is contained in:
andy 2008-12-19 14:01:00 +00:00
parent dbe5e08213
commit 393e4d232e

View File

@ -70,6 +70,8 @@ int main(int argc, char *argv[])
+ turbulence->divDevReff(U) + turbulence->divDevReff(U)
); );
UEqn.relax();
if (momentumPredictor) if (momentumPredictor)
{ {
solve(UEqn == -fvc::grad(p)); solve(UEqn == -fvc::grad(p));