openfoam/tutorials/combustion/fireFoam/LES/smallPoolFire2D/system/topoSetDict
2019-12-23 09:49:23 +00:00

30 lines
1012 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1912 |
| \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object topoSetDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
actions
(
{
name f0;
type faceSet;
action new;
source boxToFace;
box (-0.0529 -0.001 -0.1)(0.0529 0.002 0.1);
}
);
// ************************************************************************* //