27 lines
917 B
INI
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
|
|
}
|
|
}
|
|
|
|
// ************************************************************************* //
|