Skip to content

Commit

Permalink
BUG: UEqn.H: relax after sources
Browse files Browse the repository at this point in the history
  • Loading branch information
mattijs committed Jun 14, 2011
1 parent 1bddaa7 commit 6f09a1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tutorials/incompressible/simpleWindFoam/simpleWindFoam/UEqn.H
Expand Up @@ -6,14 +6,14 @@
+ turbulence->divDevReff(U)
);

UEqn().relax();

// Add resistance on the actuation disks
actuationDisks.addSu(UEqn());

UEqn().relax();

eqnResidual = solve
(
UEqn() == -fvc::grad(p)
).initialResidual();

maxResidual = max(eqnResidual, maxResidual);
maxResidual = max(eqnResidual, maxResidual);

0 comments on commit 6f09a1d

Please sign in to comment.