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

39 lines
1.3 KiB
INI

/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.0 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
// splitMesh tool definition
description "Splits mesh by making internal faces external";
splitMeshDict
{
type dictionary;
description "splitMesh control dictionary";
dictionaryPath "system";
entries
{
arguments
{
type rootCaseArguments;
entries
{
faceSet
{
type word;
description "Face set to become external faces";
}
include "$FOAMX_CONFIG/entries/arguments/masterPatch.cfg";
include "$FOAMX_CONFIG/entries/arguments/slavePatch.cfg";
}
}
}
}
// ************************************************************************* //