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

28 lines
990 B
INI

/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.0 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
// autoRefineMesh tool definition
description "Utility to refine cells near to a surface";
autoRefineMeshDict
{
type dictionary;
description "autoRefineMesh control dictionary";
dictionaryPath "system";
entries
{
arguments
{
type rootCaseTimeArguments;
}
}
}
// ************************************************************************* //