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

This commit is contained in:
Sergio Ferraris
2013-11-25 10:56:43 +00:00
parent 2d8ceb6fcf
commit bcc5b89040

View File

@ -4,7 +4,8 @@
fvm::ddt(rho, U)
+ fvm::div(phi, U)
+ turb.divDevRhoReff(U)
+ fvOptions(rho, U)
==
fvOptions(rho, U)
);
UEqn().relax();