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

25 lines
892 B
INI

/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.0 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
labelToPoint
{
type dictionary;
description "Description based on a list of point labels";
entries
{
value
{
type list;
elementType label;
}
}
}
// ************************************************************************* //