mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
- adjust for updates in 'develop'
- change surfaceIntersection constructor to take a dictionary of
options.
tolerance | Edge-length tolerance | scalar | 1e-3
allowEdgeHits | Edge-end cuts another edge | bool | true
avoidDuplicates | Reduce the number of duplicate points | bool | true
warnDegenerate | Number of warnings about degenerate edges | label | 0
8 lines
183 B
Plaintext
8 lines
183 B
Plaintext
method = .
|
|
$(method)/surfaceFeaturesExtraction.C
|
|
$(method)/extractFromFile.C
|
|
$(method)/extractFromNone.C
|
|
$(method)/extractFromSurface.C
|
|
|
|
LIB = $(FOAM_LIBBIN)/libsurfaceFeatureExtract
|