openfoam/tutorials/rasCavitatingFoam/system/cellSetDict.2
2008-06-26 12:21:14 +01:00

38 lines
1.1 KiB
Groff

/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.4 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
root "";
case "";
instance "";
local "";
class dictionary;
object cellSetDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
name c0;
action new;
topoSetSources
(
boxToCell
{
box (4.5e-03 -0.75e-03 -1) (9.5e-3 0.75e-03 1);
}
);
// ************************************************************************* //