mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
31 lines
1006 B
INI
31 lines
1006 B
INI
/*---------------------------------------------------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: 1.0 |
|
|
| \\ / A nd | Web: http://www.openfoam.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
pointToCell
|
|
{
|
|
type dictionary;
|
|
description "Description based on a pointSet";
|
|
|
|
entries
|
|
{
|
|
include "set.cfg";
|
|
option
|
|
{
|
|
type word;
|
|
default any;
|
|
valueList
|
|
(
|
|
any
|
|
all
|
|
);
|
|
}
|
|
}
|
|
}
|
|
|
|
// ************************************************************************* //
|