31 lines
974 B
INI
31 lines
974 B
INI
/*---------------------------------------------------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: 1.0 |
|
|
| \\ / A nd | Web: http://www.openfoam.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
cellToPoint
|
|
{
|
|
type dictionary;
|
|
description "Description based on a cellSet";
|
|
|
|
entries
|
|
{
|
|
include "set.cfg";
|
|
option
|
|
{
|
|
type word;
|
|
default all;
|
|
valueList
|
|
(
|
|
all
|
|
);
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
// ************************************************************************* //
|