openfoam/tutorials/combustion/fireFoam/LES/smallPoolFire3D/system/topoSetDict
2020-12-23 10:01:39 +01:00

30 lines
1006 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2012 |
| \\ / 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.1 -0.001 -0.1)(0.1 0.005 0.1);
}
);
// ************************************************************************* //