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

28 lines
986 B
INI

/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.0 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
// moveEngineMesh tool definition
description "Runs a solution for moving an engine mesh";
moveEngineMeshDict
{
type dictionary;
description "moveEngineMesh control dictionary";
dictionaryPath "system";
entries
{
arguments
{
type rootCaseArguments;
}
}
}
// ************************************************************************* //