Files
OpenFOAM-12/tutorials/mesh/refineMesh/refineFieldDirs/system/topoSetDict.range2
2018-07-09 15:40:05 +01:00

35 lines
922 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: dev
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object topoSetDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
actions
(
{
name range1;
type cellSet;
action new;
source fieldToCell;
sourceInfo
{
field radiusFieldXY;
min 7.00;
max 18.47;
}
}
);
// ************************************************************************* //