fluidThermo: Add compressibleTransportModel as base-class
Needed to create generic compressible turbulence model library
This commit is contained in:
@ -11,6 +11,7 @@ EXE_INC = \
|
||||
|
||||
EXE_LIBS = \
|
||||
-lmultiphaseMixtureThermo \
|
||||
-lcompressibleTransportModels \
|
||||
-lfluidThermophysicalModels \
|
||||
-lspecie \
|
||||
-linterfaceProperties \
|
||||
|
||||
@ -4,6 +4,7 @@ EXE_INC = \
|
||||
-I$(LIB_SRC)/finiteVolume/lnInclude
|
||||
|
||||
LIB_LIBS = \
|
||||
-lcompressibleTransportModels \
|
||||
-lfluidThermophysicalModels \
|
||||
-lspecie \
|
||||
-lfiniteVolume
|
||||
|
||||
Reference in New Issue
Block a user