openfoam/applications/test/reconstructedDistanceFunction/case1/system/topoSetDict
2022-12-21 16:16:18 +00:00

35 lines
1.1 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2212 |
| \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object topoSetDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
actions
(
{
name c0;
type cellSet;
action new;
source boxToCell;
box (-1e10 -1e10 -1e10) (1e10 0 1e10);
}
{
name c0;
type cellSet;
action invert;
}
);
// ************************************************************************* //