35 lines
1.2 KiB
Text
35 lines
1.2 KiB
Text
|
EXE_INC = \
|
||
|
-I../engineFoam \
|
||
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
||
|
-I$(LIB_SRC)/turbulenceModels/RAS \
|
||
|
-I$(LIB_SRC)/lagrangian/basic/lnInclude \
|
||
|
-I$(LIB_SRC)/lagrangian/dieselSpray/lnInclude \
|
||
|
-I$(LIB_SRC)/thermophysicalModels/liquids/lnInclude \
|
||
|
-I$(LIB_SRC)/thermophysicalModels/liquidMixture/lnInclude \
|
||
|
-I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
|
||
|
-I$(LIB_SRC)/thermophysicalModels/thermophysicalFunctions/lnInclude \
|
||
|
-I$(LIB_SRC)/thermophysicalModels/combustion/lnInclude \
|
||
|
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
|
||
|
-I$(LIB_SRC)/thermophysicalModels/laminarFlameSpeed/lnInclude \
|
||
|
-I$(LIB_SRC)/../applications/solvers/combustion/XiFoam \
|
||
|
-I$(LIB_SRC)/thermophysicalModels/chemistryModel/lnInclude \
|
||
|
-I$(LIB_SRC)/ODE/lnInclude \
|
||
|
-I$(LIB_SRC)/engine/lnInclude
|
||
|
|
||
|
EXE_LIBS = \
|
||
|
-lengine \
|
||
|
-lcompressibleRASModels \
|
||
|
-lcombustionThermophysicalModels \
|
||
|
-lfiniteVolume \
|
||
|
-llagrangian \
|
||
|
-ldieselSpray \
|
||
|
-lliquids \
|
||
|
-lliquidMixture \
|
||
|
-lthermophysicalFunctions \
|
||
|
-lspecie \
|
||
|
-lbasicThermophysicalModels \
|
||
|
-llaminarFlameSpeedModels \
|
||
|
-lchemistryModel \
|
||
|
-lODE \
|
||
|
-lpdf
|