60 lines
1.3 KiB
C++
60 lines
1.3 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: v2312 |
|
|
| \\ / A nd | Website: www.openfoam.com |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class dictionary;
|
|
object surfaceFeatureExtractDict;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
//innerCylinder.obj
|
|
//{
|
|
// #include "surfaceFeatureExtractDictDefaults"
|
|
//}
|
|
|
|
|
|
innerCylinderSmall.obj
|
|
{
|
|
#include "surfaceFeatureExtractDictDefaults"
|
|
}
|
|
|
|
|
|
outerCylinder.obj
|
|
{
|
|
#include "surfaceFeatureExtractDictDefaults"
|
|
}
|
|
|
|
|
|
propellerStem1.obj
|
|
{
|
|
#include "surfaceFeatureExtractDictDefaults"
|
|
}
|
|
|
|
|
|
propellerStem2.obj
|
|
{
|
|
#include "surfaceFeatureExtractDictDefaults"
|
|
}
|
|
|
|
|
|
propellerStem3.obj
|
|
{
|
|
#include "surfaceFeatureExtractDictDefaults"
|
|
}
|
|
|
|
|
|
propellerTip.obj
|
|
{
|
|
#include "surfaceFeatureExtractDictDefaults"
|
|
}
|
|
|
|
|
|
// ************************************************************************* //
|