28 lines
990 B
INI
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;
|
|
}
|
|
}
|
|
}
|
|
|
|
// ************************************************************************* //
|