44 lines
1.4 KiB
INI
44 lines
1.4 KiB
INI
/*---------------------------------------------------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: 1.0 |
|
|
| \\ / A nd | Web: http://www.openfoam.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
// splitMeshRegions tool definition
|
|
|
|
description "Splits mesh into multiple regions and writes them to consecutive time directories";
|
|
|
|
splitMeshRegionsDict
|
|
{
|
|
type dictionary;
|
|
description "splitMeshRegions control dictionary";
|
|
dictionaryPath "system";
|
|
|
|
entries
|
|
{
|
|
arguments
|
|
{
|
|
type rootCaseArguments;
|
|
|
|
entries
|
|
{
|
|
off
|
|
{
|
|
type compound;
|
|
entries {}
|
|
}
|
|
|
|
on
|
|
{
|
|
type string;
|
|
default "-largestOnly";
|
|
editable 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// ************************************************************************* //
|