23 lines
822 B
Text
23 lines
822 B
Text
EXE_INC = \
|
|
-I$(LIB_SRC)/turbulenceModels \
|
|
-I$(LIB_SRC)/turbulenceModels/incompressible/RAS/RASModel \
|
|
-I$(LIB_SRC)/turbulenceModels/incompressible/turbulenceModel \
|
|
-I$(LIB_SRC)/transportModels \
|
|
-I$(LIB_SRC)/transportModels/incompressible/singlePhaseTransportModel \
|
|
-I$(LIB_SRC)/coupledMatrix/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/radiation/lnInclude \
|
|
-I$(LIB_SRC)/conjugateHeatTransfer/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lincompressibleTurbulenceModel \
|
|
-lincompressibleRASModels \
|
|
-lincompressibleTransportModels \
|
|
-lcoupledLduMatrix \
|
|
-lfiniteVolume \
|
|
-lradiation \
|
|
-lbasicThermophysicalModels \
|
|
-lspecie \
|
|
-lconjugateHeatTransfer \
|
|
-llduSolvers
|