mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: surface: various updates to the surface utilities
surfaceBooleanFeatures: use CGAL for intersection surfaceCheck: write surface zoning as vtk file surfaceInflate: new utility to offset surface surfacePatch: replacement for surfaceAutoPatch. Also does cutting of surfaces.
This commit is contained in:
7
applications/utilities/surface/surfacePatch/Make/files
Normal file
7
applications/utilities/surface/surfacePatch/Make/files
Normal file
@ -0,0 +1,7 @@
|
||||
searchableSurfaceModifier/searchableSurfaceModifier.C
|
||||
searchableSurfaceModifier/autoPatch.C
|
||||
searchableSurfaceModifier/cut.C
|
||||
|
||||
surfacePatch.C
|
||||
|
||||
EXE = $(FOAM_APPBIN)/surfacePatch
|
||||
10
applications/utilities/surface/surfacePatch/Make/options
Normal file
10
applications/utilities/surface/surfacePatch/Make/options
Normal file
@ -0,0 +1,10 @@
|
||||
EXE_INC = \
|
||||
-IsearchableSurfaceModifier \
|
||||
-I$(LIB_SRC)/triSurface/lnInclude \
|
||||
-I$(LIB_SRC)/fileFormats/lnInclude \
|
||||
-I$(LIB_SRC)/meshTools/lnInclude
|
||||
|
||||
|
||||
EXE_LIBS = \
|
||||
-ltriSurface \
|
||||
-lmeshTools
|
||||
Reference in New Issue
Block a user