/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  7
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      surfaceFeaturesDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

surface1
{
	surfaces (
		"GTS-Storms-v7.stl"
		"inlet.stl"
		"outlet.stl"
		"left.stl"
		"right.stl"
		"floor.stl"
		"top.stl"
	);
	includedAngle        171;

	subsetFeatures
	{
	    
	    nonManifoldEdges yes; // Keep nonManifold edges (edges with >2 connected faces)
	    openEdges        yes; // Keep open edges (edges with 1 connected face)
	}
	writeObj             yes;
}

/*
surface2
{

}

*/	

// ************************************************************************* //
