mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
28 lines
1013 B
INI
28 lines
1013 B
INI
/*---------------------------------------------------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: 1.0 |
|
|
| \\ / A nd | Web: http://www.openfoam.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
// reconstructParMesh tool definition
|
|
|
|
description "Reconstructs a mesh using geometric information only";
|
|
|
|
reconstructParMeshDict
|
|
{
|
|
type dictionary;
|
|
description "reconstructParMesh control dictionary";
|
|
dictionaryPath "system";
|
|
|
|
entries
|
|
{
|
|
arguments
|
|
{
|
|
type rootCaseTimeArguments;
|
|
}
|
|
}
|
|
}
|
|
|
|
// ************************************************************************* //
|