Skip to content
Snippets Groups Projects
Commit 2931af2e authored by andy's avatar andy
Browse files

BUG: Added missing fvOptions to rhs of UEqn

parent 863f2fd7
Branches
Tags
No related merge requests found
......@@ -5,6 +5,8 @@ tmp<fvVectorMatrix> UEqn
fvm::ddt(U)
+ fvm::div(phi, U)
+ turbulence->divDevReff(U)
==
fvOptions(U)
);
UEqn().relax();
......
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