mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: code cleanup searchableSurface (issue #929)
- improve doxygen entries for searchable surfaces.
- support selection of searchable surfaces with shorter names.
Eg,
type box | cylinder | ...;
vs type searchableBox | searchableCylinder | ...;
This commit is contained in:
@ -34,8 +34,7 @@ geometry
|
||||
type triSurfaceMesh;
|
||||
name walls;
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
||||
// Settings for the castellatedMesh generation.
|
||||
|
||||
@ -810,10 +810,10 @@ boundary
|
||||
/* optional
|
||||
surface
|
||||
{
|
||||
type searchableCylinder; // none
|
||||
point1 (0 0 -1);
|
||||
point2 (0 0 1);
|
||||
radius 0.5;
|
||||
type cylinder; // none
|
||||
point1 (0 0 -1);
|
||||
point2 (0 0 1);
|
||||
radius 0.5;
|
||||
}
|
||||
*/
|
||||
faces
|
||||
@ -837,10 +837,10 @@ boundary
|
||||
/* optional
|
||||
surface
|
||||
{
|
||||
type searchableCylinder; // none
|
||||
point1 (0 0 -1);
|
||||
point2 (0 0 1);
|
||||
radius 0.5;
|
||||
type cylinder; // none
|
||||
point1 (0 0 -1);
|
||||
point2 (0 0 1);
|
||||
radius 0.5;
|
||||
}
|
||||
*/
|
||||
faces
|
||||
|
||||
Reference in New Issue
Block a user