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

@ -8,44 +8,20 @@
FoamFile
{
version 2.0;
format binary;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
5
1
(
flange.obj_patch1
walls
{
type wall;
nFaces 24684;
startFace 193547;
}
flange.obj_patch2
{
type wall;
nFaces 1674;
startFace 218231;
}
flange.obj_patch3
{
type wall;
nFaces 438;
startFace 219905;
}
flange.obj_patch4
{
type wall;
nFaces 3595;
startFace 220343;
}
cvMesh_defaultPatch
{
type wall;
nFaces 0;
startFace 223938;
nFaces 116;
startFace 155;
}
)