28 lines
992 B
INI
28 lines
992 B
INI
/*---------------------------------------------------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: 1.0 |
|
|
| \\ / A nd | Web: http://www.openfoam.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
// flattenMesh tool definition
|
|
|
|
description "Flatten the front and back planes of a 2D cartesian mesh";
|
|
|
|
flattenMeshDict
|
|
{
|
|
type dictionary;
|
|
description "flattenMesh control dictionary";
|
|
dictionaryPath "system";
|
|
|
|
entries
|
|
{
|
|
arguments
|
|
{
|
|
type rootCaseArguments;
|
|
}
|
|
}
|
|
}
|
|
|
|
// ************************************************************************* //
|