Skip to content
Snippets Groups Projects
Commit 4b487cf5 authored by henry's avatar henry
Browse files

pimpleDyMFoam: Moved turbulence correction inside the outer-loop.

parent b2d987df
Branches
Tags
No related merge requests found
......@@ -150,9 +150,9 @@ int main(int argc, char *argv[])
U -= rAU*fvc::grad(p);
U.correctBoundaryConditions();
}
}
turbulence->correct();
turbulence->correct();
}
runTime.write();
......
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