42 lines
1.2 KiB
C++
42 lines
1.2 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: 4.x |
|
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class dictionary;
|
|
object surfaceFeatureExtractDict;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
AMI.obj
|
|
{
|
|
#include "surfaceFeatureExtractDictDefaults"
|
|
}
|
|
|
|
shaft.obj
|
|
{
|
|
#include "surfaceFeatureExtractDictDefaults"
|
|
}
|
|
|
|
wall.obj
|
|
{
|
|
#include "surfaceFeatureExtractDictDefaults"
|
|
}
|
|
|
|
statorBlades.obj
|
|
{
|
|
#include "surfaceFeatureExtractDictDefaults"
|
|
}
|
|
|
|
rotorBlades.obj
|
|
{
|
|
#include "surfaceFeatureExtractDictDefaults"
|
|
}
|
|
|
|
// ************************************************************************* //
|