20 lines
820 B
INI
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 );
|
|
}
|
|
|
|
// ************************************************************************* //
|