Files
openfoam/tutorials/compressible/rhoPimpleDyMFoam/annularThermalMixer/system/surfaceFeatureExtractDict

43 lines
1.2 KiB
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 surfaceFeatureExtractDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
AMI.obj
{
#include "surfaceFeatureExtractDictDefaults"
}
shaft.obj
{
#include "surfaceFeatureExtractDictDefaults"
}
wall.obj
{
#include "surfaceFeatureExtractDictDefaults"
}
statorBlades.obj
{
#include "surfaceFeatureExtractDictDefaults"
}
rotorBlades.obj
{
#include "surfaceFeatureExtractDictDefaults"
}
// ************************************************************************* //