mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Renamed searchableCurve -> searchableExtrudedCircle
to clarify purpose. Patch contributed by Mattijs Janssens
This commit is contained in:
@ -32,7 +32,7 @@ geometry
|
||||
}
|
||||
cylinder2
|
||||
{
|
||||
type searchableCurve;
|
||||
type searchableExtrudedCircle;
|
||||
file "curve2.vtk";
|
||||
radius 0.5;
|
||||
}
|
||||
|
||||
@ -20,7 +20,7 @@ libs ("libblockMesh.so");
|
||||
DebugSwitches
|
||||
{
|
||||
// project 1;
|
||||
// searchableCurve 1;
|
||||
// searchableExtrudedCircle 1;
|
||||
// projectCurve 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user