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