Skip to content
Snippets Groups Projects
Commit 1bf6d30f authored by Sergio Ferraris's avatar Sergio Ferraris
Browse files

BUG: Adding U source before relaxing Ueq

parent 412fca21
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,9 @@
+ turbulence->divDevReff(U)
);
UEqn().relax();
// Add resistance on the actuation disks
actuationDisks.addSu(UEqn());
UEqn().relax();
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