BUG: Added missing fvOptions to rhs of UEqn

This commit is contained in:
andy
2013-01-21 17:40:27 +00:00
parent 863f2fd74f
commit 2931af2eea

View File

@ -5,6 +5,8 @@ tmp<fvVectorMatrix> UEqn
fvm::ddt(U)
+ fvm::div(phi, U)
+ turbulence->divDevReff(U)
==
fvOptions(U)
);
UEqn().relax();