Merge error divDevRhoReff changed
This commit is contained in:
parent
0900511043
commit
6ff530f2ba
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
(
|
||||
fvm::ddt(rho, U)
|
||||
+ fvm::div(phi, U)
|
||||
+ turbulence->divDevRhoReff(U)
|
||||
+ turbulence->divDevRhoReff()
|
||||
);
|
||||
|
||||
if (piso.momentumPredictor())
|
||||
|
|
Reference in a new issue