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

20 lines
820 B
INI

/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.0 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
n
{
description "n";
type fixedList;
elementType label;
numElements 3;
elementLabels ( Nx Ny Nz );
default ( 1 1 1 );
}
// ************************************************************************* //