/*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 1.0 | | \\ / A nd | Web: http://www.openfoam.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ // refinementLevel tool definition description "Estimates the refinement level on refined cartesian meshes"; refinementLevelDict { type dictionary; description "refinementLevel control dictionary"; dictionaryPath "system"; entries { arguments { type rootCaseArguments; entries { include "$FOAMX_CONFIG/entries/arguments/readLevel"; } } } } // ************************************************************************* //