fluidThermo: Add compressibleTransportModel as base-class

Needed to create generic compressible turbulence model library
This commit is contained in:
Henry
2015-02-17 17:25:26 +00:00
parent 5e6aa74566
commit 945c4c3d18
88 changed files with 260 additions and 192 deletions

View File

@ -1,11 +1,14 @@
EXE_INC = \
-I$(LIB_SRC)/postProcessing/postCalc \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
-I$(LIB_SRC)/transportModels/compressible/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude
EXE_LIBS = \
$(FOAM_LIBBIN)/postCalc.o \
-lfiniteVolume \
-lgenericPatchFields \
-lcompressibleTransportModels \
-lcompressibleTransportModels \
-lfluidThermophysicalModels \
-lspecie
-lspecie \
-lfiniteVolume