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

BUG: Changing fvOption source in UEqn.H to the rhs

parent 2d8ceb6f
Branches
Tags
No related merge requests found
......@@ -4,7 +4,8 @@
fvm::ddt(rho, U)
+ fvm::div(phi, U)
+ turb.divDevRhoReff(U)
+ fvOptions(rho, U)
==
fvOptions(rho, 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