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

33 lines
1.2 KiB
INI

/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.0 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// rotateMesh tool definition
description "Rotate mesh and fields by given two vectors";
rotateMeshDict
{
type dictionary;
description "rotateMesh control dictionary";
dictionaryPath "system";
entries
{
arguments
{
type rootCaseTimeArguments;
entries
{
include "$FOAMX_CONFIG/entries/arguments/rotationVectors.cfg";
}
}
}
}
// ************************************************************************* //