Files
OpenFOAM-6/tutorials/multiphase/interPhaseChangeDyMFoam/propeller/system/surfaceFeaturesDict
2018-07-09 15:58:01 +01:00

37 lines
1.0 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object surfaceFeaturesDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
surfaces
(
"innerCylinderSmall.obj"
"outerCylinder.obj"
"propellerStem1.obj"
"propellerStem2.obj"
"propellerStem3.obj"
"propellerTip.obj"
);
// Identify a feature when angle between faces < includedAngle
includedAngle 150;
trimFeatures
{
// Remove features with fewer than the specified number of edges
minElem 10;
}
// ************************************************************************* //