Files
CFDEMcoupling-PFM/tutorials/cfdemSolverRhoPimple/FinesColumn/CFD/system/topoSetDict
2017-01-23 09:36:43 +01:00

44 lines
1.2 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.3.0 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object topoSetDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
actions
(
{
name plane1FaceSet;
type faceSet;
action new;
source boxToFace;
sourceInfo
{
box (-0.055 -0.055 0.199)(0.055 0.055 0.201);
}
}
{
name plane1;
type faceZoneSet;
action new;
source setToFaceZone;
sourceInfo
{
faceSet plane1FaceSet;
}
}
);
// ************************************************************************* //