openfoam/applications/utilities/parallelProcessing/decomposePar/FoamX/order.cfg
2008-04-15 18:56:58 +01:00

26 lines
831 B
INI

/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.0 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
order
{
type word;
description "order";
default xyz;
valueList
(
xyz
xzy
yxz
yzx
zxy
zyx
);
}
// ************************************************************************* //