openfoam/tutorials/multiphase/interFoam/RAS/floatingObject/system/topoSetDict
2019-06-25 11:51:19 +01:00

36 lines
1.1 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1906 |
| \\ / A nd | Web: 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 (0.35 0.35 0.1) (0.65 0.55 0.6);
}
{
name c0;
type cellSet;
action invert;
}
);
// ************************************************************************* //