Files
openfoam/applications/utilities/mesh/advanced/combinePatchFaces/FoamX/combinePatchFaces.cfg
2008-04-15 18:56:58 +01:00

33 lines
1.2 KiB
INI

/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.0 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
// combinePatchFaces tool definition
description "Checks for neighbouring patch faces on same cell and combines them";
combinePatchFacesDict
{
type dictionary;
description "combinePatchFaces control dictionary";
dictionaryPath "system";
entries
{
arguments
{
type rootCaseArguments;
entries
{
include "$FOAMX_CONFIG/entries/arguments/featureAngle.cfg";
include "$FOAMX_CONFIG/entries/arguments/allowConcaveFaces.cfg";
}
}
}
}
// ************************************************************************* //