24 lines
850 B
INI
24 lines
850 B
INI
/*---------------------------------------------------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: 1.0 |
|
|
| \\ / A nd | Web: http://www.openfoam.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
shapeToCell
|
|
{
|
|
type dictionary;
|
|
description "Description based on a cell shape";
|
|
|
|
entries
|
|
{
|
|
type
|
|
{
|
|
type shape;
|
|
}
|
|
}
|
|
}
|
|
|
|
// ************************************************************************* //
|