26 lines
924 B
INI
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;
|
|
}
|
|
}
|
|
}
|