Merge branch 'master' into molecularDynamics

This commit is contained in:
graham
2008-10-07 10:26:03 +01:00
167 changed files with 5809 additions and 1371 deletions

View File

@ -66,6 +66,9 @@ int main(int argc, char *argv[])
+ sgsModel->divDevBeff(U)
);
// Optionally ensure diagonal-dominance of the momentum matrix
UEqn.relax();
if (momentumPredictor)
{
solve(UEqn == -fvc::grad(p));