Merge branch 'master' into particleInteractions

This commit is contained in:
graham
2010-04-07 09:59:20 +01:00
21 changed files with 563 additions and 936 deletions

View File

@ -64,7 +64,6 @@ int main(int argc, char *argv[])
tmp<fvVectorMatrix> UEqn
(
fvm::div(phi, U)
- fvm::Sp(fvc::div(phi), U)
+ turbulence->divDevReff(U)
);
mrfZones.addCoriolis(UEqn());