ENH: multiple surfaces, self-intersection in surfaceFeatureExtract (issue #450)
- If the dictionary is named 'surfaces', a 'surfaces' entry is mandatory. This is a list of wordRe, which is used to load multiple surfaces from constant/triSurface directory. - Other dictionaries may contain a 'surfaces' entry. In which case the behaviour is as above (loading multiple surfaces). The dictionary name will *NOT* be taken as a surface name itself. - Regardless of how the surfaces are loaded or features extracted, an additional selfIntersection test may be used. Eg, surfaces { extractionMethod extractFromSurface; surfaces (surface1.stl surface2.nas); // Generate features from self-intersect selfIntersection true; // Base output name (optiona) output surfaces; // Tolerance for self-intersect planarTolerance 1e-3; extractFromSurfaceCoeffs { includedAngle 120; // Do not mark region edges geometricTestOnly yes; } }
Showing
- applications/utilities/surface/surfaceFeatureExtract/Make/options 2 additions, 0 deletions...ions/utilities/surface/surfaceFeatureExtract/Make/options
- applications/utilities/surface/surfaceFeatureExtract/extractionMethod/Make/files 6 additions, 0 deletions...surface/surfaceFeatureExtract/extractionMethod/Make/files
- applications/utilities/surface/surfaceFeatureExtract/extractionMethod/Make/options 11 additions, 0 deletions...rface/surfaceFeatureExtract/extractionMethod/Make/options
- applications/utilities/surface/surfaceFeatureExtract/extractionMethod/extractFromFile.C 103 additions, 0 deletions.../surfaceFeatureExtract/extractionMethod/extractFromFile.C
- applications/utilities/surface/surfaceFeatureExtract/extractionMethod/extractFromFile.H 90 additions, 0 deletions.../surfaceFeatureExtract/extractionMethod/extractFromFile.H
- applications/utilities/surface/surfaceFeatureExtract/extractionMethod/extractFromSurface.C 102 additions, 0 deletions...rfaceFeatureExtract/extractionMethod/extractFromSurface.C
- applications/utilities/surface/surfaceFeatureExtract/extractionMethod/extractFromSurface.H 94 additions, 0 deletions...rfaceFeatureExtract/extractionMethod/extractFromSurface.H
- applications/utilities/surface/surfaceFeatureExtract/extractionMethod/surfaceFeaturesExtraction.C 92 additions, 0 deletions...atureExtract/extractionMethod/surfaceFeaturesExtraction.C
- applications/utilities/surface/surfaceFeatureExtract/extractionMethod/surfaceFeaturesExtraction.H 136 additions, 0 deletions...atureExtract/extractionMethod/surfaceFeaturesExtraction.H
- applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C 228 additions, 117 deletions...ies/surface/surfaceFeatureExtract/surfaceFeatureExtract.C
- applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtractDict 37 additions, 0 deletions...s/surface/surfaceFeatureExtract/surfaceFeatureExtractDict
- src/meshTools/triSurface/surfaceFeatures/surfaceFeatures.C 4 additions, 5 deletionssrc/meshTools/triSurface/surfaceFeatures/surfaceFeatures.C
- src/meshTools/triSurface/surfaceFeatures/surfaceFeatures.H 9 additions, 9 deletionssrc/meshTools/triSurface/surfaceFeatures/surfaceFeatures.H
Please register or sign in to comment