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

26 lines
924 B
INI

/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.0 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
// attachMesh tool definition
description "Attach topologically detached mesh using prescribed mesh modifiers";
attachMeshDict
{
type dictionary;
description "attachMesh control dictionary";
dictionaryPath "system";
entries
{
arguments
{
type rootCaseTimeArguments;
}
}
}