OpenFOAM-4.x/tutorials/lagrangian/reactingParcelFilmFoam/splashPanel/system/wallFilmRegion/createWallFilmRegionPatches.topoSet
2016-06-28 11:59:45 +01:00

62 lines
1.7 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 4.x |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object topoSetDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
actions
(
{
name sideFaces1;
type faceSet;
action new;
source boxToFace;
sourceInfo
{
box (-0.00001 -0.00001 -1) (0.10001 0.00001 1);
}
}
{
name sideFaces2;
type faceSet;
action new;
source boxToFace;
sourceInfo
{
box ( 0.09999 -0.00001 -1) (0.10001 0.05001 1);
}
}
{
name sideFaces3;
type faceSet;
action new;
source boxToFace;
sourceInfo
{
box (-0.00001 0.04999 -1) (1.00001 0.05001 1);
}
}
{
name sideFaces4;
type faceSet;
action new;
source boxToFace;
sourceInfo
{
box (-0.00001 -0.00001 -1) (0.00001 0.05001 1);
}
}
);
// ************************************************************************* //