and only needed if there is a name clash between entries in the source
specification and the set specification, e.g. "name":
{
name rotorCells;
type cellSet;
action new;
source zoneToCell;
sourceInfo
{
name cylinder;
}
}
34 lines
1.0 KiB
C++
34 lines
1.0 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
========= |
|
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
|
\\ / O peration | Website: https://openfoam.org
|
|
\\ / A nd | Version: dev
|
|
\\/ M anipulation |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
format ascii;
|
|
class dictionary;
|
|
object topoSetDict;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
actions
|
|
(
|
|
{
|
|
name background;
|
|
type cellSet;
|
|
action new;
|
|
source surfaceToCell;
|
|
file "constant/geometry/flange.obj";
|
|
outsidePoints ((-0.026 -0.0275 -0.0235));
|
|
includeCut true;
|
|
includeInside true;
|
|
includeOutside false;
|
|
nearDistance -1;
|
|
curvature -100;
|
|
}
|
|
);
|
|
|
|
// ************************************************************************* //
|