diff --git a/etc/templates/closedVolume/system/surfaceFeatureExtractDict b/etc/templates/closedVolume/system/surfaceFeatureExtractDict deleted file mode 100644 index 24ce03f0f..000000000 --- a/etc/templates/closedVolume/system/surfaceFeatureExtractDict +++ /dev/null @@ -1,41 +0,0 @@ -/*--------------------------------*- 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; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -CAD.obj -{ - extractionMethod extractFromSurface; - - extractFromSurfaceCoeffs - { - includedAngle 150; - } - - subsetFeatures - { - nonManifoldEdges yes; - openEdges yes; - } - - trimFeatures - { - minElem 0; - minLen 0; - } - - writeObj yes; -} - -// ************************************************************************* // diff --git a/etc/templates/closedVolumeRotating/system/surfaceFeatureExtractDict b/etc/templates/closedVolumeRotating/system/surfaceFeatureExtractDict deleted file mode 100644 index 4c48520a0..000000000 --- a/etc/templates/closedVolumeRotating/system/surfaceFeatureExtractDict +++ /dev/null @@ -1,32 +0,0 @@ -/*--------------------------------*- 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; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -fixed.obj -{ - #includeEtc "caseDicts/surface/surfaceFeatureExtractDict.cfg" -} - -rotating.obj -{ - #includeEtc "caseDicts/surface/surfaceFeatureExtractDict.cfg" -} - -rotatingZone.obj -{ - #includeEtc "caseDicts/surface/surfaceFeatureExtractDict.cfg" -} - -// ************************************************************************* // diff --git a/etc/templates/compressibleInflowOutflow/system/surfaceFeatureExtractDict b/etc/templates/compressibleInflowOutflow/system/surfaceFeatureExtractDict deleted file mode 100644 index 24ce03f0f..000000000 --- a/etc/templates/compressibleInflowOutflow/system/surfaceFeatureExtractDict +++ /dev/null @@ -1,41 +0,0 @@ -/*--------------------------------*- 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; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -CAD.obj -{ - extractionMethod extractFromSurface; - - extractFromSurfaceCoeffs - { - includedAngle 150; - } - - subsetFeatures - { - nonManifoldEdges yes; - openEdges yes; - } - - trimFeatures - { - minElem 0; - minLen 0; - } - - writeObj yes; -} - -// ************************************************************************* // diff --git a/etc/templates/inflowOutflow/system/surfaceFeatureExtractDict b/etc/templates/inflowOutflow/system/surfaceFeatureExtractDict deleted file mode 100644 index 24ce03f0f..000000000 --- a/etc/templates/inflowOutflow/system/surfaceFeatureExtractDict +++ /dev/null @@ -1,41 +0,0 @@ -/*--------------------------------*- 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; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -CAD.obj -{ - extractionMethod extractFromSurface; - - extractFromSurfaceCoeffs - { - includedAngle 150; - } - - subsetFeatures - { - nonManifoldEdges yes; - openEdges yes; - } - - trimFeatures - { - minElem 0; - minLen 0; - } - - writeObj yes; -} - -// ************************************************************************* // diff --git a/etc/templates/inflowOutflowRotating/system/surfaceFeatureExtractDict b/etc/templates/inflowOutflowRotating/system/surfaceFeatureExtractDict deleted file mode 100644 index 4c48520a0..000000000 --- a/etc/templates/inflowOutflowRotating/system/surfaceFeatureExtractDict +++ /dev/null @@ -1,32 +0,0 @@ -/*--------------------------------*- 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; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -fixed.obj -{ - #includeEtc "caseDicts/surface/surfaceFeatureExtractDict.cfg" -} - -rotating.obj -{ - #includeEtc "caseDicts/surface/surfaceFeatureExtractDict.cfg" -} - -rotatingZone.obj -{ - #includeEtc "caseDicts/surface/surfaceFeatureExtractDict.cfg" -} - -// ************************************************************************* //