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

32 lines
1.1 KiB
INI

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