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

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;
}
}
}
// ************************************************************************* //