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

34 lines
1.2 KiB
INI

/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.0 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
// checkMesh tool definition
description "Diagnostic check of the validity of a mesh";
checkMeshDict
{
type dictionary;
description "checkMesh control dictionary";
dictionaryPath "system";
entries
{
arguments
{
type rootCaseArguments;
entries
{
include "$FOAMX_CONFIG/entries/arguments/latestTime.cfg";
include "$FOAMX_CONFIG/entries/arguments/time.cfg";
include "$FOAMX_CONFIG/entries/arguments/noCoords.cfg";
}
}
}
}
// ************************************************************************* //