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

27 lines
917 B
INI

/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.0 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
surfaceToCell
{
type dictionary;
description "Description based on surface";
entries
{
file
{
type string;
description "STL file name";
}
// to be continued
}
}
// ************************************************************************* //