ENH: Update cvMesh tutorials.

This commit is contained in:
laurence
2012-12-11 17:22:49 +00:00
parent fd8eebab13
commit 6fcb21987d
25 changed files with 1910 additions and 464 deletions

View File

@ -15,10 +15,10 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
numberOfSubdomains 8;
numberOfSubdomains 2;
//method scotch;
method ptscotch;
method scotch;
//method ptscotch;
// method hierarchical;
simpleCoeffs
@ -29,7 +29,7 @@ simpleCoeffs
hierarchicalCoeffs
{
n ( 2 2 2 );
n ( 2 1 1 );
delta 0.001;
order xyz;
}