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:
@ -55,7 +55,7 @@ geometry
|
||||
}
|
||||
cylinder
|
||||
{
|
||||
type searchableCylinder;
|
||||
type cylinder;
|
||||
point1 ($:aerofoil.xUpper -1e3 0);
|
||||
point2 ($:aerofoil.xUpper 1e3 0);
|
||||
radius $:domain.zMax;
|
||||
|
||||
@ -73,7 +73,7 @@ geometry
|
||||
type triSurfaceMesh;
|
||||
name walls;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
castellatedMeshControls
|
||||
{
|
||||
|
||||
@ -55,7 +55,7 @@ geometry
|
||||
}
|
||||
cylinder
|
||||
{
|
||||
type searchableCylinder;
|
||||
type cylinder;
|
||||
point1 ($:aerofoil.xUpper -1e3 0);
|
||||
point2 ($:aerofoil.xUpper 1e3 0);
|
||||
radius $:domain.zMax;
|
||||
|
||||
@ -57,12 +57,11 @@ geometry
|
||||
|
||||
refinementBox
|
||||
{
|
||||
type searchableBox;
|
||||
min (-0.5 -0.125 -0.25);
|
||||
max (1.5 0.125 0.25);
|
||||
type box;
|
||||
min (-0.5 -0.125 -0.25);
|
||||
max (1.5 0.125 0.25);
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
||||
// Settings for the castellatedMesh generation.
|
||||
|
||||
Reference in New Issue
Block a user