openfoam/applications/utilities/mesh/manipulation/pointSet/FoamX/boxToPoint.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 | |
\*---------------------------------------------------------------------------*/
boxToPoint
{
type dictionary;
description "Description of a box to point source";
entries
{
box
{
type compound;
description "bounding box";
entries
{
include "$FOAMX_CONFIG/entries/vector/min.cfg";
include "$FOAMX_CONFIG/entries/vector/max.cfg";
}
}
}
}
// ************************************************************************* //