31 lines
1,011 B
C++
31 lines
1,011 B
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: 1.6 |
|
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class dictionary;
|
|
location "system";
|
|
object cellSetDict.2;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
name c0;
|
|
|
|
action new;
|
|
|
|
topoSetSources
|
|
(
|
|
boxToCell
|
|
{
|
|
box ( 0.0045 -0.00075 -1 ) ( 0.0095 0.00075 1 );
|
|
}
|
|
);
|
|
|
|
|
|
// ************************************************************************* //
|