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

33 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 | |
\*---------------------------------------------------------------------------*/
faceToCell
{
type dictionary;
description "Description based on a faceSet";
entries
{
include "set.cfg";
option
{
type word;
default any;
valueList
(
any
all
neighbour
owner
);
}
}
}
// ************************************************************************* //