Skip to content
Snippets Groups Projects
Commit c712abad authored by sergio's avatar sergio
Browse files

COMP: Taking out sampledInterface FO from sampling lib and adding it

to geometricVoF

sampledInterface was linked to interfaceProperties thorugh geometricVoF,
and interfaceProperties created a conflict on surfaceTension table
when linked in the reactingEuler solvers by the sampling lib
parent ffe07039
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,6 @@ sampledSurface/sampledSurface/sampledSurface.C ...@@ -50,7 +50,6 @@ sampledSurface/sampledSurface/sampledSurface.C
sampledSurface/sampledSurface/sampledSurfaceRegister.C sampledSurface/sampledSurface/sampledSurfaceRegister.C
sampledSurface/sampledSurfaces/sampledSurfaces.C sampledSurface/sampledSurfaces/sampledSurfaces.C
sampledSurface/thresholdCellFaces/sampledThresholdCellFaces.C sampledSurface/thresholdCellFaces/sampledThresholdCellFaces.C
sampledSurface/sampledInterface/sampledInterface.C
readers = sampledSurface/readers readers = sampledSurface/readers
......
...@@ -4,8 +4,7 @@ EXE_INC = \ ...@@ -4,8 +4,7 @@ EXE_INC = \
-I$(LIB_SRC)/surfMesh/lnInclude \ -I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \ -I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/dynamicMesh/lnInclude \ -I$(LIB_SRC)/dynamicMesh/lnInclude \
-I$(LIB_SRC)/lagrangian/basic/lnInclude \ -I$(LIB_SRC)/lagrangian/basic/lnInclude
-I$(LIB_SRC)/transportModels/geometricVoF/lnInclude
LIB_LIBS = \ LIB_LIBS = \
-lfiniteVolume \ -lfiniteVolume \
...@@ -13,5 +12,4 @@ LIB_LIBS = \ ...@@ -13,5 +12,4 @@ LIB_LIBS = \
-lsurfMesh \ -lsurfMesh \
-lmeshTools \ -lmeshTools \
-ldynamicMesh \ -ldynamicMesh \
-llagrangian \ -llagrangian
-lgeometricVoF
...@@ -19,4 +19,6 @@ reconstructionSchemes/plicSchemes/plicRDF/plicRDF.C ...@@ -19,4 +19,6 @@ reconstructionSchemes/plicSchemes/plicRDF/plicRDF.C
advectionSchemes/isoAdvection/isoAdvection.C advectionSchemes/isoAdvection/isoAdvection.C
sampledInterface/sampledInterface.C
LIB = $(FOAM_LIBBIN)/libgeometricVoF LIB = $(FOAM_LIBBIN)/libgeometricVoF
...@@ -4,7 +4,9 @@ EXE_INC = \ ...@@ -4,7 +4,9 @@ EXE_INC = \
-I$(LIB_SRC)/surfMesh/lnInclude \ -I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \ -I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/transportModels/interfaceProperties/lnInclude \ -I$(LIB_SRC)/transportModels/interfaceProperties/lnInclude \
-I$(LIB_SRC)/transportModels/twoPhaseProperties/lnInclude -I$(LIB_SRC)/transportModels/twoPhaseProperties/lnInclude \
-I$(LIB_SRC)/sampling/lnInclude \
-I$(LIB_SRC)/dynamicMesh/lnInclude \
LIB_LIBS = \ LIB_LIBS = \
-lfiniteVolume \ -lfiniteVolume \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment