Files
openfoam/applications/utilities/mesh/manipulation/cellSet/FoamX/boxToCell.cfg
2008-04-15 18:56:58 +01:00

30 lines
1.0 KiB
INI

/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.0 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
boxToCell
{
type dictionary;
description "Description of a box to cell source";
entries
{
box
{
type compound;
description "bounding box";
entries
{
include "$FOAMX_CONFIG/entries/vector/min.cfg";
include "$FOAMX_CONFIG/entries/vector/max.cfg";
}
}
}
}
// ************************************************************************* //