25 lines
905 B
INI
25 lines
905 B
INI
/*---------------------------------------------------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: 1.0 |
|
|
| \\ / A nd | Web: http://www.openfoam.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
nearestToCell
|
|
{
|
|
type dictionary;
|
|
description "Description based on cells nearest to list of points";
|
|
|
|
entries
|
|
{
|
|
points
|
|
{
|
|
type list;
|
|
elementType vector;
|
|
}
|
|
}
|
|
}
|
|
|
|
// ************************************************************************* //
|