Files
OpenFOAM-6/tutorials/mesh/snappyHexMesh/flange/system/surfaceFeaturesDict

23 lines
954 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object surfaceFeaturesDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
surfaces ("flange.stl");
// Identify a feature when angle between faces < includedAngle
includedAngle 150;
// ************************************************************************* //