Explicitly correct laminar transport at the application level as is done in the multiphase solvers
21 lines
673 B
Text
21 lines
673 B
Text
EXE_INC = \
|
|
-I$(FOAM_SOLVERS)/compressible/rhoPimpleFoam \
|
|
-I$(LIB_SRC)/TurbulenceModels/turbulenceModels/lnInclude \
|
|
-I$(LIB_SRC)/TurbulenceModels/compressible/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/cfdTools \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/sampling/lnInclude \
|
|
-I$(LIB_SRC)/fvOptions/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lfluidThermophysicalModels \
|
|
-lspecie \
|
|
-lturbulenceModels \
|
|
-lcompressibleTurbulenceModels \
|
|
-lincompressibleTransportModels \
|
|
-lfiniteVolume \
|
|
-lmeshTools \
|
|
-lsampling \
|
|
-lfvOptions
|