execFlowFunctionObjects: Update handling of turbulence models

This commit is contained in:
Henry
2015-04-25 16:31:09 +01:00
parent 992195c6bc
commit 0a706bdf10
2 changed files with 15 additions and 61 deletions

View File

@ -1,5 +1,7 @@
EXE_INC = \
-I$(LIB_SRC)/transportModels \
-I$(LIB_SRC)/transportModels \
-I$(LIB_SRC)/transportModels/incompressible/singlePhaseTransportModel \
-I$(LIB_SRC)/TurbulenceModels/turbulenceModels/lnInclude \
-I$(LIB_SRC)/TurbulenceModels/incompressible/lnInclude \
-I$(LIB_SRC)/TurbulenceModels/compressible/lnInclude \
@ -20,6 +22,6 @@ EXE_LIBS = \
-lspecie \
-lfiniteVolume \
-lfvOptions \
-lgenericPatchFields \
-lmeshTools \
-lsampling \
-lgenericPatchFields
-lsampling