Skip to content
Snippets Groups Projects
Commit 393e4d23 authored by Andrew Heather's avatar Andrew Heather
Browse files

added explicit call to UEqn.relax()

parent dbe5e082
Branches
Tags
No related merge requests found
......@@ -70,6 +70,8 @@ int main(int argc, char *argv[])
+ turbulence->divDevReff(U)
);
UEqn.relax();
if (momentumPredictor)
{
solve(UEqn == -fvc::grad(p));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment