Files
OpenFOAM-12/tutorials/incompressibleVoF/floatingObject/system/topoSetDict
2024-07-06 16:02:47 +01:00

35 lines
897 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 12
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
class dictionary;
object topoSetDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
actions
(
{
name c0;
type cellSet;
action new;
source boxToCell;
box (0.35 0.35 0.1) (0.65 0.55 0.6);
}
{
name c0;
type cellSet;
action invert;
}
);
// ************************************************************************* //