Files
openfoam/applications/utilities/mesh/manipulation/moveDynamicMesh/FoamX/moveDynamicMesh.cfg
2008-04-15 18:56:58 +01:00

28 lines
996 B
INI

/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.0 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
// moveDynamicMesh tool definition
description "Mesh motion and topological mesh changes utility";
moveDynamicMeshDict
{
type dictionary;
description "moveDynamicMesh control dictionary";
dictionaryPath "system";
entries
{
arguments
{
type rootCaseArguments;
}
}
}
// ************************************************************************* //