Skip to content
Snippets Groups Projects
Commit 63177c9d authored by andy's avatar andy
Browse files

ENH: pimpleFoam - added sources.correct(U) after momentum solve

parent 87e98326
Branches
Tags
No related merge requests found
......@@ -18,4 +18,6 @@ volScalarField rAU(1.0/UEqn().A());
if (pimple.momentumPredictor())
{
solve(UEqn() == -fvc::grad(p));
sources.correct(U);
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment