mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: sampledPatch: patchSet instead of single patch
This commit is contained in:
@ -124,7 +124,7 @@ functions
|
||||
nearWall
|
||||
{
|
||||
type patchInternalField;
|
||||
patchName lowerWall;
|
||||
patches ( lowerWall );
|
||||
distance 1E-6;
|
||||
interpolate true;
|
||||
triangulate false;
|
||||
|
||||
@ -124,7 +124,7 @@ functions
|
||||
nearWall
|
||||
{
|
||||
type patchInternalField;
|
||||
patchName lowerWall;
|
||||
patches ( lowerWall );
|
||||
distance 1E-6;
|
||||
interpolate true;
|
||||
triangulate false;
|
||||
|
||||
@ -89,7 +89,7 @@ functions
|
||||
walls
|
||||
{
|
||||
type patch;
|
||||
patchName walls;
|
||||
patches (walls);
|
||||
triangulate false;
|
||||
}
|
||||
);
|
||||
|
||||
@ -88,7 +88,7 @@ functions
|
||||
walls
|
||||
{
|
||||
type patch;
|
||||
patchName walls;
|
||||
patches (walls);
|
||||
triangulate false;
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user