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

69 lines
1.5 KiB
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 x349;
type cellSet;
action new;
source boxToCell;
box (3.48 -0.1 -0.1) (3.5 0.1 0.1);
}
{
name x349;
type cellZoneSet;
action new;
source setToCellZone;
set x349;
}
{
name x349_wall;
type cellSet;
action new;
source boxToCell;
box (3.48 0.0093 -0.1) (3.5 0.1 0.1);
}
{
name x349_wall;
type cellZoneSet;
action new;
source setToCellZone;
set x349_wall;
}
{
name x349_bulk;
type cellSet;
action new;
source boxToCell;
box (3.48 0.0 -0.1) (3.5 0.005 0.1);
}
{
name x349_bulk;
type cellZoneSet;
action new;
source setToCellZone;
set x349_bulk;
}
);
// ************************************************************************* //