ENH: sampledPatch: patchSet instead of single patch

This commit is contained in:
mattijs
2011-04-05 20:54:18 +01:00
parent f203f4a835
commit b09a19e026
11 changed files with 247 additions and 131 deletions

View File

@ -124,7 +124,7 @@ functions
nearWall
{
type patchInternalField;
patchName lowerWall;
patches ( lowerWall );
distance 1E-6;
interpolate true;
triangulate false;

View File

@ -124,7 +124,7 @@ functions
nearWall
{
type patchInternalField;
patchName lowerWall;
patches ( lowerWall );
distance 1E-6;
interpolate true;
triangulate false;

View File

@ -89,7 +89,7 @@ functions
walls
{
type patch;
patchName walls;
patches (walls);
triangulate false;
}
);

View File

@ -88,7 +88,7 @@ functions
walls
{
type patch;
patchName walls;
patches (walls);
triangulate false;
}
);